public static enum Table.View extends java.lang.Enum<Table.View> implements ProtocolMessageEnum
Defines a view over a table's fields.Protobuf enum
google.bigtable.admin.v2.Table.View
Enum Constant and Description |
---|
FULL
Populates all fields.
|
NAME_ONLY
Only populates `name`.
|
REPLICATION_VIEW
This is a private alpha release of Cloud Bigtable replication.
|
SCHEMA_VIEW
Only populates `name` and fields related to the table's schema.
|
UNRECOGNIZED |
VIEW_UNSPECIFIED
Uses the default view for each method as documented in its request.
|
Modifier and Type | Field and Description |
---|---|
static int |
FULL_VALUE
Populates all fields.
|
static int |
NAME_ONLY_VALUE
Only populates `name`.
|
static int |
REPLICATION_VIEW_VALUE
This is a private alpha release of Cloud Bigtable replication.
|
static int |
SCHEMA_VIEW_VALUE
Only populates `name` and fields related to the table's schema.
|
static int |
VIEW_UNSPECIFIED_VALUE
Uses the default view for each method as documented in its request.
|
Modifier and Type | Method and Description |
---|---|
static Table.View |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<Table.View> |
internalGetValueMap() |
static Table.View |
valueOf(Descriptors.EnumValueDescriptor desc) |
static Table.View |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Table.View |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Table.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Table.View VIEW_UNSPECIFIED
Uses the default view for each method as documented in its request.
VIEW_UNSPECIFIED = 0;
public static final Table.View NAME_ONLY
Only populates `name`.
NAME_ONLY = 1;
public static final Table.View SCHEMA_VIEW
Only populates `name` and fields related to the table's schema.
SCHEMA_VIEW = 2;
public static final Table.View REPLICATION_VIEW
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Only populates `name` and fields related to the table's replication state.
REPLICATION_VIEW = 3;
public static final Table.View FULL
Populates all fields.
FULL = 4;
public static final Table.View UNRECOGNIZED
public static final int VIEW_UNSPECIFIED_VALUE
Uses the default view for each method as documented in its request.
VIEW_UNSPECIFIED = 0;
public static final int NAME_ONLY_VALUE
Only populates `name`.
NAME_ONLY = 1;
public static final int SCHEMA_VIEW_VALUE
Only populates `name` and fields related to the table's schema.
SCHEMA_VIEW = 2;
public static final int REPLICATION_VIEW_VALUE
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. Only populates `name` and fields related to the table's replication state.
REPLICATION_VIEW = 3;
public static final int FULL_VALUE
Populates all fields.
FULL = 4;
public static Table.View[] values()
for (Table.View c : Table.View.values()) System.out.println(c);
public static Table.View valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static Table.View valueOf(int value)
forNumber(int)
instead.public static Table.View forNumber(int value)
public static Internal.EnumLiteMap<Table.View> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static Table.View valueOf(Descriptors.EnumValueDescriptor desc)