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
Modifier and TypeMethodDescriptionThe target deployment of the transition.The target deployment of the transition.booleanThe target deployment 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
-
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;
-