Skip to content

Commit dd94989

Browse files
feat: Automated regeneration of discoveryengine v1 client (googleapis#21426)
Auto-created at 2025-01-19 10:20:13 +0000 using the toys pull request generator.
1 parent fb31e7d commit dd94989

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188847,6 +188847,7 @@
188847188847
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/errorConfig": error_config
188848188848
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/fhirStoreSource": fhir_store_source
188849188849
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/firestoreSource": firestore_source
188850+
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/forceRefreshContent": force_refresh_content
188850188851
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/gcsSource": gcs_source
188851188852
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/idField": id_field
188852188853
"/discoveryengine:v1/GoogleCloudDiscoveryengineV1ImportDocumentsRequest/inlineSource": inline_source

generated/google-apis-discoveryengine_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-discoveryengine_v1
22

3+
### v0.28.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250114
6+
37
### v0.27.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250107

generated/google-apis-discoveryengine_v1/lib/google/apis/discoveryengine_v1/classes.rb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6163,6 +6163,14 @@ class GoogleCloudDiscoveryengineV1ImportDocumentsRequest
61636163
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FirestoreSource]
61646164
attr_accessor :firestore_source
61656165

6166+
# Optional. Whether to force refresh the unstructured content of the documents.
6167+
# If set to `true`, the content part of the documents will be refreshed
6168+
# regardless of the update status of the referencing content.
6169+
# Corresponds to the JSON property `forceRefreshContent`
6170+
# @return [Boolean]
6171+
attr_accessor :force_refresh_content
6172+
alias_method :force_refresh_content?, :force_refresh_content
6173+
61666174
# Cloud Storage location for input content.
61676175
# Corresponds to the JSON property `gcsSource`
61686176
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GcsSource]
@@ -6223,6 +6231,7 @@ def update!(**args)
62236231
@error_config = args[:error_config] if args.key?(:error_config)
62246232
@fhir_store_source = args[:fhir_store_source] if args.key?(:fhir_store_source)
62256233
@firestore_source = args[:firestore_source] if args.key?(:firestore_source)
6234+
@force_refresh_content = args[:force_refresh_content] if args.key?(:force_refresh_content)
62266235
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
62276236
@id_field = args[:id_field] if args.key?(:id_field)
62286237
@inline_source = args[:inline_source] if args.key?(:inline_source)
@@ -10774,7 +10783,7 @@ class GoogleCloudDiscoveryengineV1alphaActionConfig
1077410783
# Required. Params needed to support actions in the format of (Key, Value) pairs.
1077510784
# Required parameters for sources that support OAUTH, i.e. `gmail`, `
1077610785
# google_calendar`, `jira`, `workday`, `salesforce`, `confluence`: * Key: `
10777-
# client_id` * Value: type STRING. The client id for the service provider to
10786+
# client_id` * Value: type STRING. The client ID for the service provider to
1077810787
# identify your application. * Key: `client_secret` * Value:type STRING. The
1077910788
# client secret generated by the application's authorization server.
1078010789
# Corresponds to the JSON property `actionParams`
@@ -12440,7 +12449,7 @@ class GoogleCloudDiscoveryengineV1alphaDataConnector
1244012449
# pairs. Required parameters for all data sources: * Key: `instance_uri` * Value:
1244112450
# type STRING. The uri to access the data source. Required parameters for
1244212451
# sources that support OAUTH, i.e. `salesforce`: * Key: `client_id` * Value:
12443-
# type STRING. The client id for the third party service provider to identify
12452+
# type STRING. The client ID for the third party service provider to identify
1244412453
# your application. * Key: `client_secret` * Value:type STRING. The client
1244512454
# secret generated by the third party authorization server. * Key: `access_token`
1244612455
# * Value: type STRING. OAuth token for UCS to access to the protected resource.
@@ -12563,9 +12572,9 @@ class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
1256312572
# @return [Hash<String,String>]
1256412573
attr_accessor :key_property_mappings
1256512574

12566-
# The parameters for the entity to facilitate data ingestion. E.g. for BQ
12575+
# The parameters for the entity to facilitate data ingestion. E.g. for BigQuery
1256712576
# connectors: * Key: `document_id_column` * Value: type STRING. The value of the
12568-
# column id.
12577+
# column ID.
1256912578
# Corresponds to the JSON property `params`
1257012579
# @return [Hash<String,Object>]
1257112580
attr_accessor :params

generated/google-apis-discoveryengine_v1/lib/google/apis/discoveryengine_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DiscoveryengineV1
1818
# Version of the google-apis-discoveryengine_v1 gem
19-
GEM_VERSION = "0.27.0"
19+
GEM_VERSION = "0.28.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250107"
25+
REVISION = "20250114"
2626
end
2727
end
2828
end

generated/google-apis-discoveryengine_v1/lib/google/apis/discoveryengine_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5287,6 +5287,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
52875287

52885288
property :firestore_source, as: 'firestoreSource', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FirestoreSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FirestoreSource::Representation
52895289

5290+
property :force_refresh_content, as: 'forceRefreshContent'
52905291
property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GcsSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GcsSource::Representation
52915292

52925293
property :id_field, as: 'idField'

0 commit comments

Comments
 (0)