Enum ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.ListRequest.ViewEnum
Optional. The resource_view to be applied to the returned AuthorizedViews' fields. Default to NAME_ONLY.
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.ListRequest.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. |