@@ -2008,6 +2008,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
20082008 include Google::Apis::Core::JsonObjectSupport
20092009 end
20102010
2011+ class GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec
2012+ class Representation < Google::Apis::Core::JsonRepresentation; end
2013+
2014+ include Google::Apis::Core::JsonObjectSupport
2015+ end
2016+
20112017 class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
20122018 class Representation < Google::Apis::Core::JsonRepresentation; end
20132019
@@ -4920,6 +4926,7 @@ class GoogleCloudDiscoveryengineV1ActionConfig
49204926 class Representation < Google::Apis::Core::JsonRepresentation
49214927 hash :action_params, as: 'actionParams'
49224928 property :is_action_configured, as: 'isActionConfigured'
4929+ property :json_action_params, as: 'jsonActionParams'
49234930 property :service_name, as: 'serviceName'
49244931 property :use_static_secrets, as: 'useStaticSecrets'
49254932 end
@@ -5797,6 +5804,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
57975804 class GoogleCloudDiscoveryengineV1BapConfig
57985805 # @private
57995806 class Representation < Google::Apis::Core::JsonRepresentation
5807+ collection :enabled_actions, as: 'enabledActions'
58005808 collection :supported_connector_modes, as: 'supportedConnectorModes'
58015809 end
58025810 end
@@ -6448,6 +6456,7 @@ class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
64486456 class Representation < Google::Apis::Core::JsonRepresentation
64496457 hash :additional_params, as: 'additionalParams'
64506458 hash :auth_params, as: 'authParams'
6459+ property :json_auth_params, as: 'jsonAuthParams'
64516460 property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Tenant::Representation
64526461
64536462 end
@@ -6458,6 +6467,7 @@ class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
64586467 class Representation < Google::Apis::Core::JsonRepresentation
64596468 hash :additional_params, as: 'additionalParams'
64606469 hash :auth_params, as: 'authParams'
6470+ property :json_auth_params, as: 'jsonAuthParams'
64616471 end
64626472 end
64636473
@@ -6505,6 +6515,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
65056515
65066516 property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
65076517
6518+ property :configurable_billing_approach, as: 'configurableBillingApproach'
65086519 property :content_config, as: 'contentConfig'
65096520 property :create_time, as: 'createTime'
65106521 property :default_schema_id, as: 'defaultSchemaId'
@@ -7783,6 +7794,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
77837794 property :image_query, as: 'imageQuery', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery::Representation
77847795
77857796 property :language_code, as: 'languageCode'
7797+ property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
7798+
77867799 property :offset, as: 'offset'
77877800 property :one_box_page_size, as: 'oneBoxPageSize'
77887801 property :order_by, as: 'orderBy'
@@ -7974,6 +7987,16 @@ class Representation < Google::Apis::Core::JsonRepresentation
79747987 end
79757988 end
79767989
7990+ class GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec
7991+ # @private
7992+ class Representation < Google::Apis::Core::JsonRepresentation
7993+ collection :allowed_field_names, as: 'allowedFieldNames'
7994+ property :extracted_filter_behavior, as: 'extractedFilterBehavior'
7995+ property :filter_extraction_condition, as: 'filterExtractionCondition'
7996+ collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
7997+ end
7998+ end
7999+
79778000 class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
79788001 # @private
79798002 class Representation < Google::Apis::Core::JsonRepresentation
@@ -8620,6 +8643,7 @@ class GoogleCloudDiscoveryengineV1alphaActionConfig
86208643 class Representation < Google::Apis::Core::JsonRepresentation
86218644 hash :action_params, as: 'actionParams'
86228645 property :is_action_configured, as: 'isActionConfigured'
8646+ property :json_action_params, as: 'jsonActionParams'
86238647 property :service_name, as: 'serviceName'
86248648 property :use_static_secrets, as: 'useStaticSecrets'
86258649 end
@@ -8877,6 +8901,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
88778901 class GoogleCloudDiscoveryengineV1alphaBapConfig
88788902 # @private
88798903 class Representation < Google::Apis::Core::JsonRepresentation
8904+ collection :enabled_actions, as: 'enabledActions'
88808905 collection :supported_connector_modes, as: 'supportedConnectorModes'
88818906 end
88828907 end
@@ -9224,6 +9249,7 @@ class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
92249249 class Representation < Google::Apis::Core::JsonRepresentation
92259250 hash :additional_params, as: 'additionalParams'
92269251 hash :auth_params, as: 'authParams'
9252+ property :json_auth_params, as: 'jsonAuthParams'
92279253 property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant::Representation
92289254
92299255 end
@@ -9234,6 +9260,7 @@ class GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
92349260 class Representation < Google::Apis::Core::JsonRepresentation
92359261 hash :additional_params, as: 'additionalParams'
92369262 hash :auth_params, as: 'authParams'
9263+ property :json_auth_params, as: 'jsonAuthParams'
92379264 end
92389265 end
92399266
@@ -9281,6 +9308,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
92819308
92829309 property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
92839310
9311+ property :configurable_billing_approach, as: 'configurableBillingApproach'
92849312 property :content_config, as: 'contentConfig'
92859313 property :create_time, as: 'createTime'
92869314 property :default_schema_id, as: 'defaultSchemaId'
@@ -11036,6 +11064,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1103611064
1103711065 property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
1103811066
11067+ property :configurable_billing_approach, as: 'configurableBillingApproach'
1103911068 property :content_config, as: 'contentConfig'
1104011069 property :create_time, as: 'createTime'
1104111070 property :default_schema_id, as: 'defaultSchemaId'
@@ -12219,6 +12248,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1221912248 property :next_page_token, as: 'nextPageToken'
1222012249 collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation::Representation
1222112250
12251+ collection :unreachable, as: 'unreachable'
1222212252 end
1222312253 end
1222412254
0 commit comments