Package io.dapr.v1
Interface DaprProtos.GetStateEnvelopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.GetStateEnvelope
,DaprProtos.GetStateEnvelope.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.GetStateEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.String
getConsistency()
string consistency = 3;
com.google.protobuf.ByteString
getConsistencyBytes()
string consistency = 3;
java.lang.String
getKey()
string key = 2;
com.google.protobuf.ByteString
getKeyBytes()
string key = 2;
java.lang.String
getStoreName()
string store_name = 1;
com.google.protobuf.ByteString
getStoreNameBytes()
string store_name = 1;
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.
-
getConsistency
java.lang.String getConsistency()string consistency = 3;
- Returns:
- The consistency.
-
getConsistencyBytes
com.google.protobuf.ByteString getConsistencyBytes()string consistency = 3;
- Returns:
- The bytes for consistency.
-