Interface DeleteInstancePartitionRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeleteInstancePartitionRequest, DeleteInstancePartitionRequest.Builder

public interface DeleteInstancePartitionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Required.
    com.google.protobuf.ByteString
    Required.

    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

    • getName

      String getName()
       Required. The name of the instance partition to be deleted.
       Values are of the form
       `projects/{project}/instances/{instance}/instancePartitions/{instance_partition}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. The name of the instance partition to be deleted.
       Values are of the form
       `projects/{project}/instances/{instance}/instancePartitions/{instance_partition}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for name.
    • getEtag

      String getEtag()
       Optional. If not empty, the API only deletes the instance partition when
       the etag provided matches the current status of the requested instance
       partition. Otherwise, deletes the instance partition without checking the
       current status of the requested instance partition.
       
      string etag = 2;
      Returns:
      The etag.
    • getEtagBytes

      com.google.protobuf.ByteString getEtagBytes()
       Optional. If not empty, the API only deletes the instance partition when
       the etag provided matches the current status of the requested instance
       partition. Otherwise, deletes the instance partition without checking the
       current status of the requested instance partition.
       
      string etag = 2;
      Returns:
      The bytes for etag.