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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()Optional.com.google.protobuf.ByteStringgetIdentityBytes()Optional.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;booleangetSkipDrainage()Pass to force deletion even if the Version is draining.java.lang.StringgetVersion()Deployment Version identifier in the form "<deployment_name>.<build_id>".com.google.protobuf.ByteStringgetVersionBytes()Deployment Version identifier in the form "<deployment_name>.<build_id>".-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
getVersion
java.lang.String getVersion()
Deployment Version identifier in the form "<deployment_name>.<build_id>".
string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Deployment Version identifier in the form "<deployment_name>.<build_id>".
string version = 2;- Returns:
- The bytes for version.
-
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
java.lang.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.
-
-