Uses of Class
com.google.cloud.talent.v4beta1.BatchOperationMetadata.State
-
Packages that use BatchOperationMetadata.State Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of BatchOperationMetadata.State in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return BatchOperationMetadata.State Modifier and Type Method Description static BatchOperationMetadata.State
BatchOperationMetadata.State. forNumber(int value)
BatchOperationMetadata.State
BatchOperationMetadata.Builder. getState()
The state of a long running operation.BatchOperationMetadata.State
BatchOperationMetadata. getState()
The state of a long running operation.BatchOperationMetadata.State
BatchOperationMetadataOrBuilder. getState()
The state of a long running operation.static BatchOperationMetadata.State
BatchOperationMetadata.State. valueOf(int value)
Deprecated.static BatchOperationMetadata.State
BatchOperationMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BatchOperationMetadata.State
BatchOperationMetadata.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchOperationMetadata.State[]
BatchOperationMetadata.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type BatchOperationMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BatchOperationMetadata.State>
BatchOperationMetadata.State. internalGetValueMap()
Methods in com.google.cloud.talent.v4beta1 with parameters of type BatchOperationMetadata.State Modifier and Type Method Description BatchOperationMetadata.Builder
BatchOperationMetadata.Builder. setState(BatchOperationMetadata.State value)
The state of a long running operation.
-