Interface RespondActivityTaskCompletedRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RespondActivityTaskCompletedRequest,RespondActivityTaskCompletedRequest.Builder
@Generated(value="protoc", comments="annotations:RespondActivityTaskCompletedRequestOrBuilder.java.pb.meta") public interface RespondActivityTaskCompletedRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()The identity of the worker/clientcom.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/clientjava.lang.StringgetNamespace()string namespace = 4;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 4;PayloadsgetResult()The result of successfully executing the activityPayloadsOrBuildergetResultOrBuilder()The result of successfully executing the activitycom.google.protobuf.ByteStringgetTaskToken()The task token as received in `PollActivityTaskQueueResponse`booleanhasResult()The result of successfully executing the activity-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTaskToken
com.google.protobuf.ByteString getTaskToken()
The task token as received in `PollActivityTaskQueueResponse`
bytes task_token = 1;- Returns:
- The taskToken.
-
hasResult
boolean hasResult()
The result of successfully executing the activity
.temporal.api.common.v1.Payloads result = 2;- Returns:
- Whether the result field is set.
-
getResult
Payloads getResult()
The result of successfully executing the activity
.temporal.api.common.v1.Payloads result = 2;- Returns:
- The result.
-
getResultOrBuilder
PayloadsOrBuilder getResultOrBuilder()
The result of successfully executing the activity
.temporal.api.common.v1.Payloads result = 2;
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the worker/client
string identity = 3;- Returns:
- The bytes for identity.
-
getNamespace
java.lang.String getNamespace()
string namespace = 4;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 4;- Returns:
- The bytes for namespace.
-
-