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 Summary
Modifier and TypeMethodDescriptionA new build id.com.google.protobuf.ByteStringA new build id.Adds a new id to an existing compatible set, see sub-message definition for more.Adds a new id to an existing compatible set, see sub-message definition for more.Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;Promote an existing build id within some set to be the current default for that set.com.google.protobuf.ByteStringPromote an existing build id within some set to be the current default for that set.Promote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.com.google.protobuf.ByteStringPromote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.Must be set, the task queue to apply changes to.com.google.protobuf.ByteStringMust be set, the task queue to apply changes to.booleanA new build id.booleanAdds a new id to an existing compatible set, see sub-message definition for more.booleanMerge two existing sets together, thus declaring all build IDs in both sets compatible with one another.booleanPromote an existing build id within some set to be the current default for that set.booleanPromote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getTaskQueue
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.
-
hasAddNewBuildIdInNewDefaultSet
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;- Returns:
- Whether the addNewBuildIdInNewDefaultSet field is set.
-
getAddNewBuildIdInNewDefaultSet
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; -
hasPromoteSetByBuildId
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;- Returns:
- Whether the promoteSetByBuildId field is set.
-
getPromoteSetByBuildId
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.
-
hasPromoteBuildIdWithinSet
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;- Returns:
- Whether the promoteBuildIdWithinSet field is set.
-
getPromoteBuildIdWithinSet
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; -
getOperationCase
UpdateWorkerBuildIdCompatibilityRequest.OperationCase getOperationCase()
-