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 Summary
Modifier and TypeMethodDescriptiongetBasic()Sets the RagManagedDb to the Basic tier.Sets the RagManagedDb to the Basic tier.Sets the RagManagedDb to the Scaled tier.Sets the RagManagedDb to the Scaled tier.Sets the RagManagedDb to the Unprovisioned tier.Sets the RagManagedDb to the Unprovisioned tier.booleanhasBasic()Sets the RagManagedDb to the Basic tier.booleanSets the RagManagedDb to the Scaled tier.booleanSets the RagManagedDb to the Unprovisioned tier.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
RagManagedDbConfig.Scaled getScaled()Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 1;- Returns:
- The scaled.
-
getScaledOrBuilder
RagManagedDbConfig.ScaledOrBuilder 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
RagManagedDbConfig.Basic 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
RagManagedDbConfig.BasicOrBuilder 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
RagManagedDbConfig.Unprovisioned 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
RagManagedDbConfig.Spanner.TierCase getTierCase()
-