Interface WorkerCommandResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WorkerCommandResult, WorkerCommandResult.Builder

@Generated(value="protoc", comments="annotations:WorkerCommandResultOrBuilder.java.pb.meta") public interface WorkerCommandResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .temporal.api.worker.v1.CancelActivityResult cancel_activity = 1;
    .temporal.api.worker.v1.CancelActivityResult cancel_activity = 1;
     
    boolean
    .temporal.api.worker.v1.CancelActivityResult cancel_activity = 1;

    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

    • hasCancelActivity

      boolean hasCancelActivity()
      .temporal.api.worker.v1.CancelActivityResult cancel_activity = 1;
      Returns:
      Whether the cancelActivity field is set.
    • getCancelActivity

      CancelActivityResult getCancelActivity()
      .temporal.api.worker.v1.CancelActivityResult cancel_activity = 1;
      Returns:
      The cancelActivity.
    • getCancelActivityOrBuilder

      CancelActivityResultOrBuilder getCancelActivityOrBuilder()
      .temporal.api.worker.v1.CancelActivityResult cancel_activity = 1;
    • getTypeCase