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