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.Enterprise |
getEnterprise()
Deprecated.
google.cloud.aiplatform.v1beta1.RagManagedDbConfig.enterprise is deprecated. See
google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=796
|
RagManagedDbConfig.EnterpriseOrBuilder |
getEnterpriseOrBuilder()
Deprecated.
|
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 |
hasEnterprise()
Deprecated.
google.cloud.aiplatform.v1beta1.RagManagedDbConfig.enterprise is deprecated. See
google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=796
|
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, hasOneof@Deprecated boolean hasEnterprise()
Deprecated: Please use `Scaled` tier instead. Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1 [deprecated = true];
@Deprecated RagManagedDbConfig.Enterprise getEnterprise()
Deprecated: Please use `Scaled` tier instead. Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1 [deprecated = true];
@Deprecated RagManagedDbConfig.EnterpriseOrBuilder getEnterpriseOrBuilder()
Deprecated: Please use `Scaled` tier instead. Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1 [deprecated = true];
boolean hasScaled()
Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;RagManagedDbConfig.Scaled getScaled()
Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;RagManagedDbConfig.ScaledOrBuilder getScaledOrBuilder()
Sets the RagManagedDb to the Scaled tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;boolean hasBasic()
Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;RagManagedDbConfig.Basic getBasic()
Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;RagManagedDbConfig.BasicOrBuilder getBasicOrBuilder()
Sets the RagManagedDb to the Basic tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;boolean hasUnprovisioned()
Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
RagManagedDbConfig.Unprovisioned getUnprovisioned()
Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
RagManagedDbConfig.UnprovisionedOrBuilder getUnprovisionedOrBuilder()
Sets the RagManagedDb to the Unprovisioned tier.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
RagManagedDbConfig.TierCase getTierCase()
Copyright © 2025 Google LLC. All rights reserved.