@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20240118 → 0.0.20240123
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 +8 -8
- 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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240123
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -856,7 +856,7 @@ declare namespace gapi.client {
|
|
|
856
856
|
canonicalFilter?: string;
|
|
857
857
|
/** A specification for configuring the behavior of content search. */
|
|
858
858
|
contentSearchSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec;
|
|
859
|
-
/** Uses the provided embedding to do additional semantic document retrieval. The retrieval is based on the dot product of SearchRequest.EmbeddingSpec.EmbeddingVector.vector and the document embedding that is provided in SearchRequest.EmbeddingSpec.EmbeddingVector.field_path. If SearchRequest.EmbeddingSpec.EmbeddingVector.field_path is not provided, it will use ServingConfig.EmbeddingConfig.
|
|
859
|
+
/** Uses the provided embedding to do additional semantic document retrieval. The retrieval is based on the dot product of SearchRequest.EmbeddingSpec.EmbeddingVector.vector and the document embedding that is provided in SearchRequest.EmbeddingSpec.EmbeddingVector.field_path. If SearchRequest.EmbeddingSpec.EmbeddingVector.field_path is not provided, it will use ServingConfig.EmbeddingConfig.field_path. */
|
|
860
860
|
embeddingSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec;
|
|
861
861
|
/** Facet specifications for faceted search. If empty, no facets are returned. A maximum of 100 values are allowed. Otherwise, an `INVALID_ARGUMENT` error is returned. */
|
|
862
862
|
facetSpecs?: GoogleCloudDiscoveryengineV1alphaSearchRequestFacetSpec[];
|
|
@@ -4835,7 +4835,7 @@ declare namespace gapi.client {
|
|
|
4835
4835
|
prettyPrint?: boolean;
|
|
4836
4836
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4837
4837
|
quotaUser?: string;
|
|
4838
|
-
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.
|
|
4838
|
+
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.ocr_config If not set, all supported fields are updated. */
|
|
4839
4839
|
updateMask?: string;
|
|
4840
4840
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4841
4841
|
upload_protocol?: string;
|
|
@@ -4866,7 +4866,7 @@ declare namespace gapi.client {
|
|
|
4866
4866
|
prettyPrint?: boolean;
|
|
4867
4867
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4868
4868
|
quotaUser?: string;
|
|
4869
|
-
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.
|
|
4869
|
+
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.ocr_config If not set, all supported fields are updated. */
|
|
4870
4870
|
updateMask?: string;
|
|
4871
4871
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4872
4872
|
upload_protocol?: string;
|
|
@@ -8002,7 +8002,7 @@ declare namespace gapi.client {
|
|
|
8002
8002
|
prettyPrint?: boolean;
|
|
8003
8003
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
8004
8004
|
quotaUser?: string;
|
|
8005
|
-
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.
|
|
8005
|
+
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.ocr_config If not set, all supported fields are updated. */
|
|
8006
8006
|
updateMask?: string;
|
|
8007
8007
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8008
8008
|
upload_protocol?: string;
|
|
@@ -8033,7 +8033,7 @@ declare namespace gapi.client {
|
|
|
8033
8033
|
prettyPrint?: boolean;
|
|
8034
8034
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
8035
8035
|
quotaUser?: string;
|
|
8036
|
-
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.
|
|
8036
|
+
/** Indicates which fields in the provided DocumentProcessingConfig to update. The following are the only supported fields: * DocumentProcessingConfig.ocr_config If not set, all supported fields are updated. */
|
|
8037
8037
|
updateMask?: string;
|
|
8038
8038
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8039
8039
|
upload_protocol?: string;
|
|
@@ -8129,7 +8129,7 @@ declare namespace gapi.client {
|
|
|
8129
8129
|
fields?: string;
|
|
8130
8130
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
8131
8131
|
key?: string;
|
|
8132
|
-
/** Required. Full resource name of the
|
|
8132
|
+
/** Required. Full resource name of the location, such as `projects/{project}/locations/{location}`. */
|
|
8133
8133
|
location: string;
|
|
8134
8134
|
/** OAuth 2.0 token for the current user. */
|
|
8135
8135
|
oauth_token?: string;
|
|
@@ -8158,7 +8158,7 @@ declare namespace gapi.client {
|
|
|
8158
8158
|
fields?: string;
|
|
8159
8159
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
8160
8160
|
key?: string;
|
|
8161
|
-
/** Required. Full resource name of the
|
|
8161
|
+
/** Required. Full resource name of the location, such as `projects/{project}/locations/{location}`. */
|
|
8162
8162
|
location: string;
|
|
8163
8163
|
/** OAuth 2.0 token for the current user. */
|
|
8164
8164
|
oauth_token?: string;
|