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-9Lines changed: 9 additions & 9 deletions
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-5Lines changed: 5 additions & 5 deletions
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.
0 commit comments