public interface RagManagedDbConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagManagedDbConfig.Basic |
getBasic()
Sets the RagManagedDb to the Basic tier.
|
RagManagedDbConfig.BasicOrBuilder |
getBasicOrBuilder()
Sets the RagManagedDb to the Basic tier.
|
RagManagedDbConfig.Scaled |
getScaled()
Sets the RagManagedDb to the Scaled tier.
|
RagManagedDbConfig.ScaledOrBuilder |
getScaledOrBuilder()
Sets the RagManagedDb to the Scaled tier.
|
RagManagedDbConfig.TierCase |
getTierCase() |
RagManagedDbConfig.Unprovisioned |
getUnprovisioned()
Sets the RagManagedDb to the Unprovisioned tier.
|
RagManagedDbConfig.UnprovisionedOrBuilder |
getUnprovisionedOrBuilder()
Sets the RagManagedDb to the Unprovisioned tier.
|
boolean |
hasBasic()
Sets the RagManagedDb to the Basic tier.
|
boolean |
hasScaled()
Sets the RagManagedDb to the Scaled tier.
|
boolean |
hasUnprovisioned()
Sets the RagManagedDb to the Unprovisioned tier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasScaled()
Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Scaled scaled = 4;RagManagedDbConfig.Scaled getScaled()
Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Scaled scaled = 4;RagManagedDbConfig.ScaledOrBuilder getScaledOrBuilder()
Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Scaled scaled = 4;boolean hasBasic()
Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Basic basic = 2;RagManagedDbConfig.Basic getBasic()
Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Basic basic = 2;RagManagedDbConfig.BasicOrBuilder getBasicOrBuilder()
Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Basic basic = 2;boolean hasUnprovisioned()
Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;RagManagedDbConfig.Unprovisioned getUnprovisioned()
Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;RagManagedDbConfig.UnprovisionedOrBuilder getUnprovisionedOrBuilder()
Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;RagManagedDbConfig.TierCase getTierCase()
Copyright © 2025 Google LLC. All rights reserved.