docs: update generated docs (#981)
diff --git a/docs/dyn/cloudidentity_v1beta1.groups.html b/docs/dyn/cloudidentity_v1beta1.groups.html
index cebcf08..131c83a 100644
--- a/docs/dyn/cloudidentity_v1beta1.groups.html
+++ b/docs/dyn/cloudidentity_v1beta1.groups.html
@@ -89,7 +89,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a `Group`.</p>
<p class="toc_element">
- <code><a href="#list">list(view=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(view=None, pageToken=None, parent=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the `Group`s under a customer or namespace.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -119,15 +119,6 @@
#
# A `Group` is a collection of entities, where each entity is either a user,
# another group or a service account.
- "description": "A String", # An extended description to help users determine the purpose of a `Group`.
- #
- # Must not be longer than 4,096 characters.
- "createTime": "A String", # Output only. The time when the `Group` was created.
- "displayName": "A String", # The display name of the `Group`.
- "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
- # the `Group`.
- #
- # Shall be of the form `groups/{group_id}`.
"groupKey": { # A unique identifier for an entity in the Cloud Identity Groups API. # Required. Immutable. The `EntityKey` of the `Group`.
#
# An entity can represent either a group with an optional `namespace` or a user
@@ -151,7 +142,6 @@
# The namespace must correspond to an identity source created in Admin
# Console and must be in the form of `identitysources/{identity_source_id}.
},
- "updateTime": "A String", # Output only. The time when the `Group` was last updated.
"additionalGroupKeys": [ # Additional entity key aliases for a Group.
{ # A unique identifier for an entity in the Cloud Identity Groups API.
#
@@ -177,11 +167,14 @@
# Console and must be in the form of `identitysources/{identity_source_id}.
},
],
- "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
- # Cloud Identity resource hierarchy.
+ "displayName": "A String", # The display name of the `Group`.
+ "description": "A String", # An extended description to help users determine the purpose of a `Group`.
#
- # Must be of the form `identitysources/{identity_source_id}` for external-
- # identity-mapped groups or `customers/{customer_id}` for Google Groups.
+ # Must not be longer than 4,096 characters.
+ "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
+ # the `Group`.
+ #
+ # Shall be of the form `groups/{group_id}`.
"labels": { # Required. The labels that apply to the `Group`.
#
# Must not contain more than one entry. Must contain the entry
@@ -190,6 +183,13 @@
# external-identity-mapped group.
"a_key": "A String",
},
+ "createTime": "A String", # Output only. The time when the `Group` was created.
+ "updateTime": "A String", # Output only. The time when the `Group` was last updated.
+ "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
+ # Cloud Identity resource hierarchy.
+ #
+ # Must be of the form `identitysources/{identity_source_id}` for external-
+ # identity-mapped groups or `customers/{customer_id}` for Google Groups.
}
initialGroupConfig: string, Required. The initial configuration option for the `Group`.
@@ -203,6 +203,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -210,16 +213,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -227,9 +230,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -265,6 +265,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -272,16 +275,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -289,9 +292,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -329,15 +329,6 @@
#
# A `Group` is a collection of entities, where each entity is either a user,
# another group or a service account.
- "description": "A String", # An extended description to help users determine the purpose of a `Group`.
- #
- # Must not be longer than 4,096 characters.
- "createTime": "A String", # Output only. The time when the `Group` was created.
- "displayName": "A String", # The display name of the `Group`.
- "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
- # the `Group`.
- #
- # Shall be of the form `groups/{group_id}`.
"groupKey": { # A unique identifier for an entity in the Cloud Identity Groups API. # Required. Immutable. The `EntityKey` of the `Group`.
#
# An entity can represent either a group with an optional `namespace` or a user
@@ -361,7 +352,6 @@
# The namespace must correspond to an identity source created in Admin
# Console and must be in the form of `identitysources/{identity_source_id}.
},
- "updateTime": "A String", # Output only. The time when the `Group` was last updated.
"additionalGroupKeys": [ # Additional entity key aliases for a Group.
{ # A unique identifier for an entity in the Cloud Identity Groups API.
#
@@ -387,11 +377,14 @@
# Console and must be in the form of `identitysources/{identity_source_id}.
},
],
- "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
- # Cloud Identity resource hierarchy.
+ "displayName": "A String", # The display name of the `Group`.
+ "description": "A String", # An extended description to help users determine the purpose of a `Group`.
#
- # Must be of the form `identitysources/{identity_source_id}` for external-
- # identity-mapped groups or `customers/{customer_id}` for Google Groups.
+ # Must not be longer than 4,096 characters.
+ "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
+ # the `Group`.
+ #
+ # Shall be of the form `groups/{group_id}`.
"labels": { # Required. The labels that apply to the `Group`.
#
# Must not contain more than one entry. Must contain the entry
@@ -400,17 +393,29 @@
# external-identity-mapped group.
"a_key": "A String",
},
+ "createTime": "A String", # Output only. The time when the `Group` was created.
+ "updateTime": "A String", # Output only. The time when the `Group` was last updated.
+ "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
+ # Cloud Identity resource hierarchy.
+ #
+ # Must be of the form `identitysources/{identity_source_id}` for external-
+ # identity-mapped groups or `customers/{customer_id}` for Google Groups.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(view=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(view=None, pageToken=None, parent=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists the `Group`s under a customer or namespace.
Args:
view: string, The level of detail to be returned.
If unspecified, defaults to `View.BASIC`.
+ pageToken: string, The `next_page_token` value returned from a previous list request, if any.
+ parent: string, Required. The parent resource under which to list all `Group`s.
+
+Must be of the form `identitysources/{identity_source_id}` for external-
+identity-mapped groups or `customers/{customer_id}` for Google Groups.
pageSize: integer, The maximum number of results to return.
Note that the number of results returned may be less than this value even
@@ -421,11 +426,6 @@
If unspecified, defaults to 200 for `View.BASIC` and to 50 for `View.FULL`.
Must not be greater than 1000 for `View.BASIC` or 500 for `View.FULL`.
- pageToken: string, The `next_page_token` value returned from a previous list request, if any.
- parent: string, Required. The parent resource under which to list all `Group`s.
-
-Must be of the form `identitysources/{identity_source_id}` for external-
-identity-mapped groups or `customers/{customer_id}` for Google Groups.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -442,15 +442,6 @@
#
# A `Group` is a collection of entities, where each entity is either a user,
# another group or a service account.
- "description": "A String", # An extended description to help users determine the purpose of a `Group`.
- #
- # Must not be longer than 4,096 characters.
- "createTime": "A String", # Output only. The time when the `Group` was created.
- "displayName": "A String", # The display name of the `Group`.
- "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
- # the `Group`.
- #
- # Shall be of the form `groups/{group_id}`.
"groupKey": { # A unique identifier for an entity in the Cloud Identity Groups API. # Required. Immutable. The `EntityKey` of the `Group`.
#
# An entity can represent either a group with an optional `namespace` or a user
@@ -474,7 +465,6 @@
# The namespace must correspond to an identity source created in Admin
# Console and must be in the form of `identitysources/{identity_source_id}.
},
- "updateTime": "A String", # Output only. The time when the `Group` was last updated.
"additionalGroupKeys": [ # Additional entity key aliases for a Group.
{ # A unique identifier for an entity in the Cloud Identity Groups API.
#
@@ -500,11 +490,14 @@
# Console and must be in the form of `identitysources/{identity_source_id}.
},
],
- "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
- # Cloud Identity resource hierarchy.
+ "displayName": "A String", # The display name of the `Group`.
+ "description": "A String", # An extended description to help users determine the purpose of a `Group`.
#
- # Must be of the form `identitysources/{identity_source_id}` for external-
- # identity-mapped groups or `customers/{customer_id}` for Google Groups.
+ # Must not be longer than 4,096 characters.
+ "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
+ # the `Group`.
+ #
+ # Shall be of the form `groups/{group_id}`.
"labels": { # Required. The labels that apply to the `Group`.
#
# Must not contain more than one entry. Must contain the entry
@@ -513,6 +506,13 @@
# external-identity-mapped group.
"a_key": "A String",
},
+ "createTime": "A String", # Output only. The time when the `Group` was created.
+ "updateTime": "A String", # Output only. The time when the `Group` was last updated.
+ "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
+ # Cloud Identity resource hierarchy.
+ #
+ # Must be of the form `identitysources/{identity_source_id}` for external-
+ # identity-mapped groups or `customers/{customer_id}` for Google Groups.
},
],
}</pre>
@@ -586,15 +586,6 @@
#
# A `Group` is a collection of entities, where each entity is either a user,
# another group or a service account.
- "description": "A String", # An extended description to help users determine the purpose of a `Group`.
- #
- # Must not be longer than 4,096 characters.
- "createTime": "A String", # Output only. The time when the `Group` was created.
- "displayName": "A String", # The display name of the `Group`.
- "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
- # the `Group`.
- #
- # Shall be of the form `groups/{group_id}`.
"groupKey": { # A unique identifier for an entity in the Cloud Identity Groups API. # Required. Immutable. The `EntityKey` of the `Group`.
#
# An entity can represent either a group with an optional `namespace` or a user
@@ -618,7 +609,6 @@
# The namespace must correspond to an identity source created in Admin
# Console and must be in the form of `identitysources/{identity_source_id}.
},
- "updateTime": "A String", # Output only. The time when the `Group` was last updated.
"additionalGroupKeys": [ # Additional entity key aliases for a Group.
{ # A unique identifier for an entity in the Cloud Identity Groups API.
#
@@ -644,11 +634,14 @@
# Console and must be in the form of `identitysources/{identity_source_id}.
},
],
- "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
- # Cloud Identity resource hierarchy.
+ "displayName": "A String", # The display name of the `Group`.
+ "description": "A String", # An extended description to help users determine the purpose of a `Group`.
#
- # Must be of the form `identitysources/{identity_source_id}` for external-
- # identity-mapped groups or `customers/{customer_id}` for Google Groups.
+ # Must not be longer than 4,096 characters.
+ "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
+ # the `Group`.
+ #
+ # Shall be of the form `groups/{group_id}`.
"labels": { # Required. The labels that apply to the `Group`.
#
# Must not contain more than one entry. Must contain the entry
@@ -657,6 +650,13 @@
# external-identity-mapped group.
"a_key": "A String",
},
+ "createTime": "A String", # Output only. The time when the `Group` was created.
+ "updateTime": "A String", # Output only. The time when the `Group` was last updated.
+ "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
+ # Cloud Identity resource hierarchy.
+ #
+ # Must be of the form `identitysources/{identity_source_id}` for external-
+ # identity-mapped groups or `customers/{customer_id}` for Google Groups.
}
updateMask: string, Required. The fully-qualified names of fields to update.
@@ -672,6 +672,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -679,16 +682,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -696,9 +699,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -758,15 +758,6 @@
#
# A `Group` is a collection of entities, where each entity is either a user,
# another group or a service account.
- "description": "A String", # An extended description to help users determine the purpose of a `Group`.
- #
- # Must not be longer than 4,096 characters.
- "createTime": "A String", # Output only. The time when the `Group` was created.
- "displayName": "A String", # The display name of the `Group`.
- "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
- # the `Group`.
- #
- # Shall be of the form `groups/{group_id}`.
"groupKey": { # A unique identifier for an entity in the Cloud Identity Groups API. # Required. Immutable. The `EntityKey` of the `Group`.
#
# An entity can represent either a group with an optional `namespace` or a user
@@ -790,7 +781,6 @@
# The namespace must correspond to an identity source created in Admin
# Console and must be in the form of `identitysources/{identity_source_id}.
},
- "updateTime": "A String", # Output only. The time when the `Group` was last updated.
"additionalGroupKeys": [ # Additional entity key aliases for a Group.
{ # A unique identifier for an entity in the Cloud Identity Groups API.
#
@@ -816,11 +806,14 @@
# Console and must be in the form of `identitysources/{identity_source_id}.
},
],
- "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
- # Cloud Identity resource hierarchy.
+ "displayName": "A String", # The display name of the `Group`.
+ "description": "A String", # An extended description to help users determine the purpose of a `Group`.
#
- # Must be of the form `identitysources/{identity_source_id}` for external-
- # identity-mapped groups or `customers/{customer_id}` for Google Groups.
+ # Must not be longer than 4,096 characters.
+ "name": "A String", # Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of
+ # the `Group`.
+ #
+ # Shall be of the form `groups/{group_id}`.
"labels": { # Required. The labels that apply to the `Group`.
#
# Must not contain more than one entry. Must contain the entry
@@ -829,6 +822,13 @@
# external-identity-mapped group.
"a_key": "A String",
},
+ "createTime": "A String", # Output only. The time when the `Group` was created.
+ "updateTime": "A String", # Output only. The time when the `Group` was last updated.
+ "parent": "A String", # Required. Immutable. The resource name of the entity under which this `Group` resides in the
+ # Cloud Identity resource hierarchy.
+ #
+ # Must be of the form `identitysources/{identity_source_id}` for external-
+ # identity-mapped groups or `customers/{customer_id}` for Google Groups.
},
],
"nextPageToken": "A String", # A continuation token to retrieve the next page of results, or empty if