Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb3c71d

Browse files
committedMar 4, 2025
feat(networksecurity): update the api
#### networksecurity:v1 The following keys were added: - resources.organizations.resources.locations.resources.addressGroups.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.projects.resources.locations.resources.addressGroups.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListAddressGroupsResponse.properties.unreachable (Total Keys: 2) - schemas.MirroringDeploymentGroup.properties.nestedDeployments (Total Keys: 3) - schemas.MirroringDeploymentGroupDeployment (Total Keys: 6) #### networksecurity:v1beta1 The following keys were added: - resources.organizations.resources.locations.resources.addressGroups.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.projects.resources.locations.resources.addressGroups.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.InterceptDeploymentGroup.properties.nestedDeployments (Total Keys: 3) - schemas.InterceptDeploymentGroupDeployment (Total Keys: 6) - schemas.ListAddressGroupsResponse.properties.unreachable (Total Keys: 2) - schemas.MirroringDeploymentGroup.properties.nestedDeployments (Total Keys: 3) - schemas.MirroringDeploymentGroupDeployment (Total Keys: 6)
1 parent 52884d5 commit cb3c71d

20 files changed

+1016
-771
lines changed
 

‎docs/dyn/networksecurity_v1.organizations.locations.addressGroups.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Gets details of a single address group.</p>
9595
<p class="toc_element">
96-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Lists address groups in a given project and location.</p>
9898
<p class="toc_element">
9999
<code><a href="#listReferences">listReferences(addressGroup, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -334,13 +334,14 @@ <h3>Method Details</h3>
334334
</div>
335335

336336
<div class="method">
337-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
337+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
338338
<pre>Lists address groups in a given project and location.
339339

340340
Args:
341341
parent: string, Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`. (required)
342342
pageSize: integer, Maximum number of AddressGroups to return per call.
343343
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.
344345
x__xgafv: string, V1 error format.
345346
Allowed values
346347
1 - v1 error format
@@ -371,6 +372,9 @@ <h3>Method Details</h3>
371372
},
372373
],
373374
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;unreachable&quot;: [ # Locations that could not be reached.
376+
&quot;A String&quot;,
377+
],
374378
}</pre>
375379
</div>
376380

‎docs/dyn/networksecurity_v1.projects.locations.addressGroups.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#getIamPolicy">getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
9898
<p class="toc_element">
99-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
99+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Lists address groups in a given project and location.</p>
101101
<p class="toc_element">
102102
<code><a href="#listReferences">listReferences(addressGroup, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -391,13 +391,14 @@ <h3>Method Details</h3>
391391
</div>
392392

393393
<div class="method">
394-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
394+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
395395
<pre>Lists address groups in a given project and location.
396396

397397
Args:
398398
parent: string, Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`. (required)
399399
pageSize: integer, Maximum number of AddressGroups to return per call.
400400
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.
401402
x__xgafv: string, V1 error format.
402403
Allowed values
403404
1 - v1 error format
@@ -428,6 +429,9 @@ <h3>Method Details</h3>
428429
},
429430
],
430431
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;unreachable&quot;: [ # Locations that could not be reached.
433+
&quot;A String&quot;,
434+
],
431435
}</pre>
432436
</div>
433437

‎docs/dyn/networksecurity_v1.projects.locations.authzPolicies.html

+8-8
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1.projects.locations.mirroringDeploymentGroups.html

+50-26
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1.projects.locations.mirroringDeployments.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates a deployment in a given project and location. See https://google.aip.dev/133.
107107

108108
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)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -124,8 +124,8 @@ <h3>Method Details</h3>
124124
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
125125
}
126126

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&#x27;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.
129129
x__xgafv: string, V1 error format.
130130
Allowed values
131131
1 - v1 error format
@@ -161,7 +161,7 @@ <h3>Method Details</h3>
161161

162162
Args:
163163
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.
165165
x__xgafv: string, V1 error format.
166166
Allowed values
167167
1 - v1 error format
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196196
<pre>Gets a specific deployment. See https://google.aip.dev/131.
197197

198198
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)
200200
x__xgafv: string, V1 error format.
201201
Allowed values
202202
1 - v1 error format
@@ -225,11 +225,11 @@ <h3>Method Details</h3>
225225
<pre>Lists deployments in a given project and location. See https://google.aip.dev/132.
226226

227227
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.
233233
x__xgafv: string, V1 error format.
234234
Allowed values
235235
1 - v1 error format
@@ -238,8 +238,8 @@ <h3>Method Details</h3>
238238
Returns:
239239
An object of the form:
240240

