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

    Modifier and Type
    Method
    Description
    string deployment_name = 2;
    com.google.protobuf.ByteString
    string deployment_name = 2;
    Optional.
    com.google.protobuf.ByteString
    Optional.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;

    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

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getDeploymentName

      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

      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.