Interface UpdateWorkerBuildIdCompatibilityRequestOrBuilder

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

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

      • getNamespace

        java.lang.String getNamespace()
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getTaskQueue

        java.lang.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;
        Returns:
        The taskQueue.
      • getTaskQueueBytes

        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;
        Returns:
        The bytes for taskQueue.
      • getAddNewBuildIdInNewDefaultSet

        java.lang.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;
        Returns:
        The addNewBuildIdInNewDefaultSet.
      • getAddNewBuildIdInNewDefaultSetBytes

        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;
        Returns:
        The bytes for addNewBuildIdInNewDefaultSet.
      • hasAddNewCompatibleBuildId

        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;
        Returns:
        Whether the addNewCompatibleBuildId field is set.
      • getAddNewCompatibleBuildId

        UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion 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;
        Returns:
        The addNewCompatibleBuildId.
      • getAddNewCompatibleBuildIdOrBuilder

        UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersionOrBuilder 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;
      • getPromoteSetByBuildId

        java.lang.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;
        Returns:
        The promoteSetByBuildId.
      • getPromoteSetByBuildIdBytes

        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;
        Returns:
        The bytes for promoteSetByBuildId.
      • getPromoteBuildIdWithinSet

        java.lang.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;
        Returns:
        The promoteBuildIdWithinSet.
      • getPromoteBuildIdWithinSetBytes

        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;
        Returns:
        The bytes for promoteBuildIdWithinSet.
      • hasMergeSets

        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;
        Returns:
        Whether the mergeSets field is set.
      • getMergeSets

        UpdateWorkerBuildIdCompatibilityRequest.MergeSets 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;
        Returns:
        The mergeSets.
      • getMergeSetsOrBuilder

        UpdateWorkerBuildIdCompatibilityRequest.MergeSetsOrBuilder 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;