Interface PollActivityExecutionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PollActivityExecutionResponse,PollActivityExecutionResponse.Builder
@Generated(value="protoc",
comments="annotations:PollActivityExecutionResponseOrBuilder.java.pb.meta")
public interface PollActivityExecutionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;.temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;getRunId()The run ID of the activity, useful when run_id was not specified in the request.com.google.protobuf.ByteStringThe run ID of the activity, useful when run_id was not specified in the request.boolean.temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRunId
String getRunId()The run ID of the activity, useful when run_id was not specified in the request.
string run_id = 1;- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()The run ID of the activity, useful when run_id was not specified in the request.
string run_id = 1;- Returns:
- The bytes for runId.
-
hasOutcome
boolean hasOutcome().temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;- Returns:
- Whether the outcome field is set.
-
getOutcome
ActivityExecutionOutcome getOutcome().temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;- Returns:
- The outcome.
-
getOutcomeOrBuilder
ActivityExecutionOutcomeOrBuilder getOutcomeOrBuilder().temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;
-