Uses of Class
com.google.datastore.admin.v1.CommonMetadata.State
-
Packages that use CommonMetadata.State Package Description com.google.datastore.admin.v1 -
-
Uses of CommonMetadata.State in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return CommonMetadata.State Modifier and Type Method Description static CommonMetadata.State
CommonMetadata.State. forNumber(int value)
CommonMetadata.State
CommonMetadata.Builder. getState()
The current state of the Operation.CommonMetadata.State
CommonMetadata. getState()
The current state of the Operation.CommonMetadata.State
CommonMetadataOrBuilder. getState()
The current state of the Operation.static CommonMetadata.State
CommonMetadata.State. valueOf(int value)
Deprecated.static CommonMetadata.State
CommonMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CommonMetadata.State
CommonMetadata.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonMetadata.State[]
CommonMetadata.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.datastore.admin.v1 that return types with arguments of type CommonMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CommonMetadata.State>
CommonMetadata.State. internalGetValueMap()
Methods in com.google.datastore.admin.v1 with parameters of type CommonMetadata.State Modifier and Type Method Description CommonMetadata.Builder
CommonMetadata.Builder. setState(CommonMetadata.State value)
The current state of the Operation.
-