static CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptions.StateConsistency.forNumber(int value) |
|
CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptions.Builder.getConsistency() |
.dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
|
CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptions.getConsistency() |
.dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
|
CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptionsOrBuilder.getConsistency() |
.dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
|
CommonProtos.StateOptions.StateConsistency |
DaprProtos.GetStateRequest.Builder.getConsistency() |
The read consistency of the state store.
|
CommonProtos.StateOptions.StateConsistency |
DaprProtos.GetStateRequest.getConsistency() |
The read consistency of the state store.
|
CommonProtos.StateOptions.StateConsistency |
DaprProtos.GetStateRequestOrBuilder.getConsistency() |
The read consistency of the state store.
|
static CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptions.StateConsistency.valueOf(int value) |
Deprecated.
|
static CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptions.StateConsistency.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static CommonProtos.StateOptions.StateConsistency |
CommonProtos.StateOptions.StateConsistency.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CommonProtos.StateOptions.StateConsistency[] |
CommonProtos.StateOptions.StateConsistency.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|