Interface CancelWorkflowExecutionCommandAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .temporal.api.common.v1.Payloads details = 1;
    .temporal.api.common.v1.Payloads details = 1;
    boolean
    .temporal.api.common.v1.Payloads details = 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

    • hasDetails

      boolean hasDetails()
      .temporal.api.common.v1.Payloads details = 1;
      Returns:
      Whether the details field is set.
    • getDetails

      Payloads getDetails()
      .temporal.api.common.v1.Payloads details = 1;
      Returns:
      The details.
    • getDetailsOrBuilder

      PayloadsOrBuilder getDetailsOrBuilder()
      .temporal.api.common.v1.Payloads details = 1;