Interface DeleteWorkerDeploymentVersionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteWorkerDeploymentVersionRequest,DeleteWorkerDeploymentVersionRequest.Builder
@Generated(value="protoc",
comments="annotations:DeleteWorkerDeploymentVersionRequestOrBuilder.java.pb.meta")
public interface DeleteWorkerDeploymentVersionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.Optional.com.google.protobuf.ByteStringOptional.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;booleanPass to force deletion even if the Version is draining.Deprecated.temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest.version is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest.version is deprecated.booleanRequired.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
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getVersion
Deprecated.temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest.version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2735Deprecated. Use `deployment_version`.
string version = 2 [deprecated = true];- Returns:
- The version.
-
getVersionBytes
Deprecated.temporal.api.workflowservice.v1.DeleteWorkerDeploymentVersionRequest.version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2735Deprecated. Use `deployment_version`.
string version = 2 [deprecated = true];- Returns:
- The bytes for version.
-
hasDeploymentVersion
boolean hasDeploymentVersion()Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;- Returns:
- Whether the deploymentVersion field is set.
-
getDeploymentVersion
WorkerDeploymentVersion getDeploymentVersion()Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5;- Returns:
- The deploymentVersion.
-
getDeploymentVersionOrBuilder
WorkerDeploymentVersionOrBuilder getDeploymentVersionOrBuilder()Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 5; -
getSkipDrainage
boolean getSkipDrainage()Pass to force deletion even if the Version is draining. In this case the open pinned workflows will be stuck until manually moved to another version by UpdateWorkflowExecutionOptions.
bool skip_drainage = 3;- Returns:
- The skipDrainage.
-
getIdentity
String getIdentity()Optional. The identity of the client who initiated this request.
string identity = 4;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()Optional. The identity of the client who initiated this request.
string identity = 4;- Returns:
- The bytes for identity.
-