Skip to content

Commit cb3c71d

Browse files
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

Lines changed: 6 additions & 2 deletions
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

Lines changed: 6 additions & 2 deletions
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

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

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

Lines changed: 50 additions & 26 deletions
Large diffs are not rendered by default.

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

Lines changed: 15 additions & 15 deletions
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

0 commit comments

Comments
 (0)