| Modifier and Type | Method and Description |
|---|---|
static Table.TableFieldSchema.Mode |
Table.TableFieldSchema.Mode.forNumber(int value) |
Table.TableFieldSchema.Mode |
Table.TableFieldSchemaOrBuilder.getMode()
Optional.
|
Table.TableFieldSchema.Mode |
Table.TableFieldSchema.getMode()
Optional.
|
Table.TableFieldSchema.Mode |
Table.TableFieldSchema.Builder.getMode()
Optional.
|
static Table.TableFieldSchema.Mode |
Table.TableFieldSchema.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Table.TableFieldSchema.Mode |
Table.TableFieldSchema.Mode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Table.TableFieldSchema.Mode |
Table.TableFieldSchema.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.TableFieldSchema.Mode[] |
Table.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<Table.TableFieldSchema.Mode> |
Table.TableFieldSchema.Mode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Table.TableFieldSchema.Builder |
Table.TableFieldSchema.Builder.setMode(Table.TableFieldSchema.Mode value)
Optional.
|
Copyright © 2020 Google LLC. All rights reserved.