Skip to content

Commit 188ef4e

Browse files
feat(networkservices): update the api
#### networkservices:v1 The following keys were added: - resources.projects.resources.locations.resources.meshes.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListMeshesResponse.properties.unreachable (Total Keys: 2) #### networkservices:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.meshes.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.ListMeshesResponse.properties.unreachable (Total Keys: 2)
1 parent cb3c71d commit 188ef4e

12 files changed

+168
-136
lines changed

docs/dyn/networkservices_v1.projects.locations.authzExtensions.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ <h3>Method Details</h3>
129129
&quot;service&quot;: &quot;A String&quot;, # Required. The reference to the service that runs the extension. To configure a callout extension, `service` must be a fully-qualified reference to a [backend service](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format: `https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}` or `https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}`.
130130
&quot;timeout&quot;: &quot;A String&quot;, # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
131131
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
132-
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
132+
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
133133
}
134134

135135
authzExtensionId: string, Required. User-provided ID of the `AuthzExtension` resource to be created.
136-
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 can ignore the request if it has already been completed. The server guarantees 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, ignores 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).
136+
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
137137
x__xgafv: string, V1 error format.
138138
Allowed values
139139
1 - v1 error format
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169169

170170
Args:
171171
name: string, Required. The name of the `AuthzExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/authzExtensions/{authz_extension}`. (required)
172-
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 can ignore the request if it has already been completed. The server guarantees 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, ignores 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).
172+
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
173173
x__xgafv: string, V1 error format.
174174
Allowed values
175175
1 - v1 error format
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232232
&quot;service&quot;: &quot;A String&quot;, # Required. The reference to the service that runs the extension. To configure a callout extension, `service` must be a fully-qualified reference to a [backend service](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format: `https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}` or `https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}`.
233233
&quot;timeout&quot;: &quot;A String&quot;, # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
234234
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
235-
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
235+
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
236236
}</pre>
237237
</div>
238238

@@ -241,9 +241,9 @@ <h3>Method Details</h3>
241241
<pre>Lists `AuthzExtension` resources in a given project and location.
242242

243243
Args:
244-
parent: string, Required. The project and location from which the `AuthzExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`. (required)
244+
parent: string, Required. The project and location from which the `AuthzExtension` resources are listed. These values are specified in the following format: `projects/{project}/locations/{location}`. (required)
245245
filter: string, Optional. Filtering results.
246-
orderBy: string, Optional. Hint for how to order the results.
246+
orderBy: string, Optional. Hint about how to order the results.
247247
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
248248
pageToken: string, Optional. A token identifying a page of results that the server returns.
249249
x__xgafv: string, V1 error format.
@@ -275,7 +275,7 @@ <h3>Method Details</h3>
275275
&quot;service&quot;: &quot;A String&quot;, # Required. The reference to the service that runs the extension. To configure a callout extension, `service` must be a fully-qualified reference to a [backend service](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format: `https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}` or `https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}`.
276276
&quot;timeout&quot;: &quot;A String&quot;, # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
277277
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
278-
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
278+
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
279279
},
280280
],
281281
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results that the server returns.
@@ -327,10 +327,10 @@ <h3>Method Details</h3>
327327
&quot;service&quot;: &quot;A String&quot;, # Required. The reference to the service that runs the extension. To configure a callout extension, `service` must be a fully-qualified reference to a [backend service](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format: `https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}` or `https://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}`.
328328
&quot;timeout&quot;: &quot;A String&quot;, # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
329329
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
330-
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
330+
&quot;wireFormat&quot;: &quot;A String&quot;, # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
331331
}
332332

333-
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 can ignore the request if it has already been completed. The server guarantees 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, ignores 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).
333+
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
334334
updateMask: string, Required. Used to specify the fields to be overwritten in the `AuthzExtension` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.
335335
x__xgafv: string, V1 error format.
336336
Allowed values

docs/dyn/networkservices_v1.projects.locations.lbRouteExtensions.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
}
155155

156156
lbRouteExtensionId: string, Required. User-provided ID of the `LbRouteExtension` resource to be created.
157-
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 can ignore the request if it has already been completed. The server guarantees 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, ignores 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).
157+
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
158158
x__xgafv: string, V1 error format.
159159
Allowed values
160160
1 - v1 error format
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190190

191191
Args:
192192
name: string, Required. The name of the `LbRouteExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}`. (required)
193-
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 can ignore the request if it has already been completed. The server guarantees 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, ignores 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).
193+
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
194194
x__xgafv: string, V1 error format.
195195
Allowed values
196196
1 - v1 error format
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283283
<pre>Lists `LbRouteExtension` resources in a given project and location.
284284

285285
Args:
286-
parent: string, Required. The project and location from which the `LbRouteExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`. (required)
286+
parent: string, Required. The project and location from which the `LbRouteExtension` resources are listed. These values are specified in the following format: `projects/{project}/locations/{location}`. (required)
287287
filter: string, Optional. Filtering results.
288-
orderBy: string, Optional. Hint for how to order the results.
288+
orderBy: string, Optional. Hint about how to order the results.
289289
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
290290
pageToken: string, Optional. A token identifying a page of results that the server returns.
291291
x__xgafv: string, V1 error format.
@@ -414,7 +414,7 @@ <h3>Method Details</h3>
414414
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
415415
}
416416

417-
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 can ignore the request if it has already been completed. The server guarantees 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, ignores 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).
417+
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
418418
updateMask: string, Optional. Used to specify the fields to be overwritten in the `LbRouteExtension` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.
419419
x__xgafv: string, V1 error format.
420420
Allowed values

0 commit comments

Comments
 (0)