Package io.dapr.v1

Interface DaprProtos.StateOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DaprProtos.StateOptions, DaprProtos.StateOptions.Builder
Enclosing class:
DaprProtos

public static interface DaprProtos.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;
    DaprProtos.RetryPolicy getRetryPolicy()
    .dapr.proto.dapr.v1.RetryPolicy retry_policy = 3;
    DaprProtos.RetryPolicyOrBuilder getRetryPolicyOrBuilder()
    .dapr.proto.dapr.v1.RetryPolicy retry_policy = 3;
    boolean hasRetryPolicy()
    .dapr.proto.dapr.v1.RetryPolicy retry_policy = 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
  • 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.proto.dapr.v1.RetryPolicy retry_policy = 3;
      Returns:
      Whether the retryPolicy field is set.
    • getRetryPolicy

      DaprProtos.RetryPolicy getRetryPolicy()
      .dapr.proto.dapr.v1.RetryPolicy retry_policy = 3;
      Returns:
      The retryPolicy.
    • getRetryPolicyOrBuilder

      DaprProtos.RetryPolicyOrBuilder getRetryPolicyOrBuilder()
      .dapr.proto.dapr.v1.RetryPolicy retry_policy = 3;