You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Lists address groups in a given project and location.
339
339
340
340
Args:
341
341
parent: string, Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`. (required)
342
342
pageSize: integer, Maximum number of AddressGroups to return per call.
343
343
pageToken: string, The value returned by the last `ListAddressGroupsResponse` Indicates that this is a continuation of a prior `ListAddressGroups` call, and that the system should return the next page of data.
344
+
returnPartialSuccess: boolean, Optional. If true, allow partial responses for multi-regional Aggregated List requests.
344
345
x__xgafv: string, V1 error format.
345
346
Allowed values
346
347
1 - v1 error format
@@ -371,6 +372,9 @@ <h3>Method Details</h3>
371
372
},
372
373
],
373
374
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
375
+
"unreachable": [ # Locations that could not be reached.
<pre>Lists address groups in a given project and location.
396
396
397
397
Args:
398
398
parent: string, Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`. (required)
399
399
pageSize: integer, Maximum number of AddressGroups to return per call.
400
400
pageToken: string, The value returned by the last `ListAddressGroupsResponse` Indicates that this is a continuation of a prior `ListAddressGroups` call, and that the system should return the next page of data.
401
+
returnPartialSuccess: boolean, Optional. If true, allow partial responses for multi-regional Aggregated List requests.
401
402
x__xgafv: string, V1 error format.
402
403
Allowed values
403
404
1 - v1 error format
@@ -428,6 +429,9 @@ <h3>Method Details</h3>
428
429
},
429
430
],
430
431
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
432
+
"unreachable": [ # Locations that could not be reached.
Copy file name to clipboardExpand all lines: docs/dyn/networksecurity_v1.projects.locations.mirroringDeployments.html
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106
106
<pre>Creates a deployment in a given project and location. See https://google.aip.dev/133.
107
107
108
108
Args:
109
-
parent: string, Required. Value for parent. (required)
109
+
parent: string, Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} (required)
110
110
body: object, The request body.
111
111
The object takes the form of:
112
112
@@ -124,8 +124,8 @@ <h3>Method Details</h3>
124
124
"updateTime": "A String", # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
125
125
}
126
126
127
-
mirroringDeploymentId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_id from the method_signature of Create RPC
128
-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
127
+
mirroringDeploymentId: string, Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
128
+
requestId: string, Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details.
129
129
x__xgafv: string, V1 error format.
130
130
Allowed values
131
131
1 - v1 error format
@@ -161,7 +161,7 @@ <h3>Method Details</h3>
161
161
162
162
Args:
163
163
name: string, Required. Name of the resource (required)
164
-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
164
+
requestId: string, Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details.
165
165
x__xgafv: string, V1 error format.
166
166
Allowed values
167
167
1 - v1 error format
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196
196
<pre>Gets a specific deployment. See https://google.aip.dev/131.
197
197
198
198
Args:
199
-
name: string, Required. Name of the resource (required)
199
+
name: string, Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment} (required)
200
200
x__xgafv: string, V1 error format.
201
201
Allowed values
202
202
1 - v1 error format
@@ -225,11 +225,11 @@ <h3>Method Details</h3>
225
225
<pre>Lists deployments in a given project and location. See https://google.aip.dev/132.
226
226
227
227
Args:
228
-
parent: string, Required. Parent value for ListMirroringDeploymentsRequest (required)
229
-
filter: string, Optional. Filtering results
230
-
orderBy: string, Optional. Hint for how to order the results
231
-
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
232
-
pageToken: string, Optional. A token identifying a page of results the server should return.
228
+
parent: string, Required. The parent, which owns this collection of deployments. Example: `projects/123456789/locations/us-central1-a`. See https://google.aip.dev/132 for more details. (required)
229
+
filter: string, Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
230
+
orderBy: string, Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
231
+
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details.
232
+
pageToken: string, Optional. A page token, received from a previous `ListMirroringDeployments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringDeployments` must match the call that provided the page token. See https://google.aip.dev/158 for more details.
233
233
x__xgafv: string, V1 error format.
234
234
Allowed values
235
235
1 - v1 error format
@@ -238,8 +238,8 @@ <h3>Method Details</h3>
238
238
Returns:
239
239
An object of the form:
240
240
241
-
{ # Message for response to listing MirroringDeployments
242
-
"mirroringDeployments": [ # The list of MirroringDeployment
241
+
{ # Response message for ListMirroringDeployments.
242
+
"mirroringDeployments": [ # The deployments from the specified parent.
243
243
{ # A deployment represents a zonal mirroring backend ready to accept GENEVE-encapsulated replica traffic, e.g. a zonal instance group fronted by an internal passthrough load balancer. Deployments are always part of a global deployment group which represents a global mirroring service.
244
244
"createTime": "A String", # Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
245
245
"description": "A String", # Optional. User-provided description of the deployment. Used as additional context for the deployment.
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254
254
"updateTime": "A String", # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
255
255
},
256
256
],
257
-
"nextPageToken": "A String", # A token identifying a page of results the server should return.
257
+
"nextPageToken": "A String", # A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.
258
258
"unreachable": [ # Locations that could not be reached.
259
259
"A String",
260
260
],
@@ -298,8 +298,8 @@ <h3>Method Details</h3>
298
298
"updateTime": "A String", # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
299
299
}
300
300
301
-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
302
-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the MirroringDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
301
+
requestId: string, Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details.
302
+
updateMask: string, Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. `description`; *not* `mirroring_deployment.description`). See https://google.aip.dev/161 for more details.
0 commit comments