Class TaskQueueVersioningInfo.Builder

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

public static final class TaskQueueVersioningInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TaskQueueVersioningInfo.Builder> implements TaskQueueVersioningInfoOrBuilder
Protobuf type temporal.api.taskqueue.v1.TaskQueueVersioningInfo
  • 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<TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • getDefaultInstanceForType

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

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

      public TaskQueueVersioningInfo 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<TaskQueueVersioningInfo.Builder>
    • setField

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • clearField

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • clearOneof

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • setRepeatedField

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • addRepeatedField

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • mergeFrom

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • mergeFrom

      public TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
      Throws:
      IOException
    • hasCurrentDeploymentVersion

      public boolean hasCurrentDeploymentVersion()
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
      Specified by:
      hasCurrentDeploymentVersion in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      Whether the currentDeploymentVersion field is set.
    • getCurrentDeploymentVersion

      public WorkerDeploymentVersion getCurrentDeploymentVersion()
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
      Specified by:
      getCurrentDeploymentVersion in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The currentDeploymentVersion.
    • setCurrentDeploymentVersion

      public TaskQueueVersioningInfo.Builder setCurrentDeploymentVersion(WorkerDeploymentVersion value)
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
    • setCurrentDeploymentVersion

      public TaskQueueVersioningInfo.Builder setCurrentDeploymentVersion(WorkerDeploymentVersion.Builder builderForValue)
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
    • mergeCurrentDeploymentVersion

      public TaskQueueVersioningInfo.Builder mergeCurrentDeploymentVersion(WorkerDeploymentVersion value)
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
    • clearCurrentDeploymentVersion

      public TaskQueueVersioningInfo.Builder clearCurrentDeploymentVersion()
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
    • getCurrentDeploymentVersionBuilder

      public WorkerDeploymentVersion.Builder getCurrentDeploymentVersionBuilder()
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
    • getCurrentDeploymentVersionOrBuilder

      public WorkerDeploymentVersionOrBuilder getCurrentDeploymentVersionOrBuilder()
       Specifies which Deployment Version should receive new workflow executions and tasks of
       existing unversioned or AutoUpgrade workflows.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage
       is non-zero (see `ramping_deployment_version` and `ramping_version_percentage`).
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion current_deployment_version = 7;
      Specified by:
      getCurrentDeploymentVersionOrBuilder in interface TaskQueueVersioningInfoOrBuilder
    • getCurrentVersion

      @Deprecated public String getCurrentVersion()
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.current_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=43
       Deprecated. Use `current_deployment_version`.
       
      string current_version = 1 [deprecated = true];
      Specified by:
      getCurrentVersion in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The currentVersion.
    • getCurrentVersionBytes

      @Deprecated public com.google.protobuf.ByteString getCurrentVersionBytes()
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.current_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=43
       Deprecated. Use `current_deployment_version`.
       
      string current_version = 1 [deprecated = true];
      Specified by:
      getCurrentVersionBytes in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The bytes for currentVersion.
    • setCurrentVersion

      @Deprecated public TaskQueueVersioningInfo.Builder setCurrentVersion(String value)
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.current_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=43
       Deprecated. Use `current_deployment_version`.
       
      string current_version = 1 [deprecated = true];
      Parameters:
      value - The currentVersion to set.
      Returns:
      This builder for chaining.
    • clearCurrentVersion

      @Deprecated public TaskQueueVersioningInfo.Builder clearCurrentVersion()
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.current_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=43
       Deprecated. Use `current_deployment_version`.
       
      string current_version = 1 [deprecated = true];
      Returns:
      This builder for chaining.
    • setCurrentVersionBytes

      @Deprecated public TaskQueueVersioningInfo.Builder setCurrentVersionBytes(com.google.protobuf.ByteString value)
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.current_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=43
       Deprecated. Use `current_deployment_version`.
       
      string current_version = 1 [deprecated = true];
      Parameters:
      value - The bytes for currentVersion to set.
      Returns:
      This builder for chaining.
    • hasRampingDeploymentVersion

      public boolean hasRampingDeploymentVersion()
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
      Specified by:
      hasRampingDeploymentVersion in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      Whether the rampingDeploymentVersion field is set.
    • getRampingDeploymentVersion

      public WorkerDeploymentVersion getRampingDeploymentVersion()
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
      Specified by:
      getRampingDeploymentVersion in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The rampingDeploymentVersion.
    • setRampingDeploymentVersion

      public TaskQueueVersioningInfo.Builder setRampingDeploymentVersion(WorkerDeploymentVersion value)
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
    • setRampingDeploymentVersion

      public TaskQueueVersioningInfo.Builder setRampingDeploymentVersion(WorkerDeploymentVersion.Builder builderForValue)
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
    • mergeRampingDeploymentVersion

      public TaskQueueVersioningInfo.Builder mergeRampingDeploymentVersion(WorkerDeploymentVersion value)
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
    • clearRampingDeploymentVersion

      public TaskQueueVersioningInfo.Builder clearRampingDeploymentVersion()
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
    • getRampingDeploymentVersionBuilder

      public WorkerDeploymentVersion.Builder getRampingDeploymentVersionBuilder()
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
    • getRampingDeploymentVersionOrBuilder

      public WorkerDeploymentVersionOrBuilder getRampingDeploymentVersionOrBuilder()
       When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version.
       Must always be different from `current_deployment_version` unless both are nil.
       Nil value represents all the unversioned workers (those with `UNVERSIONED` (or unspecified) `WorkerVersioningMode`.)
       Note that it is possible to ramp from one Version to another Version, or from unversioned
       workers to a particular Version, or from a particular Version to unversioned workers.
       
      .temporal.api.deployment.v1.WorkerDeploymentVersion ramping_deployment_version = 9;
      Specified by:
      getRampingDeploymentVersionOrBuilder in interface TaskQueueVersioningInfoOrBuilder
    • getRampingVersion

      @Deprecated public String getRampingVersion()
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.ramping_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=52
       Deprecated. Use `ramping_deployment_version`.
       
      string ramping_version = 2 [deprecated = true];
      Specified by:
      getRampingVersion in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The rampingVersion.
    • getRampingVersionBytes

      @Deprecated public com.google.protobuf.ByteString getRampingVersionBytes()
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.ramping_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=52
       Deprecated. Use `ramping_deployment_version`.
       
      string ramping_version = 2 [deprecated = true];
      Specified by:
      getRampingVersionBytes in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The bytes for rampingVersion.
    • setRampingVersion

      @Deprecated public TaskQueueVersioningInfo.Builder setRampingVersion(String value)
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.ramping_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=52
       Deprecated. Use `ramping_deployment_version`.
       
      string ramping_version = 2 [deprecated = true];
      Parameters:
      value - The rampingVersion to set.
      Returns:
      This builder for chaining.
    • clearRampingVersion

      @Deprecated public TaskQueueVersioningInfo.Builder clearRampingVersion()
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.ramping_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=52
       Deprecated. Use `ramping_deployment_version`.
       
      string ramping_version = 2 [deprecated = true];
      Returns:
      This builder for chaining.
    • setRampingVersionBytes

      @Deprecated public TaskQueueVersioningInfo.Builder setRampingVersionBytes(com.google.protobuf.ByteString value)
      Deprecated.
      temporal.api.taskqueue.v1.TaskQueueVersioningInfo.ramping_version is deprecated. See temporal/api/taskqueue/v1/message.proto;l=52
       Deprecated. Use `ramping_deployment_version`.
       
      string ramping_version = 2 [deprecated = true];
      Parameters:
      value - The bytes for rampingVersion to set.
      Returns:
      This builder for chaining.
    • getRampingVersionPercentage

      public float getRampingVersionPercentage()
       Percentage of tasks that are routed to the Ramping Version instead of the Current Version.
       Valid range: [0, 100]. A 100% value means the Ramping Version is receiving full traffic but
       not yet "promoted" to be the Current Version, likely due to pending validations.
       A 0% value means the Ramping Version is receiving no traffic.
       
      float ramping_version_percentage = 3;
      Specified by:
      getRampingVersionPercentage in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The rampingVersionPercentage.
    • setRampingVersionPercentage

      public TaskQueueVersioningInfo.Builder setRampingVersionPercentage(float value)
       Percentage of tasks that are routed to the Ramping Version instead of the Current Version.
       Valid range: [0, 100]. A 100% value means the Ramping Version is receiving full traffic but
       not yet "promoted" to be the Current Version, likely due to pending validations.
       A 0% value means the Ramping Version is receiving no traffic.
       
      float ramping_version_percentage = 3;
      Parameters:
      value - The rampingVersionPercentage to set.
      Returns:
      This builder for chaining.
    • clearRampingVersionPercentage

      public TaskQueueVersioningInfo.Builder clearRampingVersionPercentage()
       Percentage of tasks that are routed to the Ramping Version instead of the Current Version.
       Valid range: [0, 100]. A 100% value means the Ramping Version is receiving full traffic but
       not yet "promoted" to be the Current Version, likely due to pending validations.
       A 0% value means the Ramping Version is receiving no traffic.
       
      float ramping_version_percentage = 3;
      Returns:
      This builder for chaining.
    • hasUpdateTime

      public boolean hasUpdateTime()
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
      Specified by:
      hasUpdateTime in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
      Specified by:
      getUpdateTime in interface TaskQueueVersioningInfoOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public TaskQueueVersioningInfo.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
    • setUpdateTime

      public TaskQueueVersioningInfo.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
    • mergeUpdateTime

      public TaskQueueVersioningInfo.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
    • clearUpdateTime

      public TaskQueueVersioningInfo.Builder clearUpdateTime()
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Last time versioning information of this Task Queue changed.
       
      .google.protobuf.Timestamp update_time = 4;
      Specified by:
      getUpdateTimeOrBuilder in interface TaskQueueVersioningInfoOrBuilder
    • setUnknownFields

      public final TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>
    • mergeUnknownFields

      public final TaskQueueVersioningInfo.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<TaskQueueVersioningInfo.Builder>