Interface DeleteWorkerDeploymentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteWorkerDeploymentRequest,DeleteWorkerDeploymentRequest.Builder
@Generated(value="protoc", comments="annotations:DeleteWorkerDeploymentRequestOrBuilder.java.pb.meta") public interface DeleteWorkerDeploymentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDeploymentName()string deployment_name = 2;com.google.protobuf.ByteStringgetDeploymentNameBytes()string deployment_name = 2;java.lang.StringgetIdentity()Optional.com.google.protobuf.ByteStringgetIdentityBytes()Optional.java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;-
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.
-
getDeploymentName
java.lang.String getDeploymentName()
string deployment_name = 2;- Returns:
- The deploymentName.
-
getDeploymentNameBytes
com.google.protobuf.ByteString getDeploymentNameBytes()
string deployment_name = 2;- Returns:
- The bytes for deploymentName.
-
getIdentity
java.lang.String getIdentity()
Optional. The identity of the client who initiated this request.
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
Optional. The identity of the client who initiated this request.
string identity = 3;- Returns:
- The bytes for identity.
-
-