Package io.dapr.v1

Interface DaprProtos.ExecuteStateTransactionRequestOrBuilder

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

public static interface DaprProtos.ExecuteStateTransactionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStoreName

      String getStoreName()
       Required. name of state store.
       
      string storeName = 1;
      Returns:
      The storeName.
    • getStoreNameBytes

      com.google.protobuf.ByteString getStoreNameBytes()
       Required. name of state store.
       
      string storeName = 1;
      Returns:
      The bytes for storeName.
    • getOperationsList

       Required. transactional operation list.
       
      repeated .dapr.proto.runtime.v1.TransactionalStateOperation operations = 2;
    • getOperations

      DaprProtos.TransactionalStateOperation getOperations(int index)
       Required. transactional operation list.
       
      repeated .dapr.proto.runtime.v1.TransactionalStateOperation operations = 2;
    • getOperationsCount

      int getOperationsCount()
       Required. transactional operation list.
       
      repeated .dapr.proto.runtime.v1.TransactionalStateOperation operations = 2;
    • getOperationsOrBuilderList

      List<? extends DaprProtos.TransactionalStateOperationOrBuilder> getOperationsOrBuilderList()
       Required. transactional operation list.
       
      repeated .dapr.proto.runtime.v1.TransactionalStateOperation operations = 2;
    • getOperationsOrBuilder

      DaprProtos.TransactionalStateOperationOrBuilder getOperationsOrBuilder(int index)
       Required. transactional operation list.
       
      repeated .dapr.proto.runtime.v1.TransactionalStateOperation operations = 2;
    • getMetadataCount

      int getMetadataCount()
       The metadata used for transactional operations.
       
      map<string, string> metadata = 3;
    • containsMetadata

      boolean containsMetadata(String key)
       The metadata used for transactional operations.
       
      map<string, string> metadata = 3;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       The metadata used for transactional operations.
       
      map<string, string> metadata = 3;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       The metadata used for transactional operations.
       
      map<string, string> metadata = 3;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       The metadata used for transactional operations.
       
      map<string, string> metadata = 3;