@Generated public enum SessionType extends Enum<SessionType> implements com.google.protobuf.ProtocolMessageEnum
Supported session types.Protobuf enum
google.bigtable.v2.SessionType| Enum Constant and Description |
|---|
SESSION_TYPE_AUTHORIZED_VIEW
SESSION_TYPE_AUTHORIZED_VIEW = 2; |
SESSION_TYPE_MATERIALIZED_VIEW
SESSION_TYPE_MATERIALIZED_VIEW = 3; |
SESSION_TYPE_TABLE
SESSION_TYPE_TABLE = 1; |
SESSION_TYPE_TEST
For internal protocol testing only.
|
SESSION_TYPE_UNSET
SESSION_TYPE_UNSET = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SESSION_TYPE_AUTHORIZED_VIEW_VALUE
SESSION_TYPE_AUTHORIZED_VIEW = 2; |
static int |
SESSION_TYPE_MATERIALIZED_VIEW_VALUE
SESSION_TYPE_MATERIALIZED_VIEW = 3; |
static int |
SESSION_TYPE_TABLE_VALUE
SESSION_TYPE_TABLE = 1; |
static int |
SESSION_TYPE_TEST_VALUE
For internal protocol testing only.
|
static int |
SESSION_TYPE_UNSET_VALUE
SESSION_TYPE_UNSET = 0; |
| Modifier and Type | Method and Description |
|---|---|
static SessionType |
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<SessionType> |
internalGetValueMap() |
static SessionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SessionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SessionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionType SESSION_TYPE_UNSET
SESSION_TYPE_UNSET = 0;public static final SessionType SESSION_TYPE_TABLE
SESSION_TYPE_TABLE = 1;public static final SessionType SESSION_TYPE_AUTHORIZED_VIEW
SESSION_TYPE_AUTHORIZED_VIEW = 2;public static final SessionType SESSION_TYPE_MATERIALIZED_VIEW
SESSION_TYPE_MATERIALIZED_VIEW = 3;public static final SessionType SESSION_TYPE_TEST
For internal protocol testing only.
SESSION_TYPE_TEST = 9999;public static final SessionType UNRECOGNIZED
public static final int SESSION_TYPE_UNSET_VALUE
SESSION_TYPE_UNSET = 0;public static final int SESSION_TYPE_TABLE_VALUE
SESSION_TYPE_TABLE = 1;public static final int SESSION_TYPE_AUTHORIZED_VIEW_VALUE
SESSION_TYPE_AUTHORIZED_VIEW = 2;public static final int SESSION_TYPE_MATERIALIZED_VIEW_VALUE
SESSION_TYPE_MATERIALIZED_VIEW = 3;public static final int SESSION_TYPE_TEST_VALUE
For internal protocol testing only.
SESSION_TYPE_TEST = 9999;public static SessionType[] values()
for (SessionType c : SessionType.values()) System.out.println(c);
public static SessionType 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 SessionType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SessionType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SessionType> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SessionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.