Class UpdateWorkerBuildIdCompatibilityRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- 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,java.lang.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 typetemporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateWorkerBuildIdCompatibilityRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)UpdateWorkerBuildIdCompatibilityRequestbuild()UpdateWorkerBuildIdCompatibilityRequestbuildPartial()UpdateWorkerBuildIdCompatibilityRequest.Builderclear()UpdateWorkerBuildIdCompatibilityRequest.BuilderclearAddNewBuildIdInNewDefaultSet()A new build id.UpdateWorkerBuildIdCompatibilityRequest.BuilderclearAddNewCompatibleBuildId()Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)UpdateWorkerBuildIdCompatibilityRequest.BuilderclearMergeSets()Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.UpdateWorkerBuildIdCompatibilityRequest.BuilderclearNamespace()string namespace = 1;UpdateWorkerBuildIdCompatibilityRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)UpdateWorkerBuildIdCompatibilityRequest.BuilderclearOperation()UpdateWorkerBuildIdCompatibilityRequest.BuilderclearPromoteBuildIdWithinSet()Promote an existing build id within some set to be the current default for that set.UpdateWorkerBuildIdCompatibilityRequest.BuilderclearPromoteSetByBuildId()Promote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.UpdateWorkerBuildIdCompatibilityRequest.BuilderclearTaskQueue()Must be set, the task queue to apply changes to.UpdateWorkerBuildIdCompatibilityRequest.Builderclone()java.lang.StringgetAddNewBuildIdInNewDefaultSet()A new build id.com.google.protobuf.ByteStringgetAddNewBuildIdInNewDefaultSetBytes()A new build id.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersiongetAddNewCompatibleBuildId()Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion.BuildergetAddNewCompatibleBuildIdBuilder()Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersionOrBuildergetAddNewCompatibleBuildIdOrBuilder()Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()UpdateWorkerBuildIdCompatibilityRequest.MergeSetsgetMergeSets()Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.UpdateWorkerBuildIdCompatibilityRequest.MergeSets.BuildergetMergeSetsBuilder()Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.UpdateWorkerBuildIdCompatibilityRequest.MergeSetsOrBuildergetMergeSetsOrBuilder()Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;UpdateWorkerBuildIdCompatibilityRequest.OperationCasegetOperationCase()java.lang.StringgetPromoteBuildIdWithinSet()Promote an existing build id within some set to be the current default for that set.com.google.protobuf.ByteStringgetPromoteBuildIdWithinSetBytes()Promote an existing build id within some set to be the current default for that set.java.lang.StringgetPromoteSetByBuildId()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.ByteStringgetPromoteSetByBuildIdBytes()Promote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.java.lang.StringgetTaskQueue()Must be set, the task queue to apply changes to.com.google.protobuf.ByteStringgetTaskQueueBytes()Must be set, the task queue to apply changes to.booleanhasAddNewBuildIdInNewDefaultSet()A new build id.booleanhasAddNewCompatibleBuildId()Adds a new id to an existing compatible set, see sub-message definition for more.booleanhasMergeSets()Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.booleanhasPromoteBuildIdWithinSet()Promote an existing build id within some set to be the current default for that set.booleanhasPromoteSetByBuildId()Promote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()UpdateWorkerBuildIdCompatibilityRequest.BuildermergeAddNewCompatibleBuildId(UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion value)Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)UpdateWorkerBuildIdCompatibilityRequest.BuildermergeFrom(com.google.protobuf.Message other)UpdateWorkerBuildIdCompatibilityRequest.BuildermergeFrom(UpdateWorkerBuildIdCompatibilityRequest other)UpdateWorkerBuildIdCompatibilityRequest.BuildermergeMergeSets(UpdateWorkerBuildIdCompatibilityRequest.MergeSets value)Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.UpdateWorkerBuildIdCompatibilityRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)UpdateWorkerBuildIdCompatibilityRequest.BuildersetAddNewBuildIdInNewDefaultSet(java.lang.String value)A new build id.UpdateWorkerBuildIdCompatibilityRequest.BuildersetAddNewBuildIdInNewDefaultSetBytes(com.google.protobuf.ByteString value)A new build id.UpdateWorkerBuildIdCompatibilityRequest.BuildersetAddNewCompatibleBuildId(UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion value)Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequest.BuildersetAddNewCompatibleBuildId(UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion.Builder builderForValue)Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatibilityRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)UpdateWorkerBuildIdCompatibilityRequest.BuildersetMergeSets(UpdateWorkerBuildIdCompatibilityRequest.MergeSets value)Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.UpdateWorkerBuildIdCompatibilityRequest.BuildersetMergeSets(UpdateWorkerBuildIdCompatibilityRequest.MergeSets.Builder builderForValue)Merge two existing sets together, thus declaring all build IDs in both sets compatible with one another.UpdateWorkerBuildIdCompatibilityRequest.BuildersetNamespace(java.lang.String value)string namespace = 1;UpdateWorkerBuildIdCompatibilityRequest.BuildersetNamespaceBytes(com.google.protobuf.ByteString value)string namespace = 1;UpdateWorkerBuildIdCompatibilityRequest.BuildersetPromoteBuildIdWithinSet(java.lang.String value)Promote an existing build id within some set to be the current default for that set.UpdateWorkerBuildIdCompatibilityRequest.BuildersetPromoteBuildIdWithinSetBytes(com.google.protobuf.ByteString value)Promote an existing build id within some set to be the current default for that set.UpdateWorkerBuildIdCompatibilityRequest.BuildersetPromoteSetByBuildId(java.lang.String value)Promote an existing set to be the current default (if it isn't already) by targeting an existing build id within it.UpdateWorkerBuildIdCompatibilityRequest.BuildersetPromoteSetByBuildIdBytes(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.UpdateWorkerBuildIdCompatibilityRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)UpdateWorkerBuildIdCompatibilityRequest.BuildersetTaskQueue(java.lang.String value)Must be set, the task queue to apply changes to.UpdateWorkerBuildIdCompatibilityRequest.BuildersetTaskQueueBytes(com.google.protobuf.ByteString value)Must be set, the task queue to apply changes to.UpdateWorkerBuildIdCompatibilityRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
clear
public UpdateWorkerBuildIdCompatibilityRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
getDefaultInstanceForType
public UpdateWorkerBuildIdCompatibilityRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public UpdateWorkerBuildIdCompatibilityRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public UpdateWorkerBuildIdCompatibilityRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public UpdateWorkerBuildIdCompatibilityRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
setField
public UpdateWorkerBuildIdCompatibilityRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
clearField
public UpdateWorkerBuildIdCompatibilityRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
clearOneof
public UpdateWorkerBuildIdCompatibilityRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
setRepeatedField
public UpdateWorkerBuildIdCompatibilityRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
addRepeatedField
public UpdateWorkerBuildIdCompatibilityRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
mergeFrom
public UpdateWorkerBuildIdCompatibilityRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
mergeFrom
public UpdateWorkerBuildIdCompatibilityRequest.Builder mergeFrom(UpdateWorkerBuildIdCompatibilityRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
mergeFrom
public UpdateWorkerBuildIdCompatibilityRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>- Throws:
java.io.IOException
-
getOperationCase
public UpdateWorkerBuildIdCompatibilityRequest.OperationCase getOperationCase()
- Specified by:
getOperationCasein interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder
-
clearOperation
public UpdateWorkerBuildIdCompatibilityRequest.Builder clearOperation()
-
getNamespace
public java.lang.String getNamespace()
string namespace = 1;- Specified by:
getNamespacein interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Specified by:
getNamespaceBytesin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The bytes for namespace.
-
setNamespace
public UpdateWorkerBuildIdCompatibilityRequest.Builder setNamespace(java.lang.String value)
string namespace = 1;- Parameters:
value- The namespace to set.- Returns:
- This builder for chaining.
-
clearNamespace
public UpdateWorkerBuildIdCompatibilityRequest.Builder 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 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;- Specified by:
getTaskQueuein interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- 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:
getTaskQueueBytesin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The bytes for taskQueue.
-
setTaskQueue
public UpdateWorkerBuildIdCompatibilityRequest.Builder setTaskQueue(java.lang.String 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 taskQueue to set.- Returns:
- This builder for chaining.
-
clearTaskQueue
public UpdateWorkerBuildIdCompatibilityRequest.Builder 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:
hasAddNewBuildIdInNewDefaultSetin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- Whether the addNewBuildIdInNewDefaultSet field is set.
-
getAddNewBuildIdInNewDefaultSet
public 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;- Specified by:
getAddNewBuildIdInNewDefaultSetin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- 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:
getAddNewBuildIdInNewDefaultSetBytesin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The bytes for addNewBuildIdInNewDefaultSet.
-
setAddNewBuildIdInNewDefaultSet
public UpdateWorkerBuildIdCompatibilityRequest.Builder setAddNewBuildIdInNewDefaultSet(java.lang.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:
hasAddNewCompatibleBuildIdin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- Whether the addNewCompatibleBuildId field is set.
-
getAddNewCompatibleBuildId
public 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;- Specified by:
getAddNewCompatibleBuildIdin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The addNewCompatibleBuildId.
-
setAddNewCompatibleBuildId
public UpdateWorkerBuildIdCompatibilityRequest.Builder setAddNewCompatibleBuildId(UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion value)
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
public UpdateWorkerBuildIdCompatibilityRequest.Builder setAddNewCompatibleBuildId(UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion.Builder builderForValue)
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
public UpdateWorkerBuildIdCompatibilityRequest.Builder mergeAddNewCompatibleBuildId(UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion value)
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
public UpdateWorkerBuildIdCompatibilityRequest.AddNewCompatibleVersion.Builder 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
public 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;- Specified by:
getAddNewCompatibleBuildIdOrBuilderin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder
-
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:
hasPromoteSetByBuildIdin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- Whether the promoteSetByBuildId field is set.
-
getPromoteSetByBuildId
public 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;- Specified by:
getPromoteSetByBuildIdin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- 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:
getPromoteSetByBuildIdBytesin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The bytes for promoteSetByBuildId.
-
setPromoteSetByBuildId
public UpdateWorkerBuildIdCompatibilityRequest.Builder setPromoteSetByBuildId(java.lang.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:
hasPromoteBuildIdWithinSetin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- Whether the promoteBuildIdWithinSet field is set.
-
getPromoteBuildIdWithinSet
public 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;- Specified by:
getPromoteBuildIdWithinSetin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- 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:
getPromoteBuildIdWithinSetBytesin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The bytes for promoteBuildIdWithinSet.
-
setPromoteBuildIdWithinSet
public UpdateWorkerBuildIdCompatibilityRequest.Builder setPromoteBuildIdWithinSet(java.lang.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:
hasMergeSetsin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- Whether the mergeSets field is set.
-
getMergeSets
public 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;- Specified by:
getMergeSetsin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder- Returns:
- The mergeSets.
-
setMergeSets
public UpdateWorkerBuildIdCompatibilityRequest.Builder setMergeSets(UpdateWorkerBuildIdCompatibilityRequest.MergeSets value)
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
public UpdateWorkerBuildIdCompatibilityRequest.Builder setMergeSets(UpdateWorkerBuildIdCompatibilityRequest.MergeSets.Builder builderForValue)
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
public UpdateWorkerBuildIdCompatibilityRequest.Builder mergeMergeSets(UpdateWorkerBuildIdCompatibilityRequest.MergeSets value)
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
public UpdateWorkerBuildIdCompatibilityRequest.Builder 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
public UpdateWorkerBuildIdCompatibilityRequest.MergeSets.Builder 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
public 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;- Specified by:
getMergeSetsOrBuilderin interfaceUpdateWorkerBuildIdCompatibilityRequestOrBuilder
-
setUnknownFields
public final UpdateWorkerBuildIdCompatibilityRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
mergeUnknownFields
public final UpdateWorkerBuildIdCompatibilityRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<UpdateWorkerBuildIdCompatibilityRequest.Builder>
-
-