Class DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder (0.90.0)

public static final class DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder extends GeneratedMessage.Builder<DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder> implements DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfigOrBuilder

Configuration for AlloyDB AI Natural Language.

Protobuf type google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig build()
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig

buildPartial()

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig buildPartial()
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig

clear()

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder clear()
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder
Overrides

clearNlConfigId()

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder clearNlConfigId()

Optional. AlloyDb AI NL config id, i.e. the value that was used for calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be empty.

string nl_config_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig getDefaultInstanceForType()
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNlConfigId()

public String getNlConfigId()

Optional. AlloyDb AI NL config id, i.e. the value that was used for calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be empty.

string nl_config_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The nlConfigId.

getNlConfigIdBytes()

public ByteString getNlConfigIdBytes()

Optional. AlloyDb AI NL config id, i.e. the value that was used for calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be empty.

string nl_config_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for nlConfigId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig other)

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder mergeFrom(DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig other)
Parameter
Name Description
other DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder
Overrides

setNlConfigId(String value)

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder setNlConfigId(String value)

Optional. AlloyDb AI NL config id, i.e. the value that was used for calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be empty.

string nl_config_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The nlConfigId to set.

Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder

This builder for chaining.

setNlConfigIdBytes(ByteString value)

public DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder setNlConfigIdBytes(ByteString value)

Optional. AlloyDb AI NL config id, i.e. the value that was used for calling SELECT alloydb_ai_nl.g_create_configuration(...). Can be empty.

string nl_config_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for nlConfigId to set.

Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfig.Builder

This builder for chaining.