Package io.dapr
Interface DaprClientProtos.StateOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprClientProtos.StateOptions
,DaprClientProtos.StateOptions.Builder
- Enclosing class:
- DaprClientProtos
public static interface DaprClientProtos.StateOptionsOrBuilder
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;
DaprClientProtos.RetryPolicy
getRetryPolicy()
.daprclient.RetryPolicy retryPolicy = 3;
DaprClientProtos.RetryPolicyOrBuilder
getRetryPolicyOrBuilder()
.daprclient.RetryPolicy retryPolicy = 3;
boolean
hasRetryPolicy()
.daprclient.RetryPolicy 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().daprclient.RetryPolicy retryPolicy = 3;
- Returns:
- Whether the retryPolicy field is set.
-
getRetryPolicy
DaprClientProtos.RetryPolicy getRetryPolicy().daprclient.RetryPolicy retryPolicy = 3;
- Returns:
- The retryPolicy.
-
getRetryPolicyOrBuilder
DaprClientProtos.RetryPolicyOrBuilder getRetryPolicyOrBuilder().daprclient.RetryPolicy retryPolicy = 3;
-