Interface DeploymentVersionTransitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeploymentVersionTransition,DeploymentVersionTransition.Builder
@Generated(value="protoc",
comments="annotations:DeploymentVersionTransitionOrBuilder.java.pb.meta")
public interface DeploymentVersionTransitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe target Version of the transition.The target Version of the transition.Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated.booleanThe target Version of the transition.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
-
getVersion
Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated. See temporal/api/workflow/v1/message.proto;l=261Deprecated. Use `deployment_version`.
string version = 1 [deprecated = true];- Returns:
- The version.
-
getVersionBytes
Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated. See temporal/api/workflow/v1/message.proto;l=261Deprecated. Use `deployment_version`.
string version = 1 [deprecated = true];- Returns:
- The bytes for version.
-
hasDeploymentVersion
boolean hasDeploymentVersion()The target Version of the transition. If nil, a so-far-versioned workflow is transitioning to unversioned workers.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;- Returns:
- Whether the deploymentVersion field is set.
-
getDeploymentVersion
WorkerDeploymentVersion getDeploymentVersion()The target Version of the transition. If nil, a so-far-versioned workflow is transitioning to unversioned workers.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;- Returns:
- The deploymentVersion.
-
getDeploymentVersionOrBuilder
WorkerDeploymentVersionOrBuilder getDeploymentVersionOrBuilder()The target Version of the transition. If nil, a so-far-versioned workflow is transitioning to unversioned workers.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;
-