Interface WorkflowMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Current long-form details of the workflow's state.
    com.google.protobuf.ByteString
    Current long-form details of the workflow's state.
    Metadata provided at declaration or creation time.
    Metadata provided at declaration or creation time.
    boolean
    Metadata provided at declaration or creation time.

    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

    • hasDefinition

      boolean hasDefinition()
       Metadata provided at declaration or creation time.
       
      .temporal.api.sdk.v1.WorkflowDefinition definition = 1;
      Returns:
      Whether the definition field is set.
    • getDefinition

      WorkflowDefinition getDefinition()
       Metadata provided at declaration or creation time.
       
      .temporal.api.sdk.v1.WorkflowDefinition definition = 1;
      Returns:
      The definition.
    • getDefinitionOrBuilder

      WorkflowDefinitionOrBuilder getDefinitionOrBuilder()
       Metadata provided at declaration or creation time.
       
      .temporal.api.sdk.v1.WorkflowDefinition definition = 1;
    • getCurrentDetails

      String getCurrentDetails()
       Current long-form details of the workflow's state. This is used by user interfaces to show
       long-form text. This text may be formatted by the user interface.
       
      string current_details = 2;
      Returns:
      The currentDetails.
    • getCurrentDetailsBytes

      com.google.protobuf.ByteString getCurrentDetailsBytes()
       Current long-form details of the workflow's state. This is used by user interfaces to show
       long-form text. This text may be formatted by the user interface.
       
      string current_details = 2;
      Returns:
      The bytes for currentDetails.