Package io.dapr
Interface DaprProtos.StateRequestOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.StateRequestOptions
,DaprProtos.StateRequestOptions.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.StateRequestOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.String
getConcurrency()
string concurrency = 1;
com.google.protobuf.ByteString
getConcurrencyBytes()
string concurrency = 1;
java.lang.String
getConsistency()
string consistency = 2;
com.google.protobuf.ByteString
getConsistencyBytes()
string consistency = 2;
DaprProtos.StateRetryPolicy
getRetryPolicy()
.dapr.StateRetryPolicy retryPolicy = 3;
DaprProtos.StateRetryPolicyOrBuilder
getRetryPolicyOrBuilder()
.dapr.StateRetryPolicy retryPolicy = 3;
boolean
hasRetryPolicy()
.dapr.StateRetryPolicy retryPolicy = 3;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConcurrency
java.lang.String getConcurrency()string concurrency = 1;
- Returns:
- The concurrency.
-
getConcurrencyBytes
com.google.protobuf.ByteString getConcurrencyBytes()string concurrency = 1;
- Returns:
- The bytes for concurrency.
-
getConsistency
java.lang.String getConsistency()string consistency = 2;
- Returns:
- The consistency.
-
getConsistencyBytes
com.google.protobuf.ByteString getConsistencyBytes()string consistency = 2;
- Returns:
- The bytes for consistency.
-
hasRetryPolicy
boolean hasRetryPolicy().dapr.StateRetryPolicy retryPolicy = 3;
- Returns:
- Whether the retryPolicy field is set.
-
getRetryPolicy
DaprProtos.StateRetryPolicy getRetryPolicy().dapr.StateRetryPolicy retryPolicy = 3;
- Returns:
- The retryPolicy.
-
getRetryPolicyOrBuilder
DaprProtos.StateRetryPolicyOrBuilder getRetryPolicyOrBuilder().dapr.StateRetryPolicy retryPolicy = 3;
-