public static enum Table.View extends Enum<Table.View> implements com.google.protobuf.ProtocolMessageEnum
Defines a view over a table's fields.Protobuf enum
google.bigtable.admin.v2.Table.View| Enum Constant and Description |
|---|
ENCRYPTION_VIEW
Only populates `name` and fields related to the table's encryption state.
|
FULL
Populates all fields.
|
NAME_ONLY
Only populates `name`.
|
REPLICATION_VIEW
Only populates `name` and fields related to the table's replication
state.
|
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 |
ENCRYPTION_VIEW_VALUE
Only populates `name` and fields related to the table's encryption state.
|
static int |
FULL_VALUE
Populates all fields.
|
static int |
NAME_ONLY_VALUE
Only populates `name`.
|
static int |
REPLICATION_VIEW_VALUE
Only populates `name` and fields related to the table's replication
state.
|
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 com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Table.View> |
internalGetValueMap() |
static Table.View |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Table.View |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Table.View |
valueOf(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
Only populates `name` and fields related to the table's replication state.
REPLICATION_VIEW = 3;public static final Table.View ENCRYPTION_VIEW
Only populates `name` and fields related to the table's encryption state.
ENCRYPTION_VIEW = 5;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
Only populates `name` and fields related to the table's replication state.
REPLICATION_VIEW = 3;public static final int ENCRYPTION_VIEW_VALUE
Only populates `name` and fields related to the table's encryption state.
ENCRYPTION_VIEW = 5;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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Table.View valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Table.View forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Table.View> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Table.View valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.