Enum ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.GetRequest.ViewEnum
Optional. The resource_view to be applied to the returned AuthorizedView's fields. Default to BASIC.
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.GetRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Only populates the AuthorizedView's basic metadata. This includes: name, deletion_protection, etag. |
FULL | Populates every fields. |
NAMEONLY | Only populates |
RESPONSEVIEWUNSPECIFIED | Uses the default view for each method as documented in the request. |