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 188ef4e

Browse files
committedMar 4, 2025
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

+9-9
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

+5-5
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

‎docs/dyn/networkservices_v1.projects.locations.lbTrafficExtensions.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
146146
&quot;a_key&quot;: &quot;A String&quot;,
147147
},
148-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
148+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
149149
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
150150
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
151151
},
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
}
155155

156156
lbTrafficExtensionId: string, Required. User-provided ID of the `LbTrafficExtension` 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 `LbTrafficExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_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
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269269
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
270270
&quot;a_key&quot;: &quot;A String&quot;,
271271
},
272-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
272+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
273273
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
274274
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
275275
},
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283283
<pre>Lists `LbTrafficExtension` resources in a given project and location.
284284

285285
Args:
286-
parent: string, Required. The project and location from which the `LbTrafficExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`. (required)
286+
parent: string, Required. The project and location from which the `LbTrafficExtension` 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.
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333333
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
334334
&quot;a_key&quot;: &quot;A String&quot;,
335335
},
336-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
336+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
337337
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
338338
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
339339
},
@@ -406,15 +406,15 @@ <h3>Method Details</h3>
406406
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
407407
&quot;a_key&quot;: &quot;A String&quot;,
408408
},
409-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
409+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
410410
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
411411
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
412412
},
413413
&quot;name&quot;: &quot;A String&quot;, # Required. Identifier. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
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 `LbTrafficExtension` 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

‎docs/dyn/networkservices_v1.projects.locations.meshes.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9393
<p class="firstline">Gets details of a single Mesh.</p>
9494
<p class="toc_element">
95-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Lists Meshes in a given project and location.</p>
9797
<p class="toc_element">
9898
<code><a href="#list_next">list_next()</a></code></p>
@@ -222,13 +222,14 @@ <h3>Method Details</h3>
222222
</div>
223223

224224
<div class="method">
225-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
225+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
226226
<pre>Lists Meshes in a given project and location.
227227

228228
Args:
229229
parent: string, Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/global`. (required)
230230
pageSize: integer, Maximum number of Meshes to return per call.
231231
pageToken: string, The value returned by the last `ListMeshesResponse` Indicates that this is a continuation of a prior `ListMeshes` call, and that the system should return the next page of data.
232+
returnPartialSuccess: boolean, Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.
232233
x__xgafv: string, V1 error format.
233234
Allowed values
234235
1 - v1 error format
@@ -253,6 +254,9 @@ <h3>Method Details</h3>
253254
},
254255
],
255256
&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`.
257+
&quot;unreachable&quot;: [ # Unreachable resources. Populated when the request opts into `return_partial_success` and reading across collections e.g. when attempting to list all resources across all supported locations.
258+
&quot;A String&quot;,
259+
],
256260
}</pre>
257261
</div>
258262

‎docs/dyn/networkservices_v1.projects.locations.serviceBindings.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ <h3>Method Details</h3>
103103
<pre>Creates a new ServiceBinding in a given project and location.
104104

105105
Args:
106-
parent: string, Required. The parent resource of the ServiceBinding. Must be in the format `projects/*/locations/global`. (required)
106+
parent: string, Required. The parent resource of the ServiceBinding. Must be in the format `projects/*/locations/*`. (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

110-
{ # ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.
110+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
111111
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
112112
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
113113
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
114114
&quot;a_key&quot;: &quot;A String&quot;,
115115
},
116-
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
117-
&quot;service&quot;: &quot;A String&quot;, # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
118-
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
116+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
117+
&quot;service&quot;: &quot;A String&quot;, # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
118+
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
119119
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
120120
}
121121

@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
<pre>Deletes a single ServiceBinding.
155155

156156
Args:
157-
name: string, Required. A name of the ServiceBinding to delete. Must be in the format `projects/*/locations/global/serviceBindings/*`. (required)
157+
name: string, Required. A name of the ServiceBinding to delete. Must be in the format `projects/*/locations/*/serviceBindings/*`. (required)
158158
x__xgafv: string, V1 error format.
159159
Allowed values
160160
1 - v1 error format
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189189
<pre>Gets details of a single ServiceBinding.
190190

191191
Args:
192-
name: string, Required. A name of the ServiceBinding to get. Must be in the format `projects/*/locations/global/serviceBindings/*`. (required)
192+
name: string, Required. A name of the ServiceBinding to get. Must be in the format `projects/*/locations/*/serviceBindings/*`. (required)
193193
x__xgafv: string, V1 error format.
194194
Allowed values
195195
1 - v1 error format
@@ -198,15 +198,15 @@ <h3>Method Details</h3>
198198
Returns:
199199
An object of the form:
200200

201-
{ # ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.
201+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
202202
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
203203
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
204204
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
205205
&quot;a_key&quot;: &quot;A String&quot;,
206206
},
207-
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
208-
&quot;service&quot;: &quot;A String&quot;, # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
209-
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
207+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
208+
&quot;service&quot;: &quot;A String&quot;, # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
209+
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
210210
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
211211
}</pre>
212212
</div>
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216216
<pre>Lists ServiceBinding in a given project and location.
217217

218218
Args:
219-
parent: string, Required. The project and location from which the ServiceBindings should be listed, specified in the format `projects/*/locations/global`. (required)
219+
parent: string, Required. The project and location from which the ServiceBindings should be listed, specified in the format `projects/*/locations/*`. (required)
220220
pageSize: integer, Maximum number of ServiceBindings to return per call.
221221
pageToken: string, The value returned by the last `ListServiceBindingsResponse` Indicates that this is a continuation of a prior `ListRouters` call, and that the system should return the next page of data.
222222
x__xgafv: string, V1 error format.
@@ -230,15 +230,15 @@ <h3>Method Details</h3>
230230
{ # Response returned by the ListServiceBindings method.
231231
&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`.
232232
&quot;serviceBindings&quot;: [ # List of ServiceBinding resources.
233-
{ # ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.
233+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
234234
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
235235
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
236236
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
237237
&quot;a_key&quot;: &quot;A String&quot;,
238238
},
239-
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
240-
&quot;service&quot;: &quot;A String&quot;, # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
241-
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
239+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
240+
&quot;service&quot;: &quot;A String&quot;, # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
241+
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
242242
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
243243
},
244244
],

‎docs/dyn/networkservices_v1beta1.projects.locations.authzExtensions.html

+9-9
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_v1beta1.projects.locations.lbRouteExtensions.html

+5-5
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

‎docs/dyn/networkservices_v1beta1.projects.locations.lbTrafficExtensions.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
146146
&quot;a_key&quot;: &quot;A String&quot;,
147147
},
148-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
148+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
149149
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
150150
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
151151
},
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
}
155155

156156
lbTrafficExtensionId: string, Required. User-provided ID of the `LbTrafficExtension` 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 `LbTrafficExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_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
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269269
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
270270
&quot;a_key&quot;: &quot;A String&quot;,
271271
},
272-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
272+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
273273
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
274274
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
275275
},
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283283
<pre>Lists `LbTrafficExtension` resources in a given project and location.
284284

285285
Args:
286-
parent: string, Required. The project and location from which the `LbTrafficExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`. (required)
286+
parent: string, Required. The project and location from which the `LbTrafficExtension` 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.
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333333
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
334334
&quot;a_key&quot;: &quot;A String&quot;,
335335
},
336-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
336+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
337337
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
338338
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
339339
},
@@ -406,15 +406,15 @@ <h3>Method Details</h3>
406406
&quot;labels&quot;: { # Optional. Set of labels associated with the `LbTrafficExtension` resource. The format must comply with [the requirements for labels](https://cloud.google.com/compute/docs/labeling-resources#requirements) for Google Cloud resources.
407407
&quot;a_key&quot;: &quot;A String&quot;,
408408
},
409-
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
409+
&quot;loadBalancingScheme&quot;: &quot;A String&quot;, # Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).
410410
&quot;metadata&quot;: { # Optional. The metadata provided here is included in the `ProcessingRequest.metadata_context.filter_metadata` map field. The metadata is available under the key `com.google.lb_traffic_extension.`. The following variables are supported in the metadata: `{forwarding_rule_id}` - substituted with the forwarding rule&#x27;s fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
411411
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
412412
},
413413
&quot;name&quot;: &quot;A String&quot;, # Required. Identifier. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
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 `LbTrafficExtension` 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

‎docs/dyn/networkservices_v1beta1.projects.locations.meshes.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9393
<p class="firstline">Gets details of a single Mesh.</p>
9494
<p class="toc_element">
95-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Lists Meshes in a given project and location.</p>
9797
<p class="toc_element">
9898
<code><a href="#list_next">list_next()</a></code></p>
@@ -222,13 +222,14 @@ <h3>Method Details</h3>
222222
</div>
223223

224224
<div class="method">
225-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
225+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
226226
<pre>Lists Meshes in a given project and location.
227227

228228
Args:
229229
parent: string, Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/global`. (required)
230230
pageSize: integer, Maximum number of Meshes to return per call.
231231
pageToken: string, The value returned by the last `ListMeshesResponse` Indicates that this is a continuation of a prior `ListMeshes` call, and that the system should return the next page of data.
232+
returnPartialSuccess: boolean, Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.
232233
x__xgafv: string, V1 error format.
233234
Allowed values
234235
1 - v1 error format
@@ -253,6 +254,9 @@ <h3>Method Details</h3>
253254
},
254255
],
255256
&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`.
257+
&quot;unreachable&quot;: [ # Unreachable resources. Populated when the request opts into `return_partial_success` and reading across collections e.g. when attempting to list all resources across all supported locations.
258+
&quot;A String&quot;,
259+
],
256260
}</pre>
257261
</div>
258262

‎docs/dyn/networkservices_v1beta1.projects.locations.serviceBindings.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ <h3>Method Details</h3>
103103
<pre>Creates a new ServiceBinding in a given project and location.
104104

105105
Args:
106-
parent: string, Required. The parent resource of the ServiceBinding. Must be in the format `projects/*/locations/global`. (required)
106+
parent: string, Required. The parent resource of the ServiceBinding. Must be in the format `projects/*/locations/*`. (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

110-
{ # ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.
110+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
111111
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
112112
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
113113
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
114114
&quot;a_key&quot;: &quot;A String&quot;,
115115
},
116-
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
117-
&quot;service&quot;: &quot;A String&quot;, # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
118-
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
116+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
117+
&quot;service&quot;: &quot;A String&quot;, # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
118+
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
119119
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
120120
}
121121

@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
<pre>Deletes a single ServiceBinding.
155155

156156
Args:
157-
name: string, Required. A name of the ServiceBinding to delete. Must be in the format `projects/*/locations/global/serviceBindings/*`. (required)
157+
name: string, Required. A name of the ServiceBinding to delete. Must be in the format `projects/*/locations/*/serviceBindings/*`. (required)
158158
x__xgafv: string, V1 error format.
159159
Allowed values
160160
1 - v1 error format
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189189
<pre>Gets details of a single ServiceBinding.
190190

191191
Args:
192-
name: string, Required. A name of the ServiceBinding to get. Must be in the format `projects/*/locations/global/serviceBindings/*`. (required)
192+
name: string, Required. A name of the ServiceBinding to get. Must be in the format `projects/*/locations/*/serviceBindings/*`. (required)
193193
x__xgafv: string, V1 error format.
194194
Allowed values
195195
1 - v1 error format
@@ -198,15 +198,15 @@ <h3>Method Details</h3>
198198
Returns:
199199
An object of the form:
200200

201-
{ # ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.
201+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
202202
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
203203
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
204204
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
205205
&quot;a_key&quot;: &quot;A String&quot;,
206206
},
207-
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
208-
&quot;service&quot;: &quot;A String&quot;, # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
209-
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
207+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
208+
&quot;service&quot;: &quot;A String&quot;, # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
209+
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
210210
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
211211
}</pre>
212212
</div>
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216216
<pre>Lists ServiceBinding in a given project and location.
217217

218218
Args:
219-
parent: string, Required. The project and location from which the ServiceBindings should be listed, specified in the format `projects/*/locations/global`. (required)
219+
parent: string, Required. The project and location from which the ServiceBindings should be listed, specified in the format `projects/*/locations/*`. (required)
220220
pageSize: integer, Maximum number of ServiceBindings to return per call.
221221
pageToken: string, The value returned by the last `ListServiceBindingsResponse` Indicates that this is a continuation of a prior `ListRouters` call, and that the system should return the next page of data.
222222
x__xgafv: string, V1 error format.
@@ -230,15 +230,15 @@ <h3>Method Details</h3>
230230
{ # Response returned by the ListServiceBindings method.
231231
&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`.
232232
&quot;serviceBindings&quot;: [ # List of ServiceBinding resources.
233-
{ # ServiceBinding is the resource that defines a Service Directory Service to be used in a BackendService resource.
233+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
234234
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
235235
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
236236
&quot;labels&quot;: { # Optional. Set of label tags associated with the ServiceBinding resource.
237237
&quot;a_key&quot;: &quot;A String&quot;,
238238
},
239-
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
240-
&quot;service&quot;: &quot;A String&quot;, # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
241-
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
239+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
240+
&quot;service&quot;: &quot;A String&quot;, # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
241+
&quot;serviceId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Service Directory Service against which the ServiceBinding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
242242
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was updated.
243243
},
244244
],

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

+39-27
Large diffs are not rendered by default.

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

+39-27
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.