Interface RagContextsOrBuilder

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

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

    • getContextsList

      List<RagContexts.Context> getContextsList()
       All its contexts.
       
      repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1;
    • getContexts

      RagContexts.Context getContexts(int index)
       All its contexts.
       
      repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1;
    • getContextsCount

      int getContextsCount()
       All its contexts.
       
      repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1;
    • getContextsOrBuilderList

      List<? extends RagContexts.ContextOrBuilder> getContextsOrBuilderList()
       All its contexts.
       
      repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1;
    • getContextsOrBuilder

      RagContexts.ContextOrBuilder getContextsOrBuilder(int index)
       All its contexts.
       
      repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1;