Package com.google.cloud.aiplatform.v1
Interface RagManagedDbConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagManagedDbConfig,RagManagedDbConfig.Builder
@Generated
public interface RagManagedDbConfigOrBuilder
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.v1.RagManagedDbConfig.Scaled scaled = 4;- Returns:
- Whether the scaled field is set.
-
getScaled
RagManagedDbConfig.Scaled getScaled()Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Scaled scaled = 4;- Returns:
- The scaled.
-
getScaledOrBuilder
RagManagedDbConfig.ScaledOrBuilder getScaledOrBuilder()Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Scaled scaled = 4; -
hasBasic
boolean hasBasic()Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Basic basic = 2;- Returns:
- Whether the basic field is set.
-
getBasic
RagManagedDbConfig.Basic getBasic()Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Basic basic = 2;- Returns:
- The basic.
-
getBasicOrBuilder
RagManagedDbConfig.BasicOrBuilder getBasicOrBuilder()Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Basic basic = 2; -
hasUnprovisioned
boolean hasUnprovisioned()Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1.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.v1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;- Returns:
- The unprovisioned.
-
getUnprovisionedOrBuilder
RagManagedDbConfig.UnprovisionedOrBuilder getUnprovisionedOrBuilder()Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Unprovisioned unprovisioned = 3; -
getTierCase
RagManagedDbConfig.TierCase getTierCase()
-