You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1.projects.locations.authzExtensions.html
+9-9
Original file line number
Diff line number
Diff line change
@@ -129,11 +129,11 @@ <h3>Method Details</h3>
129
129
"service": "A String", # 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}`.
130
130
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
131
131
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
132
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
132
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
133
133
}
134
134
135
135
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).
137
137
x__xgafv: string, V1 error format.
138
138
Allowed values
139
139
1 - v1 error format
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169
169
170
170
Args:
171
171
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).
173
173
x__xgafv: string, V1 error format.
174
174
Allowed values
175
175
1 - v1 error format
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232
232
"service": "A String", # 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}`.
233
233
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
234
234
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
235
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
235
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
236
236
}</pre>
237
237
</div>
238
238
@@ -241,9 +241,9 @@ <h3>Method Details</h3>
241
241
<pre>Lists `AuthzExtension` resources in a given project and location.
242
242
243
243
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)
245
245
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.
247
247
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
248
248
pageToken: string, Optional. A token identifying a page of results that the server returns.
249
249
x__xgafv: string, V1 error format.
@@ -275,7 +275,7 @@ <h3>Method Details</h3>
275
275
"service": "A String", # 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}`.
276
276
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
277
277
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
278
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
278
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
279
279
},
280
280
],
281
281
"nextPageToken": "A String", # A token identifying a page of results that the server returns.
@@ -327,10 +327,10 @@ <h3>Method Details</h3>
327
327
"service": "A String", # 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}`.
328
328
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
329
329
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
330
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
330
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
331
331
}
332
332
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).
334
334
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.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1.projects.locations.lbRouteExtensions.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
}
155
155
156
156
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).
158
158
x__xgafv: string, V1 error format.
159
159
Allowed values
160
160
1 - v1 error format
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190
190
191
191
Args:
192
192
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).
194
194
x__xgafv: string, V1 error format.
195
195
Allowed values
196
196
1 - v1 error format
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283
283
<pre>Lists `LbRouteExtension` resources in a given project and location.
284
284
285
285
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)
287
287
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.
289
289
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
290
290
pageToken: string, Optional. A token identifying a page of results that the server returns.
291
291
x__xgafv: string, V1 error format.
@@ -414,7 +414,7 @@ <h3>Method Details</h3>
414
414
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
415
415
}
416
416
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).
418
418
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.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1.projects.locations.lbTrafficExtensions.html
+9-9
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145
145
"labels": { # 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.
146
146
"a_key": "A String",
147
147
},
148
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
149
149
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
150
150
"a_key": "", # Properties of the object.
151
151
},
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
}
155
155
156
156
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).
158
158
x__xgafv: string, V1 error format.
159
159
Allowed values
160
160
1 - v1 error format
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190
190
191
191
Args:
192
192
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).
194
194
x__xgafv: string, V1 error format.
195
195
Allowed values
196
196
1 - v1 error format
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269
269
"labels": { # 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.
270
270
"a_key": "A String",
271
271
},
272
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
273
273
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
274
274
"a_key": "", # Properties of the object.
275
275
},
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283
283
<pre>Lists `LbTrafficExtension` resources in a given project and location.
284
284
285
285
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)
287
287
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.
289
289
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
290
290
pageToken: string, Optional. A token identifying a page of results that the server returns.
291
291
x__xgafv: string, V1 error format.
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333
333
"labels": { # 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.
334
334
"a_key": "A String",
335
335
},
336
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
337
337
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
338
338
"a_key": "", # Properties of the object.
339
339
},
@@ -406,15 +406,15 @@ <h3>Method Details</h3>
406
406
"labels": { # 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.
407
407
"a_key": "A String",
408
408
},
409
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
410
410
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
411
411
"a_key": "", # Properties of the object.
412
412
},
413
413
"name": "A String", # Required. Identifier. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
414
414
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
415
415
}
416
416
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).
418
418
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.
<pre>Lists Meshes in a given project and location.
227
227
228
228
Args:
229
229
parent: string, Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/global`. (required)
230
230
pageSize: integer, Maximum number of Meshes to return per call.
231
231
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.
232
233
x__xgafv: string, V1 error format.
233
234
Allowed values
234
235
1 - v1 error format
@@ -253,6 +254,9 @@ <h3>Method Details</h3>
253
254
},
254
255
],
255
256
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
257
+
"unreachable": [ # 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.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1.projects.locations.serviceBindings.html
+16-16
Original file line number
Diff line number
Diff line change
@@ -103,19 +103,19 @@ <h3>Method Details</h3>
103
103
<pre>Creates a new ServiceBinding in a given project and location.
104
104
105
105
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)
107
107
body: object, The request body.
108
108
The object takes the form of:
109
109
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.
111
111
"createTime": "A String", # Output only. The timestamp when the resource was created.
112
112
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
113
113
"labels": { # Optional. Set of label tags associated with the ServiceBinding resource.
114
114
"a_key": "A String",
115
115
},
116
-
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
117
-
"service": "A String", # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
118
-
"serviceId": "A String", # 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
+
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
117
+
"service": "A String", # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
118
+
"serviceId": "A String", # 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.
119
119
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
120
120
}
121
121
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
<pre>Deletes a single ServiceBinding.
155
155
156
156
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)
158
158
x__xgafv: string, V1 error format.
159
159
Allowed values
160
160
1 - v1 error format
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189
189
<pre>Gets details of a single ServiceBinding.
190
190
191
191
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)
193
193
x__xgafv: string, V1 error format.
194
194
Allowed values
195
195
1 - v1 error format
@@ -198,15 +198,15 @@ <h3>Method Details</h3>
198
198
Returns:
199
199
An object of the form:
200
200
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.
202
202
"createTime": "A String", # Output only. The timestamp when the resource was created.
203
203
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
204
204
"labels": { # Optional. Set of label tags associated with the ServiceBinding resource.
205
205
"a_key": "A String",
206
206
},
207
-
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
208
-
"service": "A String", # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
209
-
"serviceId": "A String", # 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
+
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
208
+
"service": "A String", # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
209
+
"serviceId": "A String", # 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.
210
210
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
211
211
}</pre>
212
212
</div>
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216
216
<pre>Lists ServiceBinding in a given project and location.
217
217
218
218
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)
220
220
pageSize: integer, Maximum number of ServiceBindings to return per call.
221
221
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.
222
222
x__xgafv: string, V1 error format.
@@ -230,15 +230,15 @@ <h3>Method Details</h3>
230
230
{ # Response returned by the ListServiceBindings method.
231
231
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
232
232
"serviceBindings": [ # 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.
234
234
"createTime": "A String", # Output only. The timestamp when the resource was created.
235
235
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
236
236
"labels": { # Optional. Set of label tags associated with the ServiceBinding resource.
237
237
"a_key": "A String",
238
238
},
239
-
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
240
-
"service": "A String", # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
241
-
"serviceId": "A String", # 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
+
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
240
+
"service": "A String", # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
241
+
"serviceId": "A String", # 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.
242
242
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1beta1.projects.locations.authzExtensions.html
+9-9
Original file line number
Diff line number
Diff line change
@@ -129,11 +129,11 @@ <h3>Method Details</h3>
129
129
"service": "A String", # 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}`.
130
130
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
131
131
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
132
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
132
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
133
133
}
134
134
135
135
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).
137
137
x__xgafv: string, V1 error format.
138
138
Allowed values
139
139
1 - v1 error format
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169
169
170
170
Args:
171
171
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).
173
173
x__xgafv: string, V1 error format.
174
174
Allowed values
175
175
1 - v1 error format
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232
232
"service": "A String", # 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}`.
233
233
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
234
234
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
235
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
235
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
236
236
}</pre>
237
237
</div>
238
238
@@ -241,9 +241,9 @@ <h3>Method Details</h3>
241
241
<pre>Lists `AuthzExtension` resources in a given project and location.
242
242
243
243
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)
245
245
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.
247
247
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
248
248
pageToken: string, Optional. A token identifying a page of results that the server returns.
249
249
x__xgafv: string, V1 error format.
@@ -275,7 +275,7 @@ <h3>Method Details</h3>
275
275
"service": "A String", # 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}`.
276
276
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
277
277
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
278
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
278
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
279
279
},
280
280
],
281
281
"nextPageToken": "A String", # A token identifying a page of results that the server returns.
@@ -327,10 +327,10 @@ <h3>Method Details</h3>
327
327
"service": "A String", # 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}`.
328
328
"timeout": "A String", # Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
329
329
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
330
-
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default is `EXT_PROC_GRPC`.
330
+
"wireFormat": "A String", # Optional. The format of communication supported by the callout extension. If not specified, the default value `EXT_PROC_GRPC` is used.
331
331
}
332
332
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).
334
334
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.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1beta1.projects.locations.lbRouteExtensions.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
}
155
155
156
156
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).
158
158
x__xgafv: string, V1 error format.
159
159
Allowed values
160
160
1 - v1 error format
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190
190
191
191
Args:
192
192
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).
194
194
x__xgafv: string, V1 error format.
195
195
Allowed values
196
196
1 - v1 error format
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283
283
<pre>Lists `LbRouteExtension` resources in a given project and location.
284
284
285
285
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)
287
287
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.
289
289
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
290
290
pageToken: string, Optional. A token identifying a page of results that the server returns.
291
291
x__xgafv: string, V1 error format.
@@ -414,7 +414,7 @@ <h3>Method Details</h3>
414
414
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
415
415
}
416
416
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).
418
418
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.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1beta1.projects.locations.lbTrafficExtensions.html
+9-9
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145
145
"labels": { # 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.
146
146
"a_key": "A String",
147
147
},
148
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
149
149
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
150
150
"a_key": "", # Properties of the object.
151
151
},
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
}
155
155
156
156
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).
158
158
x__xgafv: string, V1 error format.
159
159
Allowed values
160
160
1 - v1 error format
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190
190
191
191
Args:
192
192
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).
194
194
x__xgafv: string, V1 error format.
195
195
Allowed values
196
196
1 - v1 error format
@@ -269,7 +269,7 @@ <h3>Method Details</h3>
269
269
"labels": { # 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.
270
270
"a_key": "A String",
271
271
},
272
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
273
273
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
274
274
"a_key": "", # Properties of the object.
275
275
},
@@ -283,9 +283,9 @@ <h3>Method Details</h3>
283
283
<pre>Lists `LbTrafficExtension` resources in a given project and location.
284
284
285
285
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)
287
287
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.
289
289
pageSize: integer, Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
290
290
pageToken: string, Optional. A token identifying a page of results that the server returns.
291
291
x__xgafv: string, V1 error format.
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333
333
"labels": { # 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.
334
334
"a_key": "A String",
335
335
},
336
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
337
337
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
338
338
"a_key": "", # Properties of the object.
339
339
},
@@ -406,15 +406,15 @@ <h3>Method Details</h3>
406
406
"labels": { # 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.
407
407
"a_key": "A String",
408
408
},
409
-
"loadBalancingScheme": "A String", # 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
+
"loadBalancingScheme": "A String", # 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).
410
410
"metadata": { # 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's fully qualified resource name. This field is not supported for plugin extensions. Setting it results in a validation error.
411
411
"a_key": "", # Properties of the object.
412
412
},
413
413
"name": "A String", # Required. Identifier. Name of the `LbTrafficExtension` resource in the following format: `projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}`.
414
414
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
415
415
}
416
416
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).
418
418
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.
<pre>Lists Meshes in a given project and location.
227
227
228
228
Args:
229
229
parent: string, Required. The project and location from which the Meshes should be listed, specified in the format `projects/*/locations/global`. (required)
230
230
pageSize: integer, Maximum number of Meshes to return per call.
231
231
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.
232
233
x__xgafv: string, V1 error format.
233
234
Allowed values
234
235
1 - v1 error format
@@ -253,6 +254,9 @@ <h3>Method Details</h3>
253
254
},
254
255
],
255
256
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
257
+
"unreachable": [ # 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.
Copy file name to clipboardexpand all lines: docs/dyn/networkservices_v1beta1.projects.locations.serviceBindings.html
+16-16
Original file line number
Diff line number
Diff line change
@@ -103,19 +103,19 @@ <h3>Method Details</h3>
103
103
<pre>Creates a new ServiceBinding in a given project and location.
104
104
105
105
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)
107
107
body: object, The request body.
108
108
The object takes the form of:
109
109
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.
111
111
"createTime": "A String", # Output only. The timestamp when the resource was created.
112
112
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
113
113
"labels": { # Optional. Set of label tags associated with the ServiceBinding resource.
114
114
"a_key": "A String",
115
115
},
116
-
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
117
-
"service": "A String", # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
118
-
"serviceId": "A String", # 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
+
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
117
+
"service": "A String", # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
118
+
"serviceId": "A String", # 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.
119
119
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
120
120
}
121
121
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154
154
<pre>Deletes a single ServiceBinding.
155
155
156
156
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)
158
158
x__xgafv: string, V1 error format.
159
159
Allowed values
160
160
1 - v1 error format
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189
189
<pre>Gets details of a single ServiceBinding.
190
190
191
191
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)
193
193
x__xgafv: string, V1 error format.
194
194
Allowed values
195
195
1 - v1 error format
@@ -198,15 +198,15 @@ <h3>Method Details</h3>
198
198
Returns:
199
199
An object of the form:
200
200
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.
202
202
"createTime": "A String", # Output only. The timestamp when the resource was created.
203
203
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
204
204
"labels": { # Optional. Set of label tags associated with the ServiceBinding resource.
205
205
"a_key": "A String",
206
206
},
207
-
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
208
-
"service": "A String", # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
209
-
"serviceId": "A String", # 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
+
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
208
+
"service": "A String", # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
209
+
"serviceId": "A String", # 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.
210
210
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
211
211
}</pre>
212
212
</div>
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216
216
<pre>Lists ServiceBinding in a given project and location.
217
217
218
218
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)
220
220
pageSize: integer, Maximum number of ServiceBindings to return per call.
221
221
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.
222
222
x__xgafv: string, V1 error format.
@@ -230,15 +230,15 @@ <h3>Method Details</h3>
230
230
{ # Response returned by the ListServiceBindings method.
231
231
"nextPageToken": "A String", # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
232
232
"serviceBindings": [ # 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.
234
234
"createTime": "A String", # Output only. The timestamp when the resource was created.
235
235
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
236
236
"labels": { # Optional. Set of label tags associated with the ServiceBinding resource.
237
237
"a_key": "A String",
238
238
},
239
-
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name`.
240
-
"service": "A String", # Required. The full Service Directory Service name of the format projects/*/locations/*/namespaces/*/services/*
241
-
"serviceId": "A String", # 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
+
"name": "A String", # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/*/serviceBindings/`.
240
+
"service": "A String", # Optional. The full Service Directory Service name of the format `projects/*/locations/*/namespaces/*/services/*`. This field must be set.
241
+
"serviceId": "A String", # 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.
242
242
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
0 commit comments