@maxim_mazurok/gapi.client.discoveryengine-v1 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250925
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -6462,7 +6462,7 @@ declare namespace gapi.client {
|
|
|
6462
6462
|
engine?: string;
|
|
6463
6463
|
/** Only required for UserEventService.ImportUserEvents method. Timestamp of when the user event happened. */
|
|
6464
6464
|
eventTime?: string;
|
|
6465
|
-
/** 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
|
|
6465
|
+
/** 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. */
|
|
6466
6466
|
eventType?: string;
|
|
6467
6467
|
/** 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. */
|
|
6468
6468
|
filter?: string;
|
|
@@ -6529,6 +6529,8 @@ declare namespace gapi.client {
|
|
|
6529
6529
|
nextPageToken?: string;
|
|
6530
6530
|
/** A list of operations that matches the specified filter in the request. */
|
|
6531
6531
|
operations?: GoogleLongrunningOperation[];
|
|
6532
|
+
/** 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. */
|
|
6533
|
+
unreachable?: string[];
|
|
6532
6534
|
}
|
|
6533
6535
|
interface GoogleLongrunningOperation {
|
|
6534
6536
|
/** 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. */
|
|
@@ -6861,6 +6863,8 @@ declare namespace gapi.client {
|
|
|
6861
6863
|
prettyPrint?: boolean;
|
|
6862
6864
|
/** 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. */
|
|
6863
6865
|
quotaUser?: string;
|
|
6866
|
+
/** 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. */
|
|
6867
|
+
returnPartialSuccess?: boolean;
|
|
6864
6868
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6865
6869
|
upload_protocol?: string;
|
|
6866
6870
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -7315,6 +7319,8 @@ declare namespace gapi.client {
|
|
|
7315
7319
|
prettyPrint?: boolean;
|
|
7316
7320
|
/** 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. */
|
|
7317
7321
|
quotaUser?: string;
|
|
7322
|
+
/** 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. */
|
|
7323
|
+
returnPartialSuccess?: boolean;
|
|
7318
7324
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7319
7325
|
upload_protocol?: string;
|
|
7320
7326
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8101,6 +8107,8 @@ declare namespace gapi.client {
|
|
|
8101
8107
|
prettyPrint?: boolean;
|
|
8102
8108
|
/** 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. */
|
|
8103
8109
|
quotaUser?: string;
|
|
8110
|
+
/** 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. */
|
|
8111
|
+
returnPartialSuccess?: boolean;
|
|
8104
8112
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8105
8113
|
upload_protocol?: string;
|
|
8106
8114
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8166,6 +8174,8 @@ declare namespace gapi.client {
|
|
|
8166
8174
|
prettyPrint?: boolean;
|
|
8167
8175
|
/** 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. */
|
|
8168
8176
|
quotaUser?: string;
|
|
8177
|
+
/** 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. */
|
|
8178
|
+
returnPartialSuccess?: boolean;
|
|
8169
8179
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8170
8180
|
upload_protocol?: string;
|
|
8171
8181
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -8228,6 +8238,8 @@ declare namespace gapi.client {
|
|
|
8228
8238
|
prettyPrint?: boolean;
|
|
8229
8239
|
/** 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. */
|
|
8230
8240
|
quotaUser?: string;
|
|
8241
|
+
/** 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. */
|
|
8242
|
+
returnPartialSuccess?: boolean;
|
|
8231
8243
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8232
8244
|
upload_protocol?: string;
|
|
8233
8245
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -9099,6 +9111,8 @@ declare namespace gapi.client {
|
|
|
9099
9111
|
prettyPrint?: boolean;
|
|
9100
9112
|
/** 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. */
|
|
9101
9113
|
quotaUser?: string;
|
|
9114
|
+
/** 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. */
|
|
9115
|
+
returnPartialSuccess?: boolean;
|
|
9102
9116
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
9103
9117
|
upload_protocol?: string;
|
|
9104
9118
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -9277,6 +9291,8 @@ declare namespace gapi.client {
|
|
|
9277
9291
|
prettyPrint?: boolean;
|
|
9278
9292
|
/** 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. */
|
|
9279
9293
|
quotaUser?: string;
|
|
9294
|
+
/** 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. */
|
|
9295
|
+
returnPartialSuccess?: boolean;
|
|
9280
9296
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
9281
9297
|
upload_protocol?: string;
|
|
9282
9298
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -11312,6 +11328,8 @@ declare namespace gapi.client {
|
|
|
11312
11328
|
prettyPrint?: boolean;
|
|
11313
11329
|
/** 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. */
|
|
11314
11330
|
quotaUser?: string;
|
|
11331
|
+
/** 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. */
|
|
11332
|
+
returnPartialSuccess?: boolean;
|
|
11315
11333
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11316
11334
|
upload_protocol?: string;
|
|
11317
11335
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -12191,6 +12209,8 @@ declare namespace gapi.client {
|
|
|
12191
12209
|
prettyPrint?: boolean;
|
|
12192
12210
|
/** 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. */
|
|
12193
12211
|
quotaUser?: string;
|
|
12212
|
+
/** 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. */
|
|
12213
|
+
returnPartialSuccess?: boolean;
|
|
12194
12214
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12195
12215
|
upload_protocol?: string;
|
|
12196
12216
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -12764,6 +12784,8 @@ declare namespace gapi.client {
|
|
|
12764
12784
|
prettyPrint?: boolean;
|
|
12765
12785
|
/** 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. */
|
|
12766
12786
|
quotaUser?: string;
|
|
12787
|
+
/** 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. */
|
|
12788
|
+
returnPartialSuccess?: boolean;
|
|
12767
12789
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12768
12790
|
upload_protocol?: string;
|
|
12769
12791
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13521,6 +13543,8 @@ declare namespace gapi.client {
|
|
|
13521
13543
|
prettyPrint?: boolean;
|
|
13522
13544
|
/** 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. */
|
|
13523
13545
|
quotaUser?: string;
|
|
13546
|
+
/** 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. */
|
|
13547
|
+
returnPartialSuccess?: boolean;
|
|
13524
13548
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13525
13549
|
upload_protocol?: string;
|
|
13526
13550
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13586,6 +13610,8 @@ declare namespace gapi.client {
|
|
|
13586
13610
|
prettyPrint?: boolean;
|
|
13587
13611
|
/** 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. */
|
|
13588
13612
|
quotaUser?: string;
|
|
13613
|
+
/** 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. */
|
|
13614
|
+
returnPartialSuccess?: boolean;
|
|
13589
13615
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13590
13616
|
upload_protocol?: string;
|
|
13591
13617
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -15706,6 +15732,8 @@ declare namespace gapi.client {
|
|
|
15706
15732
|
prettyPrint?: boolean;
|
|
15707
15733
|
/** 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. */
|
|
15708
15734
|
quotaUser?: string;
|
|
15735
|
+
/** 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. */
|
|
15736
|
+
returnPartialSuccess?: boolean;
|
|
15709
15737
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
15710
15738
|
upload_protocol?: string;
|
|
15711
15739
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -16073,6 +16101,8 @@ declare namespace gapi.client {
|
|
|
16073
16101
|
prettyPrint?: boolean;
|
|
16074
16102
|
/** 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. */
|
|
16075
16103
|
quotaUser?: string;
|
|
16104
|
+
/** 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. */
|
|
16105
|
+
returnPartialSuccess?: boolean;
|
|
16076
16106
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16077
16107
|
upload_protocol?: string;
|
|
16078
16108
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -16846,6 +16876,8 @@ declare namespace gapi.client {
|
|
|
16846
16876
|
prettyPrint?: boolean;
|
|
16847
16877
|
/** 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. */
|
|
16848
16878
|
quotaUser?: string;
|
|
16879
|
+
/** 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. */
|
|
16880
|
+
returnPartialSuccess?: boolean;
|
|
16849
16881
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16850
16882
|
upload_protocol?: string;
|
|
16851
16883
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|