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 Type
    Method
    Description
    The target Version of the transition.
    The target Version of the transition.
    Deprecated.
    temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated.
    boolean
    The target Version of the transition.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getVersion

      @Deprecated String getVersion()
      Deprecated.
      temporal.api.workflow.v1.DeploymentVersionTransition.version is deprecated. See temporal/api/workflow/v1/message.proto;l=261
       Deprecated. 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=261
       Deprecated. 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;