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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCurrentDetails()
      Current long-form details of the workflow's state.
      com.google.protobuf.ByteString getCurrentDetailsBytes()
      Current long-form details of the workflow's state.
      WorkflowDefinition getDefinition()
      Metadata provided at declaration or creation time.
      WorkflowDefinitionOrBuilder getDefinitionOrBuilder()
      Metadata provided at declaration or creation time.
      boolean hasDefinition()
      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 Detail

      • 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

        java.lang.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.