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()
Sets the RagManagedDb to the Enterprise tier.
|
RagManagedDbConfig.EnterpriseOrBuilder |
getEnterpriseOrBuilder()
Sets the RagManagedDb to the Enterprise tier.
|
RagManagedDbConfig.TierCase |
getTierCase() |
boolean |
hasBasic()
Sets the RagManagedDb to the Basic tier.
|
boolean |
hasEnterprise()
Sets the RagManagedDb to the Enterprise tier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnterprise()
Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1;RagManagedDbConfig.Enterprise getEnterprise()
Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1;RagManagedDbConfig.EnterpriseOrBuilder getEnterpriseOrBuilder()
Sets the RagManagedDb to the Enterprise tier. This is the default tier if not explicitly chosen.
.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1;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;RagManagedDbConfig.TierCase getTierCase()
Copyright © 2025 Google LLC. All rights reserved.