Interface RagVectorDbConfig.RagManagedVertexVectorSearchOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RagVectorDbConfig.RagManagedVertexVectorSearch, RagVectorDbConfig.RagManagedVertexVectorSearch.Builder
Enclosing class:
RagVectorDbConfig

public static interface RagVectorDbConfig.RagManagedVertexVectorSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.

    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

    • getCollectionName

      String getCollectionName()
       Output only. The resource name of the Vector Search 2.0 Collection that
       RAG Created for the corpus. Only populated after the corpus is
       successfully created. Format:
       `projects/{project}/locations/{location}/collections/{collection_id}`
       
      string collection_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       Output only. The resource name of the Vector Search 2.0 Collection that
       RAG Created for the corpus. Only populated after the corpus is
       successfully created. Format:
       `projects/{project}/locations/{location}/collections/{collection_id}`
       
      string collection_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for collectionName.