@@ -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
0 commit comments