Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
static OperationMetadata.State |
OperationMetadata.State.forNumber(int value) |
OperationMetadata.State |
OperationMetadataOrBuilder.getState()
Current state of the batch operation.
|
OperationMetadata.State |
OperationMetadata.getState()
Current state of the batch operation.
|
OperationMetadata.State |
OperationMetadata.Builder.getState()
Current state of the batch operation.
|
static OperationMetadata.State |
OperationMetadata.State.valueOf(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 Internal.EnumLiteMap<OperationMetadata.State> |
OperationMetadata.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
OperationMetadata.Builder |
OperationMetadata.Builder.setState(OperationMetadata.State value)
Current state of the batch operation.
|
Copyright © 2022 Google LLC. All rights reserved.