Package io.dapr.v1

Interface DaprProtos.DeleteStateEnvelopeOrBuilder

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

public static interface DaprProtos.DeleteStateEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getEtag()
    string etag = 3;
    com.google.protobuf.ByteString getEtagBytes()
    string etag = 3;
    java.lang.String getKey()
    string key = 2;
    com.google.protobuf.ByteString getKeyBytes()
    string key = 2;
    DaprProtos.StateOptions getOptions()
    .dapr.proto.dapr.v1.StateOptions options = 4;
    DaprProtos.StateOptionsOrBuilder getOptionsOrBuilder()
    .dapr.proto.dapr.v1.StateOptions options = 4;
    java.lang.String getStoreName()
    string store_name = 1;
    com.google.protobuf.ByteString getStoreNameBytes()
    string store_name = 1;
    boolean hasOptions()
    .dapr.proto.dapr.v1.StateOptions options = 4;

    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

    • getStoreName

      java.lang.String getStoreName()
      string store_name = 1;
      Returns:
      The storeName.
    • getStoreNameBytes

      com.google.protobuf.ByteString getStoreNameBytes()
      string store_name = 1;
      Returns:
      The bytes for storeName.
    • getKey

      java.lang.String getKey()
      string key = 2;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 2;
      Returns:
      The bytes for key.
    • getEtag

      java.lang.String getEtag()
      string etag = 3;
      Returns:
      The etag.
    • getEtagBytes

      com.google.protobuf.ByteString getEtagBytes()
      string etag = 3;
      Returns:
      The bytes for etag.
    • hasOptions

      boolean hasOptions()
      .dapr.proto.dapr.v1.StateOptions options = 4;
      Returns:
      Whether the options field is set.
    • getOptions

      .dapr.proto.dapr.v1.StateOptions options = 4;
      Returns:
      The options.
    • getOptionsOrBuilder

      DaprProtos.StateOptionsOrBuilder getOptionsOrBuilder()
      .dapr.proto.dapr.v1.StateOptions options = 4;