public static enum TableFieldSchema.Mode extends Enum<TableFieldSchema.Mode> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.bigquery.storage.v1beta2.TableFieldSchema.Mode| Enum Constant and Description |
|---|
MODE_UNSPECIFIED
Illegal value
|
NULLABLE
NULLABLE = 1; |
REPEATED
REPEATED = 3; |
REQUIRED
REQUIRED = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_UNSPECIFIED_VALUE
Illegal value
|
static int |
NULLABLE_VALUE
NULLABLE = 1; |
static int |
REPEATED_VALUE
REPEATED = 3; |
static int |
REQUIRED_VALUE
REQUIRED = 2; |
| Modifier and Type | Method and Description |
|---|---|
static TableFieldSchema.Mode |
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<TableFieldSchema.Mode> |
internalGetValueMap() |
static TableFieldSchema.Mode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TableFieldSchema.Mode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TableFieldSchema.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableFieldSchema.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableFieldSchema.Mode MODE_UNSPECIFIED
Illegal value
MODE_UNSPECIFIED = 0;public static final TableFieldSchema.Mode NULLABLE
NULLABLE = 1;public static final TableFieldSchema.Mode REQUIRED
REQUIRED = 2;public static final TableFieldSchema.Mode REPEATED
REPEATED = 3;public static final TableFieldSchema.Mode UNRECOGNIZED
public static final int MODE_UNSPECIFIED_VALUE
Illegal value
MODE_UNSPECIFIED = 0;public static final int NULLABLE_VALUE
NULLABLE = 1;public static final int REQUIRED_VALUE
REQUIRED = 2;public static final int REPEATED_VALUE
REPEATED = 3;public static TableFieldSchema.Mode[] values()
for (TableFieldSchema.Mode c : TableFieldSchema.Mode.values()) System.out.println(c);
public static TableFieldSchema.Mode 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 TableFieldSchema.Mode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TableFieldSchema.Mode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TableFieldSchema.Mode> 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 TableFieldSchema.Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.