Skip to content

Commit 591c32c

Browse files
feat(discoveryengine): update the api
#### discoveryengine:v1 The following keys were deleted: - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata (Total Keys: 6) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (Total Keys: 3) The following keys were added: - schemas.GoogleCloudDiscoveryengineV1DocumentInfo.properties.joined (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1FhirStoreSource.properties.resourceTypes (Total Keys: 2) #### discoveryengine:v1alpha The following keys were deleted: - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata (Total Keys: 6) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (Total Keys: 3) The following keys were added: - schemas.GoogleCloudDiscoveryengineV1alphaDocumentInfo.properties.joined (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1alphaFhirStoreSource.properties.resourceTypes (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint.properties.latitude (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint.properties.longitude (Total Keys: 2) #### discoveryengine:v1beta The following keys were deleted: - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata (Total Keys: 6) - schemas.GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse (Total Keys: 3) The following keys were added: - schemas.GoogleCloudDiscoveryengineV1betaDocumentInfo.properties.joined (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1betaFhirStoreSource.properties.resourceTypes (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint.properties.latitude (Total Keys: 2) - schemas.GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterGeolocationConstraint.properties.longitude (Total Keys: 2)
1 parent c79d74a commit 591c32c

File tree

33 files changed

+205
-148
lines changed

33 files changed

