public static enum ColumnSchema.IndexingType extends Enum<ColumnSchema.IndexingType> implements com.google.protobuf.ProtocolMessageEnum
Specifies inclusion of the column in an indexProtobuf enum
google.cloud.datacatalog.v1.ColumnSchema.IndexingType| Enum Constant and Description |
|---|
INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
|
INDEXING_TYPE_NONE
Column not a part of an index.
|
INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
|
INDEXING_TYPE_UNIQUE
Column part of unique index.
|
INDEXING_TYPE_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INDEXING_TYPE_NON_UNIQUE_VALUE
Column Part of non unique index.
|
static int |
INDEXING_TYPE_NONE_VALUE
Column not a part of an index.
|
static int |
INDEXING_TYPE_PRIMARY_KEY_VALUE
Column part of the primary key.
|
static int |
INDEXING_TYPE_UNIQUE_VALUE
Column part of unique index.
|
static int |
INDEXING_TYPE_UNSPECIFIED_VALUE
Unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnSchema.IndexingType |
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<ColumnSchema.IndexingType> |
internalGetValueMap() |
static ColumnSchema.IndexingType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ColumnSchema.IndexingType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ColumnSchema.IndexingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnSchema.IndexingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnSchema.IndexingType INDEXING_TYPE_UNSPECIFIED
Unspecified.
INDEXING_TYPE_UNSPECIFIED = 0;public static final ColumnSchema.IndexingType INDEXING_TYPE_NONE
Column not a part of an index.
INDEXING_TYPE_NONE = 1;public static final ColumnSchema.IndexingType INDEXING_TYPE_NON_UNIQUE
Column Part of non unique index.
INDEXING_TYPE_NON_UNIQUE = 2;public static final ColumnSchema.IndexingType INDEXING_TYPE_UNIQUE
Column part of unique index.
INDEXING_TYPE_UNIQUE = 3;public static final ColumnSchema.IndexingType INDEXING_TYPE_PRIMARY_KEY
Column part of the primary key.
INDEXING_TYPE_PRIMARY_KEY = 4;public static final ColumnSchema.IndexingType UNRECOGNIZED
public static final int INDEXING_TYPE_UNSPECIFIED_VALUE
Unspecified.
INDEXING_TYPE_UNSPECIFIED = 0;public static final int INDEXING_TYPE_NONE_VALUE
Column not a part of an index.
INDEXING_TYPE_NONE = 1;public static final int INDEXING_TYPE_NON_UNIQUE_VALUE
Column Part of non unique index.
INDEXING_TYPE_NON_UNIQUE = 2;public static final int INDEXING_TYPE_UNIQUE_VALUE
Column part of unique index.
INDEXING_TYPE_UNIQUE = 3;public static final int INDEXING_TYPE_PRIMARY_KEY_VALUE
Column part of the primary key.
INDEXING_TYPE_PRIMARY_KEY = 4;public static ColumnSchema.IndexingType[] values()
for (ColumnSchema.IndexingType c : ColumnSchema.IndexingType.values()) System.out.println(c);
public static ColumnSchema.IndexingType 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 ColumnSchema.IndexingType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ColumnSchema.IndexingType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ColumnSchema.IndexingType> 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 ColumnSchema.IndexingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.