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