@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.0.20240729 → 0.0.20240810
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +12 -14
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240810
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -423,7 +423,7 @@ declare namespace gapi.client {
|
|
|
423
423
|
defaultParsingConfig?: GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig;
|
|
424
424
|
/** The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`. */
|
|
425
425
|
name?: string;
|
|
426
|
-
/** 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. */
|
|
426
|
+
/** 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. */
|
|
427
427
|
parsingConfigOverrides?: {
|
|
428
428
|
[P in string]: GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig;
|
|
429
429
|
};
|
|
@@ -586,16 +586,6 @@ declare namespace gapi.client {
|
|
|
586
586
|
/** Required. The full resource name of the SampleQuerySet used for the evaluation, in the format of `projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`. */
|
|
587
587
|
sampleQuerySet?: string;
|
|
588
588
|
}
|
|
589
|
-
interface GoogleCloudDiscoveryengineV1alphaExportUserEventsMetadata {
|
|
590
|
-
/** Operation create time. */
|
|
591
|
-
createTime?: string;
|
|
592
|
-
/** Operation last update time. If the operation is done, this is also the finish time. */
|
|
593
|
-
updateTime?: string;
|
|
594
|
-
}
|
|
595
|
-
interface GoogleCloudDiscoveryengineV1alphaExportUserEventsResponse {
|
|
596
|
-
/** The status of the export operation. */
|
|
597
|
-
status?: GoogleRpcStatus;
|
|
598
|
-
}
|
|
599
589
|
interface GoogleCloudDiscoveryengineV1alphaFieldConfig {
|
|
600
590
|
/** If this field is set, only the corresponding source will be indexed for this field. Otherwise, the values from different sources are merged. Assuming a page with `` in meta tag, and `` in page map: if this enum is set to METATAGS, we will only index ``; if this enum is not set, we will merge them and index ``. */
|
|
601
591
|
advancedSiteSearchDataSources?: string[];
|
|
@@ -2000,6 +1990,8 @@ declare namespace gapi.client {
|
|
|
2000
1990
|
interface GoogleCloudDiscoveryengineV1betaDocumentInfo {
|
|
2001
1991
|
/** The Document resource ID. */
|
|
2002
1992
|
id?: string;
|
|
1993
|
+
/** Output only. Whether the referenced Document can be found in the data store. */
|
|
1994
|
+
joined?: boolean;
|
|
2003
1995
|
/** 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}` */
|
|
2004
1996
|
name?: string;
|
|
2005
1997
|
/** The promotion IDs associated with this Document. Currently, this field is restricted to at most one ID. */
|
|
@@ -2016,7 +2008,7 @@ declare namespace gapi.client {
|
|
|
2016
2008
|
defaultParsingConfig?: GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig;
|
|
2017
2009
|
/** The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`. */
|
|
2018
2010
|
name?: string;
|
|
2019
|
-
/** 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. */
|
|
2011
|
+
/** 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. */
|
|
2020
2012
|
parsingConfigOverrides?: {
|
|
2021
2013
|
[P in string]: GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig;
|
|
2022
2014
|
};
|
|
@@ -2168,6 +2160,8 @@ declare namespace gapi.client {
|
|
|
2168
2160
|
fhirStore?: string;
|
|
2169
2161
|
/** 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. */
|
|
2170
2162
|
gcsStagingDir?: string;
|
|
2163
|
+
/** 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. */
|
|
2164
|
+
resourceTypes?: string[];
|
|
2171
2165
|
}
|
|
2172
2166
|
interface GoogleCloudDiscoveryengineV1betaFirestoreSource {
|
|
2173
2167
|
/** Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters. */
|
|
@@ -3074,6 +3068,10 @@ declare namespace gapi.client {
|
|
|
3074
3068
|
address?: string;
|
|
3075
3069
|
/** The name of the geolocation field as defined in the schema. */
|
|
3076
3070
|
fieldName?: string;
|
|
3071
|
+
/** The latitude of the geolocation inferred from the input query. */
|
|
3072
|
+
latitude?: number;
|
|
3073
|
+
/** The longitude of the geolocation inferred from the input query. */
|
|
3074
|
+
longitude?: number;
|
|
3077
3075
|
/** The radius in meters around the address. The record is returned if the location of the geolocation field is within the radius. */
|
|
3078
3076
|
radiusInMeters?: number;
|
|
3079
3077
|
}
|
|
@@ -3581,7 +3579,7 @@ declare namespace gapi.client {
|
|
|
3581
3579
|
defaultParsingConfig?: GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig;
|
|
3582
3580
|
/** The full resource name of the Document Processing Config. Format: `projects/*/locations/*/collections/*/dataStores/*/documentProcessingConfig`. */
|
|
3583
3581
|
name?: string;
|
|
3584
|
-
/** 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. */
|
|
3582
|
+
/** 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. */
|
|
3585
3583
|
parsingConfigOverrides?: {
|
|
3586
3584
|
[P in string]: GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig;
|
|
3587
3585
|
};
|