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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)The metadata used for transactional operations.Map<String,String>getMetadata()Deprecated.intgetMetadataCount()The metadata used for transactional operations.Map<String,String>getMetadataMap()The metadata used for transactional operations.StringgetMetadataOrDefault(String key, String defaultValue)The metadata used for transactional operations.StringgetMetadataOrThrow(String key)The metadata used for transactional operations.DaprProtos.TransactionalStateOperationgetOperations(int index)Required.intgetOperationsCount()Required.List<DaprProtos.TransactionalStateOperation>getOperationsList()Required.DaprProtos.TransactionalStateOperationOrBuildergetOperationsOrBuilder(int index)Required.List<? extends DaprProtos.TransactionalStateOperationOrBuilder>getOperationsOrBuilderList()Required.StringgetStoreName()Required.com.google.protobuf.ByteStringgetStoreNameBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getOperationsList
List<DaprProtos.TransactionalStateOperation> 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.UsegetMetadataMap()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;
-
-