Uses of Enum
com.google.datastore.admin.v1.CommonMetadata.State
-
Uses of CommonMetadata.State in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return CommonMetadata.StateModifier and TypeMethodDescriptionstatic CommonMetadata.StateCommonMetadata.State.forNumber(int value) CommonMetadata.Builder.getState()The current state of the Operation.CommonMetadata.getState()The current state of the Operation.CommonMetadataOrBuilder.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.StateReturns 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.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommonMetadata.State>CommonMetadata.State.internalGetValueMap()Methods in com.google.datastore.admin.v1 with parameters of type CommonMetadata.StateModifier and TypeMethodDescriptionCommonMetadata.Builder.setState(CommonMetadata.State value) The current state of the Operation.