Class UpdateWorkerBuildIdCompatibilityRequest.Builder

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

public static final class UpdateWorkerBuildIdCompatibilityRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder> implements UpdateWorkerBuildIdCompatibilityRequestOrBuilder
 [cleanup-wv-pre-release]
 
Protobuf type temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest
  • 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<UpdateWorkerBuildIdCompatibilityRequest.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<UpdateWorkerBuildIdCompatibilityRequest.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<UpdateWorkerBuildIdCompatibilityRequest.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • 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<UpdateWorkerBuildIdCompatibilityRequest.Builder>
    • setField

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

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

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

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

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

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

      public UpdateWorkerBuildIdCompatibilityRequest.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<UpdateWorkerBuildIdCompatibilityRequest.Builder>
      Throws:
      IOException
    • getOperationCase

    • clearOperation

    • getNamespace

      public String getNamespace()
      string namespace = 1;
      Specified by:
      getNamespace in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Specified by:
      getNamespaceBytes in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The bytes for namespace.
    • setNamespace

      string namespace = 1;
      Parameters:
      value - The namespace to set.
      Returns:
      This builder for chaining.
    • clearNamespace

      string namespace = 1;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
      string namespace = 1;
      Parameters:
      value - The bytes for namespace to set.
      Returns:
      This builder for chaining.
    • getTaskQueue

      public String getTaskQueue()
       Must be set, the task queue to apply changes to. Because all workers on a given task queue
       must have the same set of workflow & activity implementations, there is no reason to specify
       a task queue type here.
       
      string task_queue = 2;
      Specified by:
      getTaskQueue in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The taskQueue.
    • getTaskQueueBytes

      public com.google.protobuf.ByteString getTaskQueueBytes()
       Must be set, the task queue to apply changes to. Because all workers on a given task queue
       must have the same set of workflow & activity implementations, there is no reason to specify
       a task queue type here.
       
      string task_queue = 2;
      Specified by:
      getTaskQueueBytes in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The bytes for taskQueue.
    • setTaskQueue

       Must be set, the task queue to apply changes to. Because all workers on a given task queue
       must have the same set of workflow & activity implementations, there is no reason to specify
       a task queue type here.
       
      string task_queue = 2;
      Parameters:
      value - The taskQueue to set.
      Returns:
      This builder for chaining.
    • clearTaskQueue

       Must be set, the task queue to apply changes to. Because all workers on a given task queue
       must have the same set of workflow & activity implementations, there is no reason to specify
       a task queue type here.
       
      string task_queue = 2;
      Returns:
      This builder for chaining.
    • setTaskQueueBytes

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setTaskQueueBytes(com.google.protobuf.ByteString value)
       Must be set, the task queue to apply changes to. Because all workers on a given task queue
       must have the same set of workflow & activity implementations, there is no reason to specify
       a task queue type here.
       
      string task_queue = 2;
      Parameters:
      value - The bytes for taskQueue to set.
      Returns:
      This builder for chaining.
    • hasAddNewBuildIdInNewDefaultSet

      public boolean hasAddNewBuildIdInNewDefaultSet()
       A new build id. This operation will create a new set which will be the new overall
       default version for the queue, with this id as its only member. This new set is
       incompatible with all previous sets/versions.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: In makes perfect sense here. --)
       
      string add_new_build_id_in_new_default_set = 3;
      Specified by:
      hasAddNewBuildIdInNewDefaultSet in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      Whether the addNewBuildIdInNewDefaultSet field is set.
    • getAddNewBuildIdInNewDefaultSet

      public String getAddNewBuildIdInNewDefaultSet()
       A new build id. This operation will create a new set which will be the new overall
       default version for the queue, with this id as its only member. This new set is
       incompatible with all previous sets/versions.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: In makes perfect sense here. --)
       
      string add_new_build_id_in_new_default_set = 3;
      Specified by:
      getAddNewBuildIdInNewDefaultSet in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The addNewBuildIdInNewDefaultSet.
    • getAddNewBuildIdInNewDefaultSetBytes

      public com.google.protobuf.ByteString getAddNewBuildIdInNewDefaultSetBytes()
       A new build id. This operation will create a new set which will be the new overall
       default version for the queue, with this id as its only member. This new set is
       incompatible with all previous sets/versions.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: In makes perfect sense here. --)
       
      string add_new_build_id_in_new_default_set = 3;
      Specified by:
      getAddNewBuildIdInNewDefaultSetBytes in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The bytes for addNewBuildIdInNewDefaultSet.
    • setAddNewBuildIdInNewDefaultSet

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setAddNewBuildIdInNewDefaultSet(String value)
       A new build id. This operation will create a new set which will be the new overall
       default version for the queue, with this id as its only member. This new set is
       incompatible with all previous sets/versions.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: In makes perfect sense here. --)
       
      string add_new_build_id_in_new_default_set = 3;
      Parameters:
      value - The addNewBuildIdInNewDefaultSet to set.
      Returns:
      This builder for chaining.
    • clearAddNewBuildIdInNewDefaultSet

      public UpdateWorkerBuildIdCompatibilityRequest.Builder clearAddNewBuildIdInNewDefaultSet()
       A new build id. This operation will create a new set which will be the new overall
       default version for the queue, with this id as its only member. This new set is
       incompatible with all previous sets/versions.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: In makes perfect sense here. --)
       
      string add_new_build_id_in_new_default_set = 3;
      Returns:
      This builder for chaining.
    • setAddNewBuildIdInNewDefaultSetBytes

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setAddNewBuildIdInNewDefaultSetBytes(com.google.protobuf.ByteString value)
       A new build id. This operation will create a new set which will be the new overall
       default version for the queue, with this id as its only member. This new set is
       incompatible with all previous sets/versions.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: In makes perfect sense here. --)
       
      string add_new_build_id_in_new_default_set = 3;
      Parameters:
      value - The bytes for addNewBuildIdInNewDefaultSet to set.
      Returns:
      This builder for chaining.
    • hasAddNewCompatibleBuildId

      public boolean hasAddNewCompatibleBuildId()
       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
      Specified by:
      hasAddNewCompatibleBuildId in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      Whether the addNewCompatibleBuildId field is set.
    • getAddNewCompatibleBuildId

       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
      Specified by:
      getAddNewCompatibleBuildId in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The addNewCompatibleBuildId.
    • setAddNewCompatibleBuildId

       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
    • setAddNewCompatibleBuildId

       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
    • mergeAddNewCompatibleBuildId

       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
    • clearAddNewCompatibleBuildId

      public UpdateWorkerBuildIdCompatibilityRequest.Builder clearAddNewCompatibleBuildId()
       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
    • getAddNewCompatibleBuildIdBuilder

       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
    • getAddNewCompatibleBuildIdOrBuilder

       Adds a new id to an existing compatible set, see sub-message definition for more.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;
      Specified by:
      getAddNewCompatibleBuildIdOrBuilder in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
    • hasPromoteSetByBuildId

      public boolean hasPromoteSetByBuildId()
       Promote an existing set to be the current default (if it isn't already) by targeting
       an existing build id within it. This field's value is the extant build id.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Names are hard. --)
       
      string promote_set_by_build_id = 5;
      Specified by:
      hasPromoteSetByBuildId in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      Whether the promoteSetByBuildId field is set.
    • getPromoteSetByBuildId

      public String getPromoteSetByBuildId()
       Promote an existing set to be the current default (if it isn't already) by targeting
       an existing build id within it. This field's value is the extant build id.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Names are hard. --)
       
      string promote_set_by_build_id = 5;
      Specified by:
      getPromoteSetByBuildId in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The promoteSetByBuildId.
    • getPromoteSetByBuildIdBytes

      public com.google.protobuf.ByteString getPromoteSetByBuildIdBytes()
       Promote an existing set to be the current default (if it isn't already) by targeting
       an existing build id within it. This field's value is the extant build id.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Names are hard. --)
       
      string promote_set_by_build_id = 5;
      Specified by:
      getPromoteSetByBuildIdBytes in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The bytes for promoteSetByBuildId.
    • setPromoteSetByBuildId

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setPromoteSetByBuildId(String value)
       Promote an existing set to be the current default (if it isn't already) by targeting
       an existing build id within it. This field's value is the extant build id.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Names are hard. --)
       
      string promote_set_by_build_id = 5;
      Parameters:
      value - The promoteSetByBuildId to set.
      Returns:
      This builder for chaining.
    • clearPromoteSetByBuildId

      public UpdateWorkerBuildIdCompatibilityRequest.Builder clearPromoteSetByBuildId()
       Promote an existing set to be the current default (if it isn't already) by targeting
       an existing build id within it. This field's value is the extant build id.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Names are hard. --)
       
      string promote_set_by_build_id = 5;
      Returns:
      This builder for chaining.
    • setPromoteSetByBuildIdBytes

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setPromoteSetByBuildIdBytes(com.google.protobuf.ByteString value)
       Promote an existing set to be the current default (if it isn't already) by targeting
       an existing build id within it. This field's value is the extant build id.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Names are hard. --)
       
      string promote_set_by_build_id = 5;
      Parameters:
      value - The bytes for promoteSetByBuildId to set.
      Returns:
      This builder for chaining.
    • hasPromoteBuildIdWithinSet

      public boolean hasPromoteBuildIdWithinSet()
       Promote an existing build id within some set to be the current default for that set.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Within makes perfect sense here. --)
       
      string promote_build_id_within_set = 6;
      Specified by:
      hasPromoteBuildIdWithinSet in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      Whether the promoteBuildIdWithinSet field is set.
    • getPromoteBuildIdWithinSet

      public String getPromoteBuildIdWithinSet()
       Promote an existing build id within some set to be the current default for that set.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Within makes perfect sense here. --)
       
      string promote_build_id_within_set = 6;
      Specified by:
      getPromoteBuildIdWithinSet in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The promoteBuildIdWithinSet.
    • getPromoteBuildIdWithinSetBytes

      public com.google.protobuf.ByteString getPromoteBuildIdWithinSetBytes()
       Promote an existing build id within some set to be the current default for that set.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Within makes perfect sense here. --)
       
      string promote_build_id_within_set = 6;
      Specified by:
      getPromoteBuildIdWithinSetBytes in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The bytes for promoteBuildIdWithinSet.
    • setPromoteBuildIdWithinSet

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setPromoteBuildIdWithinSet(String value)
       Promote an existing build id within some set to be the current default for that set.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Within makes perfect sense here. --)
       
      string promote_build_id_within_set = 6;
      Parameters:
      value - The promoteBuildIdWithinSet to set.
      Returns:
      This builder for chaining.
    • clearPromoteBuildIdWithinSet

      public UpdateWorkerBuildIdCompatibilityRequest.Builder clearPromoteBuildIdWithinSet()
       Promote an existing build id within some set to be the current default for that set.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Within makes perfect sense here. --)
       
      string promote_build_id_within_set = 6;
      Returns:
      This builder for chaining.
    • setPromoteBuildIdWithinSetBytes

      public UpdateWorkerBuildIdCompatibilityRequest.Builder setPromoteBuildIdWithinSetBytes(com.google.protobuf.ByteString value)
       Promote an existing build id within some set to be the current default for that set.
      
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: Within makes perfect sense here. --)
       
      string promote_build_id_within_set = 6;
      Parameters:
      value - The bytes for promoteBuildIdWithinSet to set.
      Returns:
      This builder for chaining.
    • hasMergeSets

      public boolean hasMergeSets()
       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
      Specified by:
      hasMergeSets in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      Whether the mergeSets field is set.
    • getMergeSets

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
      Specified by:
      getMergeSets in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
      Returns:
      The mergeSets.
    • setMergeSets

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
    • setMergeSets

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
    • mergeMergeSets

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
    • clearMergeSets

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
    • getMergeSetsBuilder

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
    • getMergeSetsOrBuilder

       Merge two existing sets together, thus declaring all build IDs in both sets compatible
       with one another. The primary set's default will become the default for the merged set.
       This is useful if you've accidentally declared a new ID as incompatible you meant to
       declare as compatible. The unusual case of incomplete replication during failover could
       also result in a split set, which this operation can repair.
       
      .temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest.MergeSets merge_sets = 7;
      Specified by:
      getMergeSetsOrBuilder in interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder
    • setUnknownFields

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

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