Package io.dapr.v1
Interface DaprProtos.GetActorStateResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.GetActorStateResponse
,DaprProtos.GetActorStateResponse.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.GetActorStateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The metadata which will be sent to app.com.google.protobuf.ByteString
getData()
bytes data = 1;
Deprecated.int
The metadata which will be sent to app.The metadata which will be sent to app.getMetadataOrDefault
(String key, String defaultValue) The metadata which will be sent to app.getMetadataOrThrow
(String key) The metadata which will be sent to app.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getData
com.google.protobuf.ByteString getData()bytes data = 1;
- Returns:
- The data.
-
getMetadataCount
int getMetadataCount()The metadata which will be sent to app.
map<string, string> metadata = 2;
-
containsMetadata
The metadata which will be sent to app.
map<string, string> metadata = 2;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The metadata which will be sent to app.
map<string, string> metadata = 2;
-
getMetadataOrDefault
The metadata which will be sent to app.
map<string, string> metadata = 2;
-
getMetadataOrThrow
The metadata which will be sent to app.
map<string, string> metadata = 2;
-