Interface UpdateWorkerBuildIdCompatabilityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkerBuildIdCompatabilityRequest,UpdateWorkerBuildIdCompatabilityRequest.Builder
@Generated(value="protoc", comments="annotations:UpdateWorkerBuildIdCompatabilityRequestOrBuilder.java.pb.meta") public interface UpdateWorkerBuildIdCompatabilityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddNewBuildIdInNewDefaultSet()A new build id.com.google.protobuf.ByteStringgetAddNewBuildIdInNewDefaultSetBytes()A new build id.UpdateWorkerBuildIdCompatabilityRequest.AddNewCompatibleVersiongetAddNewCompatibleBuildId()Adds a new id to an existing compatible set, see sub-message definition for more.UpdateWorkerBuildIdCompatabilityRequest.AddNewCompatibleVersionOrBuildergetAddNewCompatibleBuildIdOrBuilder()Adds a new id to an existing compatible set, see sub-message definition for more.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;UpdateWorkerBuildIdCompatabilityRequest.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.booleanhasAddNewCompatibleBuildId()Adds a new id to an existing compatible set, see sub-message definition for more.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.UpdateWorkerBuildIdCompatabilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;- Returns:
- Whether the addNewCompatibleBuildId field is set.
-
getAddNewCompatibleBuildId
UpdateWorkerBuildIdCompatabilityRequest.AddNewCompatibleVersion getAddNewCompatibleBuildId()
Adds a new id to an existing compatible set, see sub-message definition for more.
.temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatabilityRequest.AddNewCompatibleVersion add_new_compatible_build_id = 4;- Returns:
- The addNewCompatibleBuildId.
-
getAddNewCompatibleBuildIdOrBuilder
UpdateWorkerBuildIdCompatabilityRequest.AddNewCompatibleVersionOrBuilder getAddNewCompatibleBuildIdOrBuilder()
Adds a new id to an existing compatible set, see sub-message definition for more.
.temporal.api.workflowservice.v1.UpdateWorkerBuildIdCompatabilityRequest.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.
-
getOperationCase
UpdateWorkerBuildIdCompatabilityRequest.OperationCase getOperationCase()
-
-