Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
- 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
-
#alloydb_ai_nl_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
Configuration for AlloyDB AI Natural Language.
-
#alloydb_connection_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
Configuration for connecting to AlloyDB.
-
#returned_fields ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig.
11387 11388 11389 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11387 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alloydb_ai_nl_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
Configuration for AlloyDB AI Natural Language.
Corresponds to the JSON property alloydbAiNlConfig
11374 11375 11376 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11374 def alloydb_ai_nl_config @alloydb_ai_nl_config end |
#alloydb_connection_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
Configuration for connecting to AlloyDB.
Corresponds to the JSON property alloydbConnectionConfig
11379 11380 11381 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11379 def alloydb_connection_config @alloydb_connection_config end |
#returned_fields ⇒ Array<String>
Optional. Fields to be returned in the search results. If empty, all fields
will be returned.
Corresponds to the JSON property returnedFields
11385 11386 11387 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11385 def returned_fields @returned_fields end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11392 11393 11394 11395 11396 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11392 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 |