Interface RagManagedDbConfig.SpannerOrBuilder

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

public static interface RagManagedDbConfig.SpannerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasScaled

      boolean hasScaled()
       Sets the RagManagedDb to the Scaled tier.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 1;
      Returns:
      Whether the scaled field is set.
    • getScaled

       Sets the RagManagedDb to the Scaled tier.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 1;
      Returns:
      The scaled.
    • getScaledOrBuilder

       Sets the RagManagedDb to the Scaled tier.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 1;
    • hasBasic

      boolean hasBasic()
       Sets the RagManagedDb to the Basic tier. This is the default tier for
       Spanner mode if not explicitly chosen.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
      Returns:
      Whether the basic field is set.
    • getBasic

       Sets the RagManagedDb to the Basic tier. This is the default tier for
       Spanner mode if not explicitly chosen.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
      Returns:
      The basic.
    • getBasicOrBuilder

       Sets the RagManagedDb to the Basic tier. This is the default tier for
       Spanner mode if not explicitly chosen.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
    • hasUnprovisioned

      boolean hasUnprovisioned()
       Sets the RagManagedDb to the Unprovisioned tier.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
      Returns:
      Whether the unprovisioned field is set.
    • getUnprovisioned

       Sets the RagManagedDb to the Unprovisioned tier.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
      Returns:
      The unprovisioned.
    • getUnprovisionedOrBuilder

      RagManagedDbConfig.UnprovisionedOrBuilder getUnprovisionedOrBuilder()
       Sets the RagManagedDb to the Unprovisioned tier.
       
      .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
    • getTierCase