Package io.dapr.v1
Interface DaprProtos.GetActorStateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.GetActorStateRequest
,DaprProtos.GetActorStateRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.GetActorStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring actor_id = 2 [json_name = "actorId"];
com.google.protobuf.ByteString
string actor_id = 2 [json_name = "actorId"];
string actor_type = 1 [json_name = "actorType"];
com.google.protobuf.ByteString
string actor_type = 1 [json_name = "actorType"];
getKey()
string key = 3;
com.google.protobuf.ByteString
string key = 3;
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
-
getActorType
String getActorType()string actor_type = 1 [json_name = "actorType"];
- Returns:
- The actorType.
-
getActorTypeBytes
com.google.protobuf.ByteString getActorTypeBytes()string actor_type = 1 [json_name = "actorType"];
- Returns:
- The bytes for actorType.
-
getActorId
String getActorId()string actor_id = 2 [json_name = "actorId"];
- Returns:
- The actorId.
-
getActorIdBytes
com.google.protobuf.ByteString getActorIdBytes()string actor_id = 2 [json_name = "actorId"];
- Returns:
- The bytes for actorId.
-
getKey
String getKey()string key = 3;
- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 3;
- Returns:
- The bytes for key.
-