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.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof