Package io.dapr.v1
Interface DaprProtos.InvokeServiceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.InvokeServiceRequest
,DaprProtos.InvokeServiceRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.InvokeServiceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.String
getId()
id specifies callee's app id.com.google.protobuf.ByteString
getIdBytes()
id specifies callee's app id.CommonProtos.InvokeRequest
getMessage()
message which will be delivered to callee.CommonProtos.InvokeRequestOrBuilder
getMessageOrBuilder()
message which will be delivered to callee.boolean
hasMessage()
message which will be delivered to callee.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
java.lang.String getId()id specifies callee's app id. This field is required.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()id specifies callee's app id. This field is required.
string id = 1;
- Returns:
- The bytes for id.
-
hasMessage
boolean hasMessage()message which will be delivered to callee. This field is required.
.dapr.proto.common.v1.InvokeRequest message = 3;
- Returns:
- Whether the message field is set.
-
getMessage
CommonProtos.InvokeRequest getMessage()message which will be delivered to callee. This field is required.
.dapr.proto.common.v1.InvokeRequest message = 3;
- Returns:
- The message.
-
getMessageOrBuilder
CommonProtos.InvokeRequestOrBuilder getMessageOrBuilder()message which will be delivered to callee. This field is required.
.dapr.proto.common.v1.InvokeRequest message = 3;
-