241-
{ # Message for response to listing MirroringDeployments
242-
&quot;mirroringDeployments&quot;: [ # The list of MirroringDeployment
241+
{ # Response message for ListMirroringDeployments.
242+
&quot;mirroringDeployments&quot;: [ # The deployments from the specified parent.
243243
{ # 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.
244244
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
245245
&quot;description&quot;: &quot;A String&quot;, # Optional. User-provided description of the deployment. Used as additional context for the deployment.
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254254
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
255255
},
256256
],
257-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return.
257+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
258258
&quot;unreachable&quot;: [ # Locations that could not be reached.
259259
&quot;A String&quot;,
260260
],
@@ -298,8 +298,8 @@ <h3>Method Details</h3>
298298
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
299299
}
300300

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.
303303
x__xgafv: string, V1 error format.
304304
Allowed values
305305
1 - v1 error format

‎docs/dyn/networksecurity_v1.projects.locations.mirroringEndpointGroupAssociations.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Creates an association in a given project and location. See https://google.aip.dev/133.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a single association. See https://google.aip.dev/135.</p>
85+
<p class="firstline">Deletes an association. See https://google.aip.dev/135.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets a specific association. See https://google.aip.dev/131.</p>
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates an association in a given project and location. See https://google.aip.dev/133.
107107

108108
Args:
109-
parent: string, Required. Container (project and location) where the association will be created, e.g. `projects/123456789/locations/global`. (required)
109+
parent: string, Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -129,8 +129,8 @@ <h3>Method Details</h3>
129129
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
130130
}
131131

132-
mirroringEndpointGroupAssociationId: string, Optional. ID for the new association. If not provided, the server will generate a unique ID. The ID must be a valid RFC 1035 resource name. The ID must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a
133-
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).
132+
mirroringEndpointGroupAssociationId: string, Optional. The ID to use for the new association, which will become the final component of the endpoint group&#x27;s resource name. If not provided, the server will generate a unique ID.
133+
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.
134134
x__xgafv: string, V1 error format.
135135
Allowed values
136136
1 - v1 error format
@@ -162,11 +162,11 @@ <h3>Method Details</h3>
162162

163163
<div class="method">
164164
<code class="details" id="delete">delete(name, requestId=None, x__xgafv=None)</code>
165-
<pre>Deletes a single association. See https://google.aip.dev/135.
165+
<pre>Deletes an association. See https://google.aip.dev/135.
166166

167167
Args:
168-
name: string, Required. Full resource name of the association to delete, e.g. projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association. (required)
169-
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).
168+
name: string, Required. The association to delete. (required)
169+
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.
170170
x__xgafv: string, V1 error format.
171171
Allowed values
172172
1 - v1 error format
@@ -201,7 +201,7 @@ <h3>Method Details</h3>
201201
<pre>Gets a specific association. See https://google.aip.dev/131.
202202

203203
Args:
204-
name: string, Required. Full resource name of the association to get, e.g. projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association. (required)
204+
name: string, Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association} (required)
205205
x__xgafv: string, V1 error format.
206206
Allowed values
207207
1 - v1 error format
@@ -235,11 +235,11 @@ <h3>Method Details</h3>
235235
<pre>Lists associations in a given project and location. See https://google.aip.dev/132.
236236

