public static interface DaprProtos.StateRequestOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConcurrency()
string concurrency = 1; |
com.google.protobuf.ByteString |
getConcurrencyBytes()
string concurrency = 1; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getConcurrency()
string concurrency = 1;
com.google.protobuf.ByteString getConcurrencyBytes()
string concurrency = 1;
String getConsistency()
string consistency = 2;
com.google.protobuf.ByteString getConsistencyBytes()
string consistency = 2;
boolean hasRetryPolicy()
.dapr.StateRetryPolicy retryPolicy = 3;
DaprProtos.StateRetryPolicy getRetryPolicy()
.dapr.StateRetryPolicy retryPolicy = 3;
DaprProtos.StateRetryPolicyOrBuilder getRetryPolicyOrBuilder()
.dapr.StateRetryPolicy retryPolicy = 3;
Copyright © 2020. All rights reserved.