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 Type
    Method
    Description
    .temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;
    .temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;
    The run ID of the activity, useful when run_id was not specified in the request.
    com.google.protobuf.ByteString
    The 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

    isInitialized

    Methods 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

      .temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;
      Returns:
      The outcome.
    • getOutcomeOrBuilder

      ActivityExecutionOutcomeOrBuilder getOutcomeOrBuilder()
      .temporal.api.activity.v1.ActivityExecutionOutcome outcome = 2;