237237
Args:
238-
parent: string, Required. Parent container (project and location) of the associations to list, e.g. `projects/123456789/locations/global`. (required)
239-
filter: string, Optional. A filter expression that filters the results listed in the response. See https://google.aip.dev/160.
240-
orderBy: string, Optional. Hint for how to order the results
241-
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.
242-
pageToken: string, Optional. A token identifying a page of results the server should return. See https://google.aip.dev/158.
238+
parent: string, Required. The parent, which owns this collection of associations. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. (required)
239+
filter: string, Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
240+
orderBy: string, Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
241+
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.
242+
pageToken: string, Optional. A page token, received from a previous `ListMirroringEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details.
243243
x__xgafv: string, V1 error format.
244244
Allowed values
245245
1 - v1 error format
@@ -248,8 +248,8 @@ <h3>Method Details</h3>
248248
Returns:
249249
An object of the form:
250250

251-
{ # Response message for listing associations.
252-
&quot;mirroringEndpointGroupAssociations&quot;: [ # The list of associations returned.
251+
{ # Response message for ListMirroringEndpointGroupAssociations.
252+
&quot;mirroringEndpointGroupAssociations&quot;: [ # The associations from the specified parent.
253253
{ # An endpoint group association represents a link between a network and an endpoint group in the organization. Creating an association creates the networking infrastructure linking the network to the endpoint group, but does not enable mirroring by itself. To enable mirroring, the user must also create a network firewall policy containing mirroring rules and associate it with the network.
254254
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
255255
&quot;labels&quot;: { # Optional. Labels are key/value pairs that help to organize and filter resources.
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269269
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
270270
},
271271
],
272-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return. See https://google.aip.dev/158.
272+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
273273
}</pre>
274274
</div>
275275

@@ -315,8 +315,8 @@ <h3>Method Details</h3>
315315
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
316316
}
317317

318-
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).
319-
updateMask: string, Optional. Field mask is used to specify the fields to be overwritten in the association by the update. See https://google.aip.dev/161.
318+
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.
319+
updateMask: string, Optional. The list of fields to update. Fields are specified relative to the association (e.g. `description`; *not* `mirroring_endpoint_group_association.description`). See https://google.aip.dev/161 for more details.
320320
x__xgafv: string, V1 error format.
321321
Allowed values
322322
1 - v1 error format

‎docs/dyn/networksecurity_v1.projects.locations.mirroringEndpointGroups.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates an endpoint group in a given project and location. See https://google.aip.dev/133.
107107

108108
Args:
109-
parent: string, Required. Value for parent. (required)
109+
parent: string, Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -130,8 +130,8 @@ <h3>Method Details</h3>
130130
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
131131
}
132132

133-
mirroringEndpointGroupId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_id from the method_signature of Create RPC
134-
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).
133+
mirroringEndpointGroupId: string, Required. The ID to use for the endpoint group, which will become the final component of the endpoint group&#x27;s resource name.
134+
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.
135135
x__xgafv: string, V1 error format.
136136
Allowed values
137137
1 - v1 error format
@@ -166,8 +166,8 @@ <h3>Method Details</h3>
166166
<pre>Deletes an endpoint group. See https://google.aip.dev/135.
167167

168168
Args:
169-
name: string, Required. Name of the resource (required)
170-
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).
169+
name: string, Required. The endpoint group to delete. (required)
170+
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.
171171
x__xgafv: string, V1 error format.
172172
Allowed values
173173
1 - v1 error format
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202202
<pre>Gets a specific endpoint group. See https://google.aip.dev/131.
203203

204204
Args:
205-
name: string, Required. Name of the resource (required)
205+
name: string, Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group} (required)
206206
x__xgafv: string, V1 error format.
207207
Allowed values
208208
1 - v1 error format
@@ -237,11 +237,11 @@ <h3>Method Details</h3>
237237
<pre>Lists endpoint groups in a given project and location. See https://google.aip.dev/132.
238238

239239
Args:
240-
parent: string, Required. Parent value for ListMirroringEndpointGroupsRequest (required)
241-
filter: string, Optional. Filtering results
242-
orderBy: string, Optional. Hint for how to order the results
243-
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
244-
pageToken: string, Optional. A token identifying a page of results the server should return.
240+
parent: string, Required. The parent, which owns this collection of endpoint groups. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. (required)
241+
filter: string, Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
242+
orderBy: string, Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
243+
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.
244+
pageToken: string, Optional. A page token, received from a previous `ListMirroringEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details.
245245
x__xgafv: string, V1 error format.
246246
Allowed values
247247
1 - v1 error format
@@ -250,8 +250,8 @@ <h3>Method Details</h3>
250250
Returns:
251251
An object of the form:
252252

