Package io.dapr.v1
Interface DaprProtos.TransactionalActorStateOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.TransactionalActorStateOperation,DaprProtos.TransactionalActorStateOperation.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.TransactionalActorStateOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()string key = 2;com.google.protobuf.ByteStringgetKeyBytes()string key = 2;StringgetOperationType()string operationType = 1;com.google.protobuf.ByteStringgetOperationTypeBytes()string operationType = 1;com.google.protobuf.AnygetValue().google.protobuf.Any value = 3;com.google.protobuf.AnyOrBuildergetValueOrBuilder().google.protobuf.Any value = 3;booleanhasValue().google.protobuf.Any value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationType
String getOperationType()
string operationType = 1;- Returns:
- The operationType.
-
getOperationTypeBytes
com.google.protobuf.ByteString getOperationTypeBytes()
string operationType = 1;- Returns:
- The bytes for operationType.
-
getKey
String getKey()
string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 2;- Returns:
- The bytes for key.
-
hasValue
boolean hasValue()
.google.protobuf.Any value = 3;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.Any getValue()
.google.protobuf.Any value = 3;- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.AnyOrBuilder getValueOrBuilder()
.google.protobuf.Any value = 3;
-
-