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