253-
{ # Message for response to listing MirroringEndpointGroups
254-
&quot;mirroringEndpointGroups&quot;: [ # The list of MirroringEndpointGroup
253+
{ # Response message for ListMirroringEndpointGroups.
254+
&quot;mirroringEndpointGroups&quot;: [ # The endpoint groups from the specified parent.
255255
{ # An endpoint group is a consumer frontend for a deployment group (backend). In order to configure mirroring for a network, consumers must create: - An association between their network and the endpoint group. - A security profile that points to the endpoint group. - A mirroring rule that references the security profile (group).
256256
&quot;associations&quot;: [ # Output only. List of associations to this endpoint group.
257257
{ # The endpoint group&#x27;s view of a connected association.
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272272
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
273273
},
274274
],
275-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return.
275+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
276276
}</pre>
277277
</div>
278278

@@ -319,8 +319,8 @@ <h3>Method Details</h3>
319319
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
320320
}
321321

322-
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).
323-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup 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.
322+
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.
323+
updateMask: string, Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. `description`; *not* `mirroring_endpoint_group.description`). See https://google.aip.dev/161 for more details.
324324
x__xgafv: string, V1 error format.
325325
Allowed values
326326
1 - v1 error format

‎docs/dyn/networksecurity_v1beta1.organizations.locations.addressGroups.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Gets details of a single address group.</p>
9595
<p class="toc_element">
96-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Lists address groups in a given project and location.</p>
9898
<p class="toc_element">
9999
<code><a href="#listReferences">listReferences(addressGroup, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -334,13 +334,14 @@ <h3>Method Details</h3>
334334
</div>
335335

336336
<div class="method">
337-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
337+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
338338
<pre>Lists address groups in a given project and location.
339339

340340
Args:
341341
parent: string, Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`. (required)
342342
pageSize: integer, Maximum number of AddressGroups to return per call.
343343
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.
344345
x__xgafv: string, V1 error format.
345346
Allowed values
346347
1 - v1 error format
@@ -371,6 +372,9 @@ <h3>Method Details</h3>
371372
},
372373
],
373374
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;unreachable&quot;: [ # Locations that could not be reached.
376+
&quot;A String&quot;,
377+
],
374378
}</pre>
375379
</div>
376380

‎docs/dyn/networksecurity_v1beta1.projects.locations.addressGroups.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#getIamPolicy">getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
9898
<p class="toc_element">
99-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
99+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Lists address groups in a given project and location.</p>
101101
<p class="toc_element">
102102
<code><a href="#listReferences">listReferences(addressGroup, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -391,13 +391,14 @@ <h3>Method Details</h3>
391391
</div>
392392

393393
<div class="method">
394-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
394+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
395395
<pre>Lists address groups in a given project and location.
396396

397397
Args:
398398
parent: string, Required. The project and location from which the AddressGroups should be listed, specified in the format `projects/*/locations/{location}`. (required)
399399
pageSize: integer, Maximum number of AddressGroups to return per call.
400400
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.
401402
x__xgafv: string, V1 error format.
402403
Allowed values
403404
1 - v1 error format
@@ -428,6 +429,9 @@ <h3>Method Details</h3>
428429
},
429430
],
430431
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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+
&quot;unreachable&quot;: [ # Locations that could not be reached.
433+
&quot;A String&quot;,
434+
],
431435
}</pre>
432436
</div>
433437

‎docs/dyn/networksecurity_v1beta1.projects.locations.authzPolicies.html

+8-8
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeploymentGroups.html

+91-67
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeployments.html

+62-62
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroupAssociations.html

+75-75
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroups.html

+79-79
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1beta1.projects.locations.mirroringDeploymentGroups.html

+50-26
Large diffs are not rendered by default.

‎docs/dyn/networksecurity_v1beta1.projects.locations.mirroringDeployments.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates a deployment in a given project and location. See https://google.aip.dev/133.
107107

108108
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)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -124,8 +124,8 @@ <h3>Method Details</h3>
124124
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
125125
}
126126

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&#x27;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.
129129
x__xgafv: string, V1 error format.
130130
Allowed values
131131
1 - v1 error format
@@ -161,7 +161,7 @@ <h3>Method Details</h3>
161161

162162
Args:
163163
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.
165165
x__xgafv: string, V1 error format.
166166
Allowed values
167167
1 - v1 error format
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196196
<pre>Gets a specific deployment. See https://google.aip.dev/131.
197197

198198
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)
200200
x__xgafv: string, V1 error format.
201201
Allowed values
202202
1 - v1 error format
@@ -225,11 +225,11 @@ <h3>Method Details</h3>
225225
<pre>Lists deployments in a given project and location. See https://google.aip.dev/132.
226226

227227
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.
233233
x__xgafv: string, V1 error format.
234234
Allowed values
235235
1 - v1 error format
@@ -238,8 +238,8 @@ <h3>Method Details</h3>
238238
Returns:
239239
An object of the form:
240240

241-
{ # Message for response to listing MirroringDeployments
242-
&quot;mirroringDeployments&quot;: [ # The list of MirroringDeployment
241+
{ # Response message for ListMirroringDeployments.
242+
&quot;mirroringDeployments&quot;: [ # The deployments from the specified parent.
243243
{ # 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.
244244
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
245245
&quot;description&quot;: &quot;A String&quot;, # Optional. User-provided description of the deployment. Used as additional context for the deployment.
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254254
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
255255
},
256256
],
257-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return.
257+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
258258
&quot;unreachable&quot;: [ # Locations that could not be reached.
259259
&quot;A String&quot;,
260260
],
@@ -298,8 +298,8 @@ <h3>Method Details</h3>
298298
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
299299
}
300300

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.
303303
x__xgafv: string, V1 error format.
304304
Allowed values
305305
1 - v1 error format

‎docs/dyn/networksecurity_v1beta1.projects.locations.mirroringEndpointGroupAssociations.html

+18-18
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Creates an association in a given project and location. See https://google.aip.dev/133.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a single association. See https://google.aip.dev/135.</p>
85+
<p class="firstline">Deletes an association. See https://google.aip.dev/135.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets a specific association. See https://google.aip.dev/131.</p>
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates an association in a given project and location. See https://google.aip.dev/133.
107107

108108
Args:
109-
parent: string, Required. Container (project and location) where the association will be created, e.g. `projects/123456789/locations/global`. (required)
109+
parent: string, Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -129,8 +129,8 @@ <h3>Method Details</h3>
129129
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
130130
}
131131

132-
mirroringEndpointGroupAssociationId: string, Optional. ID for the new association. If not provided, the server will generate a unique ID. The ID must be a valid RFC 1035 resource name. The ID must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a
133-
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).
132+
mirroringEndpointGroupAssociationId: string, Optional. The ID to use for the new association, which will become the final component of the endpoint group&#x27;s resource name. If not provided, the server will generate a unique ID.
133+
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.
134134
x__xgafv: string, V1 error format.
135135
Allowed values
136136
1 - v1 error format
@@ -162,11 +162,11 @@ <h3>Method Details</h3>
162162

163163
<div class="method">
164164
<code class="details" id="delete">delete(name, requestId=None, x__xgafv=None)</code>
165-
<pre>Deletes a single association. See https://google.aip.dev/135.
165+
<pre>Deletes an association. See https://google.aip.dev/135.
166166

167167
Args:
168-
name: string, Required. Full resource name of the association to delete, e.g. projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association. (required)
169-
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).
168+
name: string, Required. The association to delete. (required)
169+
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.
170170
x__xgafv: string, V1 error format.
171171
Allowed values
172172
1 - v1 error format
@@ -201,7 +201,7 @@ <h3>Method Details</h3>
201201
<pre>Gets a specific association. See https://google.aip.dev/131.
202202

203203
Args:
204-
name: string, Required. Full resource name of the association to get, e.g. projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association. (required)
204+
name: string, Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association} (required)
205205
x__xgafv: string, V1 error format.
206206
Allowed values
207207
1 - v1 error format
@@ -235,11 +235,11 @@ <h3>Method Details</h3>
235235
<pre>Lists associations in a given project and location. See https://google.aip.dev/132.
236236

237237
Args:
238-
parent: string, Required. Parent container (project and location) of the associations to list, e.g. `projects/123456789/locations/global`. (required)
239-
filter: string, Optional. A filter expression that filters the results listed in the response. See https://google.aip.dev/160.
240-
orderBy: string, Optional. Hint for how to order the results
241-
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.
242-
pageToken: string, Optional. A token identifying a page of results the server should return. See https://google.aip.dev/158.
238+
parent: string, Required. The parent, which owns this collection of associations. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. (required)
239+
filter: string, Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
240+
orderBy: string, Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
241+
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.
242+
pageToken: string, Optional. A page token, received from a previous `ListMirroringEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details.
243243
x__xgafv: string, V1 error format.
244244
Allowed values
245245
1 - v1 error format
@@ -248,8 +248,8 @@ <h3>Method Details</h3>
248248
Returns:
249249
An object of the form:
250250

251-
{ # Response message for listing associations.
252-
&quot;mirroringEndpointGroupAssociations&quot;: [ # The list of associations returned.
251+
{ # Response message for ListMirroringEndpointGroupAssociations.
252+
&quot;mirroringEndpointGroupAssociations&quot;: [ # The associations from the specified parent.
253253
{ # An endpoint group association represents a link between a network and an endpoint group in the organization. Creating an association creates the networking infrastructure linking the network to the endpoint group, but does not enable mirroring by itself. To enable mirroring, the user must also create a network firewall policy containing mirroring rules and associate it with the network.
254254
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
255255
&quot;labels&quot;: { # Optional. Labels are key/value pairs that help to organize and filter resources.
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269269
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
270270
},
271271
],
272-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return. See https://google.aip.dev/158.
272+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
273273
}</pre>
274274
</div>
275275

@@ -315,8 +315,8 @@ <h3>Method Details</h3>
315315
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
316316
}
317317

318-
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).
319-
updateMask: string, Optional. Field mask is used to specify the fields to be overwritten in the association by the update. See https://google.aip.dev/161.
318+
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.
319+
updateMask: string, Optional. The list of fields to update. Fields are specified relative to the association (e.g. `description`; *not* `mirroring_endpoint_group_association.description`). See https://google.aip.dev/161 for more details.
320320
x__xgafv: string, V1 error format.
321321
Allowed values
322322
1 - v1 error format

‎docs/dyn/networksecurity_v1beta1.projects.locations.mirroringEndpointGroups.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106106
<pre>Creates an endpoint group in a given project and location. See https://google.aip.dev/133.
107107

108108
Args:
109-
parent: string, Required. Value for parent. (required)
109+
parent: string, Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} (required)
110110
body: object, The request body.
111111
The object takes the form of:
112112

@@ -130,8 +130,8 @@ <h3>Method Details</h3>
130130
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
131131
}
132132

133-
mirroringEndpointGroupId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_id from the method_signature of Create RPC
134-
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).
133+
mirroringEndpointGroupId: string, Required. The ID to use for the endpoint group, which will become the final component of the endpoint group&#x27;s resource name.
134+
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.
135135
x__xgafv: string, V1 error format.
136136
Allowed values
137137
1 - v1 error format
@@ -166,8 +166,8 @@ <h3>Method Details</h3>
166166
<pre>Deletes an endpoint group. See https://google.aip.dev/135.
167167

168168
Args:
169-
name: string, Required. Name of the resource (required)
170-
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).
169+
name: string, Required. The endpoint group to delete. (required)
170+
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.
171171
x__xgafv: string, V1 error format.
172172
Allowed values
173173
1 - v1 error format
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202202
<pre>Gets a specific endpoint group. See https://google.aip.dev/131.
203203

204204
Args:
205-
name: string, Required. Name of the resource (required)
205+
name: string, Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group} (required)
206206
x__xgafv: string, V1 error format.
207207
Allowed values
208208
1 - v1 error format
@@ -237,11 +237,11 @@ <h3>Method Details</h3>
237237
<pre>Lists endpoint groups in a given project and location. See https://google.aip.dev/132.
238238

239239
Args:
240-
parent: string, Required. Parent value for ListMirroringEndpointGroupsRequest (required)
241-
filter: string, Optional. Filtering results
242-
orderBy: string, Optional. Hint for how to order the results
243-
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
244-
pageToken: string, Optional. A token identifying a page of results the server should return.
240+
parent: string, Required. The parent, which owns this collection of endpoint groups. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. (required)
241+
filter: string, Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
242+
orderBy: string, Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
243+
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.
244+
pageToken: string, Optional. A page token, received from a previous `ListMirroringEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details.
245245
x__xgafv: string, V1 error format.
246246
Allowed values
247247
1 - v1 error format
@@ -250,8 +250,8 @@ <h3>Method Details</h3>
250250
Returns:
251251
An object of the form:
252252

253-
{ # Message for response to listing MirroringEndpointGroups
254-
&quot;mirroringEndpointGroups&quot;: [ # The list of MirroringEndpointGroup
253+
{ # Response message for ListMirroringEndpointGroups.
254+
&quot;mirroringEndpointGroups&quot;: [ # The endpoint groups from the specified parent.
255255
{ # An endpoint group is a consumer frontend for a deployment group (backend). In order to configure mirroring for a network, consumers must create: - An association between their network and the endpoint group. - A security profile that points to the endpoint group. - A mirroring rule that references the security profile (group).
256256
&quot;associations&quot;: [ # Output only. List of associations to this endpoint group.
257257
{ # The endpoint group&#x27;s view of a connected association.
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272272
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
273273
},
274274
],
275-
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return.
275+
&quot;nextPageToken&quot;: &quot;A String&quot;, # 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.
276276
}</pre>
277277
</div>
278278

@@ -319,8 +319,8 @@ <h3>Method Details</h3>
319319
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
320320
}
321321

322-
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).
323-
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup 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.
322+
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.
323+
updateMask: string, Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. `description`; *not* `mirroring_endpoint_group.description`). See https://google.aip.dev/161 for more details.
324324
x__xgafv: string, V1 error format.
325325
Allowed values
326326
1 - v1 error format

‎googleapiclient/discovery_cache/documents/networksecurity.v1.json

+135-77
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json

+336-237
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.