Package io.dapr.v1

Interface DaprProtos.ExecuteStateTransactionRequestOrBuilder

    • Method Detail

      • 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.
      • 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;
      • 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;
      • 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;