Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions api_names_out.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions generated/google-apis-discoveryengine_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-discoveryengine_v1

### v0.53.0 (2025-09-28)

* Regenerated from discovery document revision 20250924

### v0.52.0 (2025-09-21)

* Regenerated from discovery document revision 20250918
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DiscoveryengineV1
# Version of the google-apis-discoveryengine_v1 gem
GEM_VERSION = "0.52.0"
GEM_VERSION = "0.53.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250918"
REVISION = "20250924"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2008,6 +2008,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -4920,6 +4926,7 @@ class GoogleCloudDiscoveryengineV1ActionConfig
class Representation < Google::Apis::Core::JsonRepresentation
hash :action_params, as: 'actionParams'
property :is_action_configured, as: 'isActionConfigured'
property :json_action_params, as: 'jsonActionParams'
property :service_name, as: 'serviceName'
property :use_static_secrets, as: 'useStaticSecrets'
end
Expand Down Expand Up @@ -5797,6 +5804,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudDiscoveryengineV1BapConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :enabled_actions, as: 'enabledActions'
collection :supported_connector_modes, as: 'supportedConnectorModes'
end
end
Expand Down Expand Up @@ -6448,6 +6456,7 @@ class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
class Representation < Google::Apis::Core::JsonRepresentation
hash :additional_params, as: 'additionalParams'
hash :auth_params, as: 'authParams'
property :json_auth_params, as: 'jsonAuthParams'
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Tenant::Representation

end
Expand All @@ -6458,6 +6467,7 @@ class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
class Representation < Google::Apis::Core::JsonRepresentation
hash :additional_params, as: 'additionalParams'
hash :auth_params, as: 'authParams'
property :json_auth_params, as: 'jsonAuthParams'
end
end

Expand Down Expand Up @@ -6505,6 +6515,7 @@ class Representation < Google::Apis::Core::JsonRepresentation

property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation

property :configurable_billing_approach, as: 'configurableBillingApproach'
property :content_config, as: 'contentConfig'
property :create_time, as: 'createTime'
property :default_schema_id, as: 'defaultSchemaId'
Expand Down Expand Up @@ -7783,6 +7794,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :image_query, as: 'imageQuery', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery::Representation

property :language_code, as: 'languageCode'
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec::Representation

property :offset, as: 'offset'
property :one_box_page_size, as: 'oneBoxPageSize'
property :order_by, as: 'orderBy'
Expand Down Expand Up @@ -7974,6 +7987,16 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :allowed_field_names, as: 'allowedFieldNames'
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
property :filter_extraction_condition, as: 'filterExtractionCondition'
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
end
end

class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -8620,6 +8643,7 @@ class GoogleCloudDiscoveryengineV1alphaActionConfig
class Representation < Google::Apis::Core::JsonRepresentation
hash :action_params, as: 'actionParams'
property :is_action_configured, as: 'isActionConfigured'
property :json_action_params, as: 'jsonActionParams'
property :service_name, as: 'serviceName'
property :use_static_secrets, as: 'useStaticSecrets'
end
Expand Down Expand Up @@ -8877,6 +8901,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class GoogleCloudDiscoveryengineV1alphaBapConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :enabled_actions, as: 'enabledActions'
collection :supported_connector_modes, as: 'supportedConnectorModes'
end
end
Expand Down Expand Up @@ -9224,6 +9249,7 @@ class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
class Representation < Google::Apis::Core::JsonRepresentation
hash :additional_params, as: 'additionalParams'
hash :auth_params, as: 'authParams'
property :json_auth_params, as: 'jsonAuthParams'
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant::Representation

end
Expand All @@ -9234,6 +9260,7 @@ class GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
class Representation < Google::Apis::Core::JsonRepresentation
hash :additional_params, as: 'additionalParams'
hash :auth_params, as: 'authParams'
property :json_auth_params, as: 'jsonAuthParams'
end
end

Expand Down Expand Up @@ -9281,6 +9308,7 @@ class Representation < Google::Apis::Core::JsonRepresentation

property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation

property :configurable_billing_approach, as: 'configurableBillingApproach'
property :content_config, as: 'contentConfig'
property :create_time, as: 'createTime'
property :default_schema_id, as: 'defaultSchemaId'
Expand Down Expand Up @@ -11036,6 +11064,7 @@ class Representation < Google::Apis::Core::JsonRepresentation

property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation

property :configurable_billing_approach, as: 'configurableBillingApproach'
property :content_config, as: 'contentConfig'
property :create_time, as: 'createTime'
property :default_schema_id, as: 'defaultSchemaId'
Expand Down Expand Up @@ -12219,6 +12248,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation::Representation

collection :unreachable, as: 'unreachable'
end
end

Expand Down
Loading
Loading