Package io.temporal.api.workflow.v1
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WorkerDeploymentVersiongetDeploymentVersion()The target Version of the transition.WorkerDeploymentVersionOrBuildergetDeploymentVersionOrBuilder()The target Version of the transition.java.lang.StringgetVersion()Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated.com.google.protobuf.ByteStringgetVersionBytes()Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated.booleanhasDeploymentVersion()The target Version of the transition.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
@Deprecated java.lang.String getVersion()
Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated. See temporal/api/workflow/v1/message.proto;l=227Deprecated. Use `deployment_version`.
string version = 1 [deprecated = true];- Returns:
- The version.
-
getVersionBytes
@Deprecated com.google.protobuf.ByteString getVersionBytes()
Deprecated.temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated. See temporal/api/workflow/v1/message.proto;l=227Deprecated. 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;
-
-