Class PendingChildExecutionInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PendingChildExecutionInfo.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
io.temporal.api.workflow.v1.PendingChildExecutionInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PendingChildExecutionInfoOrBuilder, Cloneable
Enclosing class:
PendingChildExecutionInfo

public static final class PendingChildExecutionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder> implements PendingChildExecutionInfoOrBuilder
Protobuf type temporal.api.workflow.v1.PendingChildExecutionInfo
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • getDefaultInstanceForType

      public PendingChildExecutionInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public PendingChildExecutionInfo build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public PendingChildExecutionInfo buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • setField

      public PendingChildExecutionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • clearField

      public PendingChildExecutionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • clearOneof

      public PendingChildExecutionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • setRepeatedField

      public PendingChildExecutionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • addRepeatedField

      public PendingChildExecutionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • mergeFrom

      public PendingChildExecutionInfo.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PendingChildExecutionInfo.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • mergeFrom

      public PendingChildExecutionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PendingChildExecutionInfo.Builder>
      Throws:
      IOException
    • getWorkflowId

      public String getWorkflowId()
      string workflow_id = 1;
      Specified by:
      getWorkflowId in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The workflowId.
    • getWorkflowIdBytes

      public com.google.protobuf.ByteString getWorkflowIdBytes()
      string workflow_id = 1;
      Specified by:
      getWorkflowIdBytes in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The bytes for workflowId.
    • setWorkflowId

      public PendingChildExecutionInfo.Builder setWorkflowId(String value)
      string workflow_id = 1;
      Parameters:
      value - The workflowId to set.
      Returns:
      This builder for chaining.
    • clearWorkflowId

      public PendingChildExecutionInfo.Builder clearWorkflowId()
      string workflow_id = 1;
      Returns:
      This builder for chaining.
    • setWorkflowIdBytes

      public PendingChildExecutionInfo.Builder setWorkflowIdBytes(com.google.protobuf.ByteString value)
      string workflow_id = 1;
      Parameters:
      value - The bytes for workflowId to set.
      Returns:
      This builder for chaining.
    • getRunId

      public String getRunId()
      string run_id = 2;
      Specified by:
      getRunId in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The runId.
    • getRunIdBytes

      public com.google.protobuf.ByteString getRunIdBytes()
      string run_id = 2;
      Specified by:
      getRunIdBytes in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The bytes for runId.
    • setRunId

      public PendingChildExecutionInfo.Builder setRunId(String value)
      string run_id = 2;
      Parameters:
      value - The runId to set.
      Returns:
      This builder for chaining.
    • clearRunId

      public PendingChildExecutionInfo.Builder clearRunId()
      string run_id = 2;
      Returns:
      This builder for chaining.
    • setRunIdBytes

      public PendingChildExecutionInfo.Builder setRunIdBytes(com.google.protobuf.ByteString value)
      string run_id = 2;
      Parameters:
      value - The bytes for runId to set.
      Returns:
      This builder for chaining.
    • getWorkflowTypeName

      public String getWorkflowTypeName()
      string workflow_type_name = 3;
      Specified by:
      getWorkflowTypeName in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The workflowTypeName.
    • getWorkflowTypeNameBytes

      public com.google.protobuf.ByteString getWorkflowTypeNameBytes()
      string workflow_type_name = 3;
      Specified by:
      getWorkflowTypeNameBytes in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The bytes for workflowTypeName.
    • setWorkflowTypeName

      public PendingChildExecutionInfo.Builder setWorkflowTypeName(String value)
      string workflow_type_name = 3;
      Parameters:
      value - The workflowTypeName to set.
      Returns:
      This builder for chaining.
    • clearWorkflowTypeName

      public PendingChildExecutionInfo.Builder clearWorkflowTypeName()
      string workflow_type_name = 3;
      Returns:
      This builder for chaining.
    • setWorkflowTypeNameBytes

      public PendingChildExecutionInfo.Builder setWorkflowTypeNameBytes(com.google.protobuf.ByteString value)
      string workflow_type_name = 3;
      Parameters:
      value - The bytes for workflowTypeName to set.
      Returns:
      This builder for chaining.
    • getInitiatedId

      public long getInitiatedId()
      int64 initiated_id = 4;
      Specified by:
      getInitiatedId in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The initiatedId.
    • setInitiatedId

      public PendingChildExecutionInfo.Builder setInitiatedId(long value)
      int64 initiated_id = 4;
      Parameters:
      value - The initiatedId to set.
      Returns:
      This builder for chaining.
    • clearInitiatedId

      public PendingChildExecutionInfo.Builder clearInitiatedId()
      int64 initiated_id = 4;
      Returns:
      This builder for chaining.
    • getParentClosePolicyValue

      public int getParentClosePolicyValue()
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 5;
      Specified by:
      getParentClosePolicyValue in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The enum numeric value on the wire for parentClosePolicy.
    • setParentClosePolicyValue

      public PendingChildExecutionInfo.Builder setParentClosePolicyValue(int value)
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 5;
      Parameters:
      value - The enum numeric value on the wire for parentClosePolicy to set.
      Returns:
      This builder for chaining.
    • getParentClosePolicy

      public ParentClosePolicy getParentClosePolicy()
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 5;
      Specified by:
      getParentClosePolicy in interface PendingChildExecutionInfoOrBuilder
      Returns:
      The parentClosePolicy.
    • setParentClosePolicy

      public PendingChildExecutionInfo.Builder setParentClosePolicy(ParentClosePolicy value)
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 5;
      Parameters:
      value - The parentClosePolicy to set.
      Returns:
      This builder for chaining.
    • clearParentClosePolicy

      public PendingChildExecutionInfo.Builder clearParentClosePolicy()
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 5;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final PendingChildExecutionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>
    • mergeUnknownFields

      public final PendingChildExecutionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PendingChildExecutionInfo.Builder>