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.StateCommonMetadata.State. forNumber(int value)CommonMetadata.StateCommonMetadata.Builder. getState()The current state of the Operation.CommonMetadata.StateCommonMetadata. getState()The current state of the Operation.CommonMetadata.StateCommonMetadataOrBuilder. getState()The current state of the Operation.static CommonMetadata.StateCommonMetadata.State. valueOf(int value)Deprecated.static CommonMetadata.StateCommonMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CommonMetadata.StateCommonMetadata.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.BuilderCommonMetadata.Builder. setState(CommonMetadata.State value)The current state of the Operation.
-