Interface RagManagedDbConfigOrBuilder (3.64.0)

public interface RagManagedDbConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBasic()

public abstract RagManagedDbConfig.Basic getBasic()

Sets the RagManagedDb to the Basic tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;

Returns
Type Description
RagManagedDbConfig.Basic

The basic.

getBasicOrBuilder()

public abstract RagManagedDbConfig.BasicOrBuilder getBasicOrBuilder()

Sets the RagManagedDb to the Basic tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;

Returns
Type Description
RagManagedDbConfig.BasicOrBuilder

getEnterprise()

public abstract 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;

Returns
Type Description
RagManagedDbConfig.Enterprise

The enterprise.

getEnterpriseOrBuilder()

public abstract 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;

Returns
Type Description
RagManagedDbConfig.EnterpriseOrBuilder

getTierCase()

public abstract RagManagedDbConfig.TierCase getTierCase()
Returns
Type Description
RagManagedDbConfig.TierCase

hasBasic()

public abstract boolean hasBasic()

Sets the RagManagedDb to the Basic tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;

Returns
Type Description
boolean

Whether the basic field is set.

hasEnterprise()

public abstract boolean 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;

Returns
Type Description
boolean

Whether the enterprise field is set.