Interface DeleteIndexRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The resource ID of the index to delete.
    com.google.protobuf.ByteString
    The resource ID of the index to delete.
    Project ID against which to make the request.
    com.google.protobuf.ByteString
    Project ID against which to make the request.

    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

    • getProjectId

      String getProjectId()
       Project ID against which to make the request.
       
      string project_id = 1;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       Project ID against which to make the request.
       
      string project_id = 1;
      Returns:
      The bytes for projectId.
    • getIndexId

      String getIndexId()
       The resource ID of the index to delete.
       
      string index_id = 3;
      Returns:
      The indexId.
    • getIndexIdBytes

      com.google.protobuf.ByteString getIndexIdBytes()
       The resource ID of the index to delete.
       
      string index_id = 3;
      Returns:
      The bytes for indexId.