Interface RespondNexusTaskCompletedRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RespondNexusTaskCompletedRequest,RespondNexusTaskCompletedRequest.Builder
@Generated(value="protoc", comments="annotations:RespondNexusTaskCompletedRequestOrBuilder.java.pb.meta") public interface RespondNexusTaskCompletedRequestOrBuilder 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 client who initiated this request.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the client who initiated this request.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;ResponsegetResponse()Embedded response to be translated into a frontend response.ResponseOrBuildergetResponseOrBuilder()Embedded response to be translated into a frontend response.com.google.protobuf.ByteStringgetTaskToken()A unique identifier for this task as received via a poll response.booleanhasResponse()Embedded response to be translated into a frontend response.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getIdentity
java.lang.String getIdentity()
The identity of the client who initiated this request.
string identity = 2;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the client who initiated this request.
string identity = 2;- Returns:
- The bytes for identity.
-
getTaskToken
com.google.protobuf.ByteString getTaskToken()
A unique identifier for this task as received via a poll response.
bytes task_token = 3;- Returns:
- The taskToken.
-
hasResponse
boolean hasResponse()
Embedded response to be translated into a frontend response.
.temporal.api.nexus.v1.Response response = 4;- Returns:
- Whether the response field is set.
-
getResponse
Response getResponse()
Embedded response to be translated into a frontend response.
.temporal.api.nexus.v1.Response response = 4;- Returns:
- The response.
-
getResponseOrBuilder
ResponseOrBuilder getResponseOrBuilder()
Embedded response to be translated into a frontend response.
.temporal.api.nexus.v1.Response response = 4;
-
-