| Modifier and Type | Method and Description |
|---|---|
static TableFieldSchema.Mode |
TableFieldSchema.Mode.forNumber(int value) |
TableFieldSchema.Mode |
TableFieldSchema.getMode()
Optional.
|
TableFieldSchema.Mode |
TableFieldSchema.Builder.getMode()
Optional.
|
TableFieldSchema.Mode |
TableFieldSchemaOrBuilder.getMode()
Optional.
|
static TableFieldSchema.Mode |
TableFieldSchema.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TableFieldSchema.Mode |
TableFieldSchema.Mode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TableFieldSchema.Mode |
TableFieldSchema.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableFieldSchema.Mode[] |
TableFieldSchema.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TableFieldSchema.Mode> |
TableFieldSchema.Mode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TableFieldSchema.Builder |
TableFieldSchema.Builder.setMode(TableFieldSchema.Mode value)
Optional.
|
Copyright © 2023 Google LLC. All rights reserved.