- 3.79.0 (latest)
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class RagManagedDbConfig.Builder extends GeneratedMessageV3.Builder<RagManagedDbConfig.Builder> implements RagManagedDbConfigOrBuilderConfiguration message for RagManagedDb used by RagEngine.
 Protobuf type google.cloud.aiplatform.v1beta1.RagManagedDbConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RagManagedDbConfig.BuilderImplements
RagManagedDbConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RagManagedDbConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
build()
public RagManagedDbConfig build()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig | |
buildPartial()
public RagManagedDbConfig buildPartial()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig | |
clear()
public RagManagedDbConfig.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearBasic()
public RagManagedDbConfig.Builder clearBasic()Sets the RagManagedDb to the Basic tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearEnterprise() (deprecated)
public RagManagedDbConfig.Builder clearEnterprise() 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];
 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearField(Descriptors.FieldDescriptor field)
public RagManagedDbConfig.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public RagManagedDbConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearScaled()
public RagManagedDbConfig.Builder clearScaled()Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearTier()
public RagManagedDbConfig.Builder clearTier()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clearUnprovisioned()
public RagManagedDbConfig.Builder clearUnprovisioned()Sets the RagManagedDb to the Unprovisioned tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
clone()
public RagManagedDbConfig.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
getBasic()
public 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. | 
getBasicBuilder()
public RagManagedDbConfig.Basic.Builder getBasicBuilder()Sets the RagManagedDb to the Basic tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Basic.Builder | |
getBasicOrBuilder()
public RagManagedDbConfig.BasicOrBuilder getBasicOrBuilder()Sets the RagManagedDb to the Basic tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.BasicOrBuilder | |
getDefaultInstanceForType()
public RagManagedDbConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getEnterprise() (deprecated)
public RagManagedDbConfig.Enterprise getEnterprise()Deprecated. google.cloud.aiplatform.v1beta1.RagManagedDbConfig.enterprise is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=796
 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];
 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Enterprise | The enterprise. | 
getEnterpriseBuilder() (deprecated)
public RagManagedDbConfig.Enterprise.Builder getEnterpriseBuilder() 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];
 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Enterprise.Builder | |
getEnterpriseOrBuilder() (deprecated)
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.EnterpriseOrBuilder | |
getScaled()
public RagManagedDbConfig.Scaled getScaled()Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Scaled | The scaled. | 
getScaledBuilder()
public RagManagedDbConfig.Scaled.Builder getScaledBuilder()Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Scaled.Builder | |
getScaledOrBuilder()
public RagManagedDbConfig.ScaledOrBuilder getScaledOrBuilder()Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.ScaledOrBuilder | |
getTierCase()
public RagManagedDbConfig.TierCase getTierCase()| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.TierCase | |
getUnprovisioned()
public 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. | 
getUnprovisionedBuilder()
public RagManagedDbConfig.Unprovisioned.Builder getUnprovisionedBuilder()Sets the RagManagedDb to the Unprovisioned tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Unprovisioned.Builder | |
getUnprovisionedOrBuilder()
public 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 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 boolean hasEnterprise()Deprecated. google.cloud.aiplatform.v1beta1.RagManagedDbConfig.enterprise is deprecated. See google/cloud/aiplatform/v1beta1/vertex_rag_data.proto;l=796
 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];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the enterprise field is set. | 
hasScaled()
public boolean hasScaled()Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the scaled field is set. | 
hasUnprovisioned()
public 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. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeBasic(RagManagedDbConfig.Basic value)
public RagManagedDbConfig.Builder mergeBasic(RagManagedDbConfig.Basic value)Sets the RagManagedDb to the Basic tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Basic | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
mergeEnterprise(RagManagedDbConfig.Enterprise value) (deprecated)
public RagManagedDbConfig.Builder mergeEnterprise(RagManagedDbConfig.Enterprise value) 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];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Enterprise | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
mergeFrom(RagManagedDbConfig other)
public RagManagedDbConfig.Builder mergeFrom(RagManagedDbConfig other)| Parameter | |
|---|---|
| Name | Description | 
| other | RagManagedDbConfig | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RagManagedDbConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public RagManagedDbConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
mergeScaled(RagManagedDbConfig.Scaled value)
public RagManagedDbConfig.Builder mergeScaled(RagManagedDbConfig.Scaled value)Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Scaled | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RagManagedDbConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
mergeUnprovisioned(RagManagedDbConfig.Unprovisioned value)
public RagManagedDbConfig.Builder mergeUnprovisioned(RagManagedDbConfig.Unprovisioned value)Sets the RagManagedDb to the Unprovisioned tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Unprovisioned | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setBasic(RagManagedDbConfig.Basic value)
public RagManagedDbConfig.Builder setBasic(RagManagedDbConfig.Basic value)Sets the RagManagedDb to the Basic tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Basic | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setBasic(RagManagedDbConfig.Basic.Builder builderForValue)
public RagManagedDbConfig.Builder setBasic(RagManagedDbConfig.Basic.Builder builderForValue)Sets the RagManagedDb to the Basic tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Basic basic = 2;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | RagManagedDbConfig.Basic.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setEnterprise(RagManagedDbConfig.Enterprise value) (deprecated)
public RagManagedDbConfig.Builder setEnterprise(RagManagedDbConfig.Enterprise value) 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];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Enterprise | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setEnterprise(RagManagedDbConfig.Enterprise.Builder builderForValue) (deprecated)
public RagManagedDbConfig.Builder setEnterprise(RagManagedDbConfig.Enterprise.Builder builderForValue) 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];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | RagManagedDbConfig.Enterprise.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public RagManagedDbConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RagManagedDbConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setScaled(RagManagedDbConfig.Scaled value)
public RagManagedDbConfig.Builder setScaled(RagManagedDbConfig.Scaled value)Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Scaled | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setScaled(RagManagedDbConfig.Scaled.Builder builderForValue)
public RagManagedDbConfig.Builder setScaled(RagManagedDbConfig.Scaled.Builder builderForValue)Sets the RagManagedDb to the Scaled tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Scaled scaled = 4;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | RagManagedDbConfig.Scaled.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final RagManagedDbConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setUnprovisioned(RagManagedDbConfig.Unprovisioned value)
public RagManagedDbConfig.Builder setUnprovisioned(RagManagedDbConfig.Unprovisioned value)Sets the RagManagedDb to the Unprovisioned tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| value | RagManagedDbConfig.Unprovisioned | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |
setUnprovisioned(RagManagedDbConfig.Unprovisioned.Builder builderForValue)
public RagManagedDbConfig.Builder setUnprovisioned(RagManagedDbConfig.Unprovisioned.Builder builderForValue)Sets the RagManagedDb to the Unprovisioned tier.
 .google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Unprovisioned unprovisioned = 3;
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | RagManagedDbConfig.Unprovisioned.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| RagManagedDbConfig.Builder | |