Interface RetrieveContextsRequestOrBuilder

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

@Generated public interface RetrieveContextsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasVertexRagStore

      boolean hasVertexRagStore()
       The data source for Vertex RagStore.
       
      .google.cloud.aiplatform.v1.RetrieveContextsRequest.VertexRagStore vertex_rag_store = 2;
      Returns:
      Whether the vertexRagStore field is set.
    • getVertexRagStore

       The data source for Vertex RagStore.
       
      .google.cloud.aiplatform.v1.RetrieveContextsRequest.VertexRagStore vertex_rag_store = 2;
      Returns:
      The vertexRagStore.
    • getVertexRagStoreOrBuilder

       The data source for Vertex RagStore.
       
      .google.cloud.aiplatform.v1.RetrieveContextsRequest.VertexRagStore vertex_rag_store = 2;
    • getParent

      String getParent()
       Required. The resource name of the Location from which to retrieve
       RagContexts. The users must have permission to make a call in the project.
       Format:
       `projects/{project}/locations/{location}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The resource name of the Location from which to retrieve
       RagContexts. The users must have permission to make a call in the project.
       Format:
       `projects/{project}/locations/{location}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasQuery

      boolean hasQuery()
       Required. Single RAG retrieve query.
       
      .google.cloud.aiplatform.v1.RagQuery query = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the query field is set.
    • getQuery

      RagQuery getQuery()
       Required. Single RAG retrieve query.
       
      .google.cloud.aiplatform.v1.RagQuery query = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The query.
    • getQueryOrBuilder

      RagQueryOrBuilder getQueryOrBuilder()
       Required. Single RAG retrieve query.
       
      .google.cloud.aiplatform.v1.RagQuery query = 3 [(.google.api.field_behavior) = REQUIRED];
    • getDataSourceCase