Package io.temporal.api.workflow.v1
Interface DeploymentTransitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeploymentTransition,DeploymentTransition.Builder
@Generated(value="protoc", comments="annotations:DeploymentTransitionOrBuilder.java.pb.meta") public interface DeploymentTransitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentgetDeployment()The target deployment of the transition.DeploymentOrBuildergetDeploymentOrBuilder()The target deployment of the transition.booleanhasDeployment()The target deployment 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
-
hasDeployment
boolean hasDeployment()
The target deployment of the transition. Null means a so-far-versioned workflow is transitioning to unversioned workers.
.temporal.api.deployment.v1.Deployment deployment = 1;- Returns:
- Whether the deployment field is set.
-
getDeployment
Deployment getDeployment()
The target deployment of the transition. Null means a so-far-versioned workflow is transitioning to unversioned workers.
.temporal.api.deployment.v1.Deployment deployment = 1;- Returns:
- The deployment.
-
getDeploymentOrBuilder
DeploymentOrBuilder getDeploymentOrBuilder()
The target deployment of the transition. Null means a so-far-versioned workflow is transitioning to unversioned workers.
.temporal.api.deployment.v1.Deployment deployment = 1;
-
-