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
"name": "A String", # Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}
authorizedViewSetId: string, Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final component of the AuthorizedViewSet's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-segments
126
+
x__xgafv: string, V1 error format.
127
+
Allowed values
128
+
1 - v1 error format
129
+
2 - v2 error format
130
+
131
+
Returns:
132
+
An object of the form:
133
+
134
+
{ # An AuthorizedViewSet contains a set of AuthorizedView resources.
"name": "A String", # Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}
name: string, Required. The name of the AuthorizedViewSet to delete. (required)
148
+
force: boolean, Optional. If set to true, all of this AuthorizedViewSet's child resources will also be deleted. Otherwise, the request will only succeed if it has none.
149
+
x__xgafv: string, V1 error format.
150
+
Allowed values
151
+
1 - v1 error format
152
+
2 - v2 error format
153
+
154
+
Returns:
155
+
An object of the form:
156
+
157
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
"name": "A String", # Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}
parent: string, Required. The parent resource of the AuthorizedViewSets. (required)
189
+
filter: string, Optional. The filter expression to filter authorized view sets listed in the response.
190
+
orderBy: string, Optional. The order by expression to order authorized view sets listed in the response.
191
+
pageSize: integer, Optional. The maximum number of view sets to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.
192
+
pageToken: string, Optional. The value returned by the last `ListAuthorizedViewSetsResponse`. This value indicates that this is a continuation of a prior `ListAuthorizedViewSets` call and that the system should return the next page of data.
193
+
x__xgafv: string, V1 error format.
194
+
Allowed values
195
+
1 - v1 error format
196
+
2 - v2 error format
197
+
198
+
Returns:
199
+
An object of the form:
200
+
201
+
{ # The response from a ListAuthorizedViewSet request.
202
+
"authorizedViewSets": [ # The AuthorizedViewSets under the parent.
203
+
{ # An AuthorizedViewSet contains a set of AuthorizedView resources.
"name": "A String", # Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
name: string, Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set} (required)
234
+
body: object, The request body.
235
+
The object takes the form of:
236
+
237
+
{ # An AuthorizedViewSet contains a set of AuthorizedView resources.
"name": "A String", # Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}
updateMask: string, Optional. The list of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `display_name`
245
+
x__xgafv: string, V1 error format.
246
+
Allowed values
247
+
1 - v1 error format
248
+
2 - v2 error format
249
+
250
+
Returns:
251
+
An object of the form:
252
+
253
+
{ # An AuthorizedViewSet contains a set of AuthorizedView resources.
"name": "A String", # Identifier. The resource name of the AuthorizedViewSet. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}
0 commit comments