+205
-148
lines changed

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.branches.documents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ <h3>Method Details</h3>
287287
&quot;fhirStoreSource&quot;: { # Cloud FhirStore source import data from. # FhirStore input source.
288288
&quot;fhirStore&quot;: &quot;A String&quot;, # Required. The full resource name of the FHIR store to import data from, in the format of `projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}`.
289289
&quot;gcsStagingDir&quot;: &quot;A String&quot;, # Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.
290+
&quot;resourceTypes&quot;: [ # The FHIR resource types to import. The resource types should be a subset of all [supported FHIR resource types](https://cloud.google.com/generative-ai-app-builder/docs/fhir-schema-reference#resource-level-specification). Default to all supported FHIR resource types if empty.
291+
&quot;A String&quot;,
292+
],
290293
},
291294
&quot;firestoreSource&quot;: { # Firestore source import data from. # Firestore input source.
292295
&quot;collectionId&quot;: &quot;A String&quot;, # Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters.

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232232
},
233233
},
234234
&quot;name&quot;: &quot;A String&quot;, # The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`.
235-
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported.
235+
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported.
236236
&quot;a_key&quot;: { # Related configurations applied to a specific type of document parser.
237237
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
238238
},
@@ -367,7 +367,7 @@ <h3>Method Details</h3>
367367
},
368368
},
369369
&quot;name&quot;: &quot;A String&quot;, # The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`.
370-
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported.
370+
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported.
371371
&quot;a_key&quot;: { # Related configurations applied to a specific type of document parser.
372372
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
373373
},
@@ -460,7 +460,7 @@ <h3>Method Details</h3>
460460
},
461461
},
462462
&quot;name&quot;: &quot;A String&quot;, # The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`.
463-
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported.
463+
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported.
464464
&quot;a_key&quot;: { # Related configurations applied to a specific type of document parser.
465465
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
466466
},
@@ -541,7 +541,7 @@ <h3>Method Details</h3>
541541
},
542542
},
543543
&quot;name&quot;: &quot;A String&quot;, # The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`.
544-
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported.
544+
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported.
545545
&quot;a_key&quot;: { # Related configurations applied to a specific type of document parser.
546546
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
547547
},
@@ -604,7 +604,7 @@ <h3>Method Details</h3>
604604
},
605605
},
606606
&quot;name&quot;: &quot;A String&quot;, # The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`.
607-
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported.
607+
&quot;parsingConfigOverrides&quot;: { # Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported.
608608
&quot;a_key&quot;: { # Related configurations applied to a specific type of document parser.
609609
&quot;digitalParsingConfig&quot;: { # The digital parsing configurations for documents. # Configurations applied to digital parser.
610610
},

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.servingConfigs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ <h3>Method Details</h3>
376376
&quot;documents&quot;: [ # List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.
377377
{ # Detailed document information associated with a user event.
378378
&quot;id&quot;: &quot;A String&quot;, # The Document resource ID.
379+
&quot;joined&quot;: True or False, # Output only. Whether the referenced Document can be found in the data store.
379380
&quot;name&quot;: &quot;A String&quot;, # The Document resource full name, of the form: `projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
380381
&quot;promotionIds&quot;: [ # The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID.
381382
&quot;A String&quot;,

docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.userEvents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ <h3>Method Details</h3>
177177
&quot;documents&quot;: [ # List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.
178178
{ # Detailed document information associated with a user event.
179179
&quot;id&quot;: &quot;A String&quot;, # The Document resource ID.
180+
&quot;joined&quot;: True or False, # Output only. Whether the referenced Document can be found in the data store.
180181
&quot;name&quot;: &quot;A String&quot;, # The Document resource full name, of the form: `projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
181182
&quot;promotionIds&quot;: [ # The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID.
182183
&quot;A String&quot;,
@@ -337,6 +338,7 @@ <h3>Method Details</h3>
337338
&quot;documents&quot;: [ # List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.
338339
{ # Detailed document information associated with a user event.
339340
&quot;id&quot;: &quot;A String&quot;, # The Document resource ID.
341+
&quot;joined&quot;: True or False, # Output only. Whether the referenced Document can be found in the data store.
340342
&quot;name&quot;: &quot;A String&quot;, # The Document resource full name, of the form: `projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
341343
&quot;promotionIds&quot;: [ # The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID.
342344
&quot;A String&quot;,
@@ -422,6 +424,7 @@ <h3>Method Details</h3>
422424
&quot;documents&quot;: [ # List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.
423425
{ # Detailed document information associated with a user event.
424426
&quot;id&quot;: &quot;A String&quot;, # The Document resource ID.
427+
&quot;joined&quot;: True or False, # Output only. Whether the referenced Document can be found in the data store.
425428
&quot;name&quot;: &quot;A String&quot;, # The Document resource full name, of the form: `projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
426429
&quot;promotionIds&quot;: [ # The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID.
427430
&quot;A String&quot;,

docs/dyn/discoveryengine_v1.projects.locations.collections.engines.servingConfigs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ <h3>Method Details</h3>
376376
&quot;documents&quot;: [ # List of Documents associated with this user event. This field is optional except for the following event types: * `view-item` * `add-to-cart` * `purchase` * `media-play` * `media-complete` In a `search` event, this field represents the documents returned to the end user on the current page (the end user may have not finished browsing the whole page yet). When a new page is returned to the end user, after pagination/filtering/ordering even for the same query, a new `search` event with different UserEvent.documents is desired.
377377
{ # Detailed document information associated with a user event.
378378
&quot;id&quot;: &quot;A String&quot;, # The Document resource ID.
379+
&quot;joined&quot;: True or False, # Output only. Whether the referenced Document can be found in the data store.
379380
&quot;name&quot;: &quot;A String&quot;, # The Document resource full name, of the form: `projects/{project_id}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/branches/{branch_id}/documents/{document_id}`
380381
&quot;promotionIds&quot;: [ # The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID.
381382
&quot;A String&quot;,

docs/dyn/discoveryengine_v1.projects.locations.dataStores.branches.documents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ <h3>Method Details</h3>
287287
&quot;fhirStoreSource&quot;: { # Cloud FhirStore source import data from. # FhirStore input source.
288288
&quot;fhirStore&quot;: &quot;A String&quot;, # Required. The full resource name of the FHIR store to import data from, in the format of `projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}`.
289289
&quot;gcsStagingDir&quot;: &quot;A String&quot;, # Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.
290+
&quot;resourceTypes&quot;: [ # The FHIR resource types to import. The resource types should be a subset of all [supported FHIR resource types](https://cloud.google.com/generative-ai-app-builder/docs/fhir-schema-reference#resource-level-specification). Default to all supported FHIR resource types if empty.
291+
&quot;A String&quot;,
292+
],
290293
},
291294
&quot;firestoreSource&quot;: { # Firestore source import data from. # Firestore input source.
292295
&quot;collectionId&quot;: &quot;A String&quot;, # Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters.

0 commit comments

Comments
 (0)