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.StateBatchOperationMetadata.State. forNumber(int value)BatchOperationMetadata.StateBatchOperationMetadata.Builder. getState()The state of a long running operation.BatchOperationMetadata.StateBatchOperationMetadata. getState()The state of a long running operation.BatchOperationMetadata.StateBatchOperationMetadataOrBuilder. getState()The state of a long running operation.static BatchOperationMetadata.StateBatchOperationMetadata.State. valueOf(int value)Deprecated.static BatchOperationMetadata.StateBatchOperationMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static BatchOperationMetadata.StateBatchOperationMetadata.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.BuilderBatchOperationMetadata.Builder. setState(BatchOperationMetadata.State value)The state of a long running operation.
-