@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.1.20250921 → 0.1.20250925
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 +34 -2
- 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: 20250925
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -5664,7 +5664,7 @@ declare namespace gapi.client {
|
|
|
5664
5664
|
engine?: string;
|
|
5665
5665
|
/** Only required for UserEventService.ImportUserEvents method. Timestamp of when the user event happened. */
|
|
5666
5666
|
eventTime?: string;
|
|
5667
|
-
/** Required. User event type. Allowed values are: Generic values: * `search`: Search for Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-page`: View of a category page, e.g. Home > Men > Jeans
|
|
5667
|
+
/** Required. User event type. Allowed values are: Generic values: * `search`: Search for Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-page`: View of a category page, e.g. Home > Men > Jeans Retail-related values: * `add-to-cart`: Add an item(s) to cart, e.g. in Retail online shopping * `purchase`: Purchase an item(s) Media-related values: * `media-play`: Start/resume watching a video, playing a song, etc. * `media-complete`: Finished or stopped midway through a video, song, etc. Custom conversion value: * `conversion`: Customer defined conversion event. */
|
|
5668
5668
|
eventType?: string;
|
|
5669
5669
|
/** The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. One example is for `search` events, the associated SearchRequest may contain a filter expression in SearchRequest.filter conforming to https://google.aip.dev/160#filtering. Similarly, for `view-item-list` events that are generated from a RecommendRequest, this field may be populated directly from RecommendRequest.filter conforming to https://google.aip.dev/160#filtering. The value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. */
|
|
5670
5670
|
filter?: string;
|
|
@@ -6752,6 +6752,8 @@ declare namespace gapi.client {
|
|
|
6752
6752
|
nextPageToken?: string;
|
|
6753
6753
|
/** A list of operations that matches the specified filter in the request. */
|
|
6754
6754
|
operations?: GoogleLongrunningOperation[];
|
|
6755
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
6756
|
+
unreachable?: string[];
|
|
6755
6757
|
}
|
|
6756
6758
|
interface GoogleLongrunningOperation {
|
|
6757
6759
|
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
|
|
@@ -7084,6 +7086,8 @@ declare namespace gapi.client {
|
|
|
7084
7086
|
prettyPrint?: boolean;
|
|
7085
7087
|
/** 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. */
|
|
7086
7088
|
quotaUser?: string;
|
|
7089
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
7090
|
+
returnPartialSuccess?: boolean;
|
|
7087
7091
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7088
7092
|
upload_protocol?: string;
|
|
7089
7093
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -7538,6 +7542,8 @@ declare namespace gapi.client {
|
|
|
7538
7542
|
prettyPrint?: boolean;
|
|
7539
7543
|
/** 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. */
|
|
7540
7544
|
quotaUser?: string;
|
|
7545
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
7546
|
+
returnPartialSuccess?: boolean;
|
|
7541
7547
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7542
7548
|
upload_protocol?: string;
|
|
7543
7549
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8324,6 +8330,8 @@ declare namespace gapi.client {
|
|
|
8324
8330
|
prettyPrint?: boolean;
|
|
8325
8331
|
/** 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. */
|
|
8326
8332
|
quotaUser?: string;
|
|
8333
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
8334
|
+
returnPartialSuccess?: boolean;
|
|
8327
8335
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8328
8336
|
upload_protocol?: string;
|
|
8329
8337
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8389,6 +8397,8 @@ declare namespace gapi.client {
|
|
|
8389
8397
|
prettyPrint?: boolean;
|
|
8390
8398
|
/** 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. */
|
|
8391
8399
|
quotaUser?: string;
|
|
8400
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
8401
|
+
returnPartialSuccess?: boolean;
|
|
8392
8402
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8393
8403
|
upload_protocol?: string;
|
|
8394
8404
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8451,6 +8461,8 @@ declare namespace gapi.client {
|
|
|
8451
8461
|
prettyPrint?: boolean;
|
|
8452
8462
|
/** 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. */
|
|
8453
8463
|
quotaUser?: string;
|
|
8464
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
8465
|
+
returnPartialSuccess?: boolean;
|
|
8454
8466
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8455
8467
|
upload_protocol?: string;
|
|
8456
8468
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -9380,6 +9392,8 @@ declare namespace gapi.client {
|
|
|
9380
9392
|
prettyPrint?: boolean;
|
|
9381
9393
|
/** 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. */
|
|
9382
9394
|
quotaUser?: string;
|
|
9395
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
9396
|
+
returnPartialSuccess?: boolean;
|
|
9383
9397
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
9384
9398
|
upload_protocol?: string;
|
|
9385
9399
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -9558,6 +9572,8 @@ declare namespace gapi.client {
|
|
|
9558
9572
|
prettyPrint?: boolean;
|
|
9559
9573
|
/** 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. */
|
|
9560
9574
|
quotaUser?: string;
|
|
9575
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
9576
|
+
returnPartialSuccess?: boolean;
|
|
9561
9577
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
9562
9578
|
upload_protocol?: string;
|
|
9563
9579
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -11593,6 +11609,8 @@ declare namespace gapi.client {
|
|
|
11593
11609
|
prettyPrint?: boolean;
|
|
11594
11610
|
/** 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. */
|
|
11595
11611
|
quotaUser?: string;
|
|
11612
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
11613
|
+
returnPartialSuccess?: boolean;
|
|
11596
11614
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11597
11615
|
upload_protocol?: string;
|
|
11598
11616
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -12704,6 +12722,8 @@ declare namespace gapi.client {
|
|
|
12704
12722
|
prettyPrint?: boolean;
|
|
12705
12723
|
/** 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. */
|
|
12706
12724
|
quotaUser?: string;
|
|
12725
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
12726
|
+
returnPartialSuccess?: boolean;
|
|
12707
12727
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12708
12728
|
upload_protocol?: string;
|
|
12709
12729
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13161,6 +13181,8 @@ declare namespace gapi.client {
|
|
|
13161
13181
|
prettyPrint?: boolean;
|
|
13162
13182
|
/** 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. */
|
|
13163
13183
|
quotaUser?: string;
|
|
13184
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
13185
|
+
returnPartialSuccess?: boolean;
|
|
13164
13186
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13165
13187
|
upload_protocol?: string;
|
|
13166
13188
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13918,6 +13940,8 @@ declare namespace gapi.client {
|
|
|
13918
13940
|
prettyPrint?: boolean;
|
|
13919
13941
|
/** 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. */
|
|
13920
13942
|
quotaUser?: string;
|
|
13943
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
13944
|
+
returnPartialSuccess?: boolean;
|
|
13921
13945
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13922
13946
|
upload_protocol?: string;
|
|
13923
13947
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13983,6 +14007,8 @@ declare namespace gapi.client {
|
|
|
13983
14007
|
prettyPrint?: boolean;
|
|
13984
14008
|
/** 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. */
|
|
13985
14009
|
quotaUser?: string;
|
|
14010
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
14011
|
+
returnPartialSuccess?: boolean;
|
|
13986
14012
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13987
14013
|
upload_protocol?: string;
|
|
13988
14014
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -16340,6 +16366,8 @@ declare namespace gapi.client {
|
|
|
16340
16366
|
prettyPrint?: boolean;
|
|
16341
16367
|
/** 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. */
|
|
16342
16368
|
quotaUser?: string;
|
|
16369
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
16370
|
+
returnPartialSuccess?: boolean;
|
|
16343
16371
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16344
16372
|
upload_protocol?: string;
|
|
16345
16373
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -16707,6 +16735,8 @@ declare namespace gapi.client {
|
|
|
16707
16735
|
prettyPrint?: boolean;
|
|
16708
16736
|
/** 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. */
|
|
16709
16737
|
quotaUser?: string;
|
|
16738
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
16739
|
+
returnPartialSuccess?: boolean;
|
|
16710
16740
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16711
16741
|
upload_protocol?: string;
|
|
16712
16742
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -17985,6 +18015,8 @@ declare namespace gapi.client {
|
|
|
17985
18015
|
prettyPrint?: boolean;
|
|
17986
18016
|
/** 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. */
|
|
17987
18017
|
quotaUser?: string;
|
|
18018
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
18019
|
+
returnPartialSuccess?: boolean;
|
|
17988
18020
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17989
18021
|
upload_protocol?: string;
|
|
17990
18022
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|