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