Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Stores information for connecting to AlloyDB.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig

Returns a new instance of GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig.



3064
3065
3066
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3064

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#alloydb_ai_nl_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig

Configuration for AlloyDB AI Natural Language. Corresponds to the JSON property alloydbAiNlConfig



3051
3052
3053
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3051

def alloydb_ai_nl_config
  @alloydb_ai_nl_config
end

#alloydb_connection_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig

Configuration for connecting to AlloyDB. Corresponds to the JSON property alloydbConnectionConfig



3056
3057
3058
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3056

def alloydb_connection_config
  @alloydb_connection_config
end

#returned_fieldsArray<String>

Optional. Fields to be returned in the search results. If empty, all fields will be returned. Corresponds to the JSON property returnedFields

Returns:

  • (Array<String>)


3062
3063
3064
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3062

def returned_fields
  @returned_fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3069
3070
3071
3072
3073
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3069

def update!(**args)
  @alloydb_ai_nl_config = args[:alloydb_ai_nl_config] if args.key?(:alloydb_ai_nl_config)
  @alloydb_connection_config = args[:alloydb_connection_config] if args.key?(:alloydb_connection_config)
  @returned_fields = args[:returned_fields] if args.key?(:returned_fields)
end