Uses of Enum Class
io.dapr.v1.DaprProtos.UnlockResponse.Status
Packages that use DaprProtos.UnlockResponse.Status
-
Uses of DaprProtos.UnlockResponse.Status in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnlockResponse.StatusModifier and TypeMethodDescriptionDaprProtos.UnlockResponse.Status.forNumber
(int value) DaprProtos.UnlockResponse.Builder.getStatus()
.dapr.proto.runtime.v1.UnlockResponse.Status status = 1;
DaprProtos.UnlockResponse.getStatus()
.dapr.proto.runtime.v1.UnlockResponse.Status status = 1;
DaprProtos.UnlockResponseOrBuilder.getStatus()
.dapr.proto.runtime.v1.UnlockResponse.Status status = 1;
DaprProtos.UnlockResponse.Status.valueOf
(int value) Deprecated.DaprProtos.UnlockResponse.Status.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static DaprProtos.UnlockResponse.Status[]
DaprProtos.UnlockResponse.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dapr.v1 that return types with arguments of type DaprProtos.UnlockResponse.StatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DaprProtos.UnlockResponse.Status>
DaprProtos.UnlockResponse.Status.internalGetValueMap()
Methods in io.dapr.v1 with parameters of type DaprProtos.UnlockResponse.StatusModifier and TypeMethodDescriptionDaprProtos.UnlockResponse.Builder.setStatus
(DaprProtos.UnlockResponse.Status value) .dapr.proto.runtime.v1.UnlockResponse.Status status = 1;