Enum Table.View (2.13.0)

public enum Table.View extends Enum<Table.View> implements ProtocolMessageEnum

Defines a view over a table's fields.

Protobuf enum google.bigtable.admin.v2.Table.View

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENCRYPTION_VIEW

Only populates name and fields related to the table's encryption state.

ENCRYPTION_VIEW = 5;

ENCRYPTION_VIEW_VALUE

Only populates name and fields related to the table's encryption state.

ENCRYPTION_VIEW = 5;

FULL

Populates all fields.

FULL = 4;

FULL_VALUE

Populates all fields.

FULL = 4;

NAME_ONLY

Only populates name.

NAME_ONLY = 1;

NAME_ONLY_VALUE

Only populates name.

NAME_ONLY = 1;

REPLICATION_VIEW

Only populates name and fields related to the table's replication state.

REPLICATION_VIEW = 3;

REPLICATION_VIEW_VALUE

Only populates name and fields related to the table's replication state.

REPLICATION_VIEW = 3;

SCHEMA_VIEW

Only populates name and fields related to the table's schema.

SCHEMA_VIEW = 2;

SCHEMA_VIEW_VALUE

Only populates name and fields related to the table's schema.

SCHEMA_VIEW = 2;

UNRECOGNIZED
VIEW_UNSPECIFIED

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

VIEW_UNSPECIFIED = 0;

VIEW_UNSPECIFIED_VALUE

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

VIEW_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()