Interface RagEngineConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier.
    com.google.protobuf.ByteString
    Identifier.
    The config of the RagManagedDb used by RagEngine.
    The config of the RagManagedDb used by RagEngine.
    boolean
    The config of the RagManagedDb used by RagEngine.

    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

    • getName

      String getName()
       Identifier. The name of the RagEngineConfig.
       Format:
       `projects/{project}/locations/{location}/ragEngineConfig`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Identifier. The name of the RagEngineConfig.
       Format:
       `projects/{project}/locations/{location}/ragEngineConfig`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The bytes for name.
    • hasRagManagedDbConfig

      boolean hasRagManagedDbConfig()
       The config of the RagManagedDb used by RagEngine.
       
      .google.cloud.aiplatform.v1.RagManagedDbConfig rag_managed_db_config = 2;
      Returns:
      Whether the ragManagedDbConfig field is set.
    • getRagManagedDbConfig

      RagManagedDbConfig getRagManagedDbConfig()
       The config of the RagManagedDb used by RagEngine.
       
      .google.cloud.aiplatform.v1.RagManagedDbConfig rag_managed_db_config = 2;
      Returns:
      The ragManagedDbConfig.
    • getRagManagedDbConfigOrBuilder

      RagManagedDbConfigOrBuilder getRagManagedDbConfigOrBuilder()
       The config of the RagManagedDb used by RagEngine.
       
      .google.cloud.aiplatform.v1.RagManagedDbConfig rag_managed_db_config = 2;