Class DeleteWorkerDeploymentVersionRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DeleteWorkerDeploymentVersionRequestOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:DeleteWorkerDeploymentVersionRequest.java.pb.meta") public final class DeleteWorkerDeploymentVersionRequest extends com.google.protobuf.GeneratedMessageV3 implements DeleteWorkerDeploymentVersionRequestOrBuilder
 Used for manual deletion of Versions. User can delete a Version only when all the
 following conditions are met:
  - It is not the Current or Ramping Version of its Deployment.
  - It has no active pollers (none of the task queues in the Version have pollers)
  - It is not draining (see WorkerDeploymentVersionInfo.drainage_info). This condition
    can be skipped by passing `skip-drainage=true`.
 
Protobuf type temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest
See Also:
  • Field Details

    • NAMESPACE_FIELD_NUMBER

      public static final int NAMESPACE_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • DEPLOYMENT_VERSION_FIELD_NUMBER

      public static final int DEPLOYMENT_VERSION_FIELD_NUMBER
      See Also:
    • SKIP_DRAINAGE_FIELD_NUMBER

      public static final int SKIP_DRAINAGE_FIELD_NUMBER
      See Also:
    • IDENTITY_FIELD_NUMBER

      public static final int IDENTITY_FIELD_NUMBER
      See Also:
  • Method Details