Interface RagManagedDbConfigOrBuilder (3.82.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() (deprecated)

public abstract RagManagedDbConfig.Enterprise getEnterprise()

Deprecated. google.cloud.aiplatform.v1beta1.RagManagedDbConfig.enterprise is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=814

Sets the RagManagedDb to the Enterprise tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1 [deprecated = true];

Returns
Type Description
RagManagedDbConfig.Enterprise

The enterprise.

getEnterpriseOrBuilder() (deprecated)

public abstract RagManagedDbConfig.EnterpriseOrBuilder getEnterpriseOrBuilder()

Sets the RagManagedDb to the Enterprise tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1 [deprecated = true];

Returns
Type Description
RagManagedDbConfig.EnterpriseOrBuilder

getScaled()

public abstract RagManagedDbConfig.Scaled getScaled()

Sets the RagManagedDb to the Scaled tier. This is the default tier if not explicitly chosen.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;

Returns
Type Description
RagManagedDbConfig.Scaled

The scaled.

getScaledOrBuilder()

public abstract RagManagedDbConfig.ScaledOrBuilder getScaledOrBuilder()

Sets the RagManagedDb to the Scaled tier. This is the default tier if not explicitly chosen.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;

Returns
Type Description
RagManagedDbConfig.ScaledOrBuilder

getTierCase()

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

getUnprovisioned()

public abstract RagManagedDbConfig.Unprovisioned getUnprovisioned()

Sets the RagManagedDb to the Unprovisioned tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;

Returns
Type Description
RagManagedDbConfig.Unprovisioned

The unprovisioned.

getUnprovisionedOrBuilder()

public abstract RagManagedDbConfig.UnprovisionedOrBuilder getUnprovisionedOrBuilder()

Sets the RagManagedDb to the Unprovisioned tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;

Returns
Type Description
RagManagedDbConfig.UnprovisionedOrBuilder

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() (deprecated)

public abstract boolean hasEnterprise()

Deprecated. google.cloud.aiplatform.v1beta1.RagManagedDbConfig.enterprise is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=814

Sets the RagManagedDb to the Enterprise tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Enterprise enterprise = 1 [deprecated = true];

Returns
Type Description
boolean

Whether the enterprise field is set.

hasScaled()

public abstract boolean hasScaled()

Sets the RagManagedDb to the Scaled tier. This is the default tier if not explicitly chosen.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;

Returns
Type Description
boolean

Whether the scaled field is set.

hasUnprovisioned()

public abstract boolean hasUnprovisioned()

Sets the RagManagedDb to the Unprovisioned tier.

.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;

Returns
Type Description
boolean

Whether the unprovisioned field is set.