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
<pre>Lists information about the supported locations for this service.
210
210
211
211
Args:
212
212
name: string, The resource that owns the locations collection, if applicable. (required)
213
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
213
214
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
214
215
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
215
216
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/networkservices_v1.projects.locations.serviceBindings.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107
107
body: object, The request body.
108
108
The object takes the form of:
109
109
110
-
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
110
+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers. - Bind a Cloud Run 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.
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198
198
Returns:
199
199
An object of the form:
200
200
201
-
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
201
+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers. - Bind a Cloud Run 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.
@@ -230,7 +230,7 @@ <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 can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers.
233
+
{ # ServiceBinding can be used to: - Bind a Service Directory Service to be used in a BackendService resource. This feature will be deprecated soon. - Bind a Private Service Connect producer service to be used in consumer Cloud Service Mesh or Application Load Balancers. - Bind a Cloud Run 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.
<pre>Lists information about the supported locations for this service.
195
200
196
201
Args:
197
202
name: string, The resource that owns the locations collection, if applicable. (required)
203
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
198
204
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
199
205
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
200
206
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
0 commit comments