Interface DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfigOrBuilder (0.90.0)

public static interface DataStore.FederatedSearchConfig.AlloyDbConfig.AlloyDbAiNaturalLanguageConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNlConfigId()

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