| Modifier and Type | Method and Description |
|---|---|
static OperationMetadata.State |
OperationMetadata.State.forNumber(int value) |
OperationMetadata.State |
OperationMetadata.getState()
The state of the current batch processing.
|
OperationMetadata.State |
OperationMetadata.Builder.getState()
The state of the current batch processing.
|
OperationMetadata.State |
OperationMetadataOrBuilder.getState()
The state of the current batch processing.
|
static OperationMetadata.State |
OperationMetadata.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperationMetadata.State |
OperationMetadata.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OperationMetadata.State |
OperationMetadata.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationMetadata.State[] |
OperationMetadata.State.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<OperationMetadata.State> |
OperationMetadata.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
OperationMetadata.Builder |
OperationMetadata.Builder.setState(OperationMetadata.State value)
The state of the current batch processing.
|
Copyright © 2024 Google LLC. All rights reserved.