Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
- 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::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
Configuration for AlloyDB AI Natural Language.
-
#alloydb_connection_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
Configuration for connecting to AlloyDB.
-
#returned_fields ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig.
24154 24155 24156 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24154 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alloydb_ai_nl_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
Configuration for AlloyDB AI Natural Language.
Corresponds to the JSON property alloydbAiNlConfig
24141 24142 24143 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24141 def alloydb_ai_nl_config @alloydb_ai_nl_config end |
#alloydb_connection_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
Configuration for connecting to AlloyDB.
Corresponds to the JSON property alloydbConnectionConfig
24146 24147 24148 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24146 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
24152 24153 24154 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24152 def returned_fields @returned_fields end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24159 24160 24161 24162 24163 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24159 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 |