Interface GetIndexRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIndexId()
      The resource ID of the index to get.
      com.google.protobuf.ByteString getIndexIdBytes()
      The resource ID of the index to get.
      String getProjectId()
      Project ID against which to make the request.
      com.google.protobuf.ByteString getProjectIdBytes()
      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 Detail

      • 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 get.
         
        string index_id = 3;
        Returns:
        The indexId.
      • getIndexIdBytes

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