Interface RetrieveContextsResponseOrBuilder

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

@Generated public interface RetrieveContextsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The contexts of the query.
    The contexts of the query.
    boolean
    The contexts of the query.

    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

    • hasContexts

      boolean hasContexts()
       The contexts of the query.
       
      .google.cloud.aiplatform.v1.RagContexts contexts = 1;
      Returns:
      Whether the contexts field is set.
    • getContexts

      RagContexts getContexts()
       The contexts of the query.
       
      .google.cloud.aiplatform.v1.RagContexts contexts = 1;
      Returns:
      The contexts.
    • getContextsOrBuilder

      RagContextsOrBuilder getContextsOrBuilder()
       The contexts of the query.
       
      .google.cloud.aiplatform.v1.RagContexts contexts = 1;