Show / Hide Table of Contents

Enum ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.ListRequest.ViewEnum

Optional. The resource_view to be applied to the returned SchemaBundles' fields. Defaults to NAME_ONLY.

Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public enum ProjectsResource.InstancesResource.TablesResource.SchemaBundlesResource.ListRequest.ViewEnum

Fields

Name Description
BASIC

Only populates the SchemaBundle's basic metadata. This includes: name, etag, create_time, update_time.

FULL

Populates every field.

NAMEONLY

Only populates name.

SCHEMABUNDLEVIEWUNSPECIFIED

Uses the default view for each method as documented in the request.

In this article
Back to top Generated by DocFX