@maxim_mazurok/gapi.client.discoveryengine-v1alpha 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.
Files changed (2) hide show
  1. package/index.d.ts +39 -5
  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=v1alpha
12
- // Revision: 20250921
12
+ // Revision: 20250925
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -4501,7 +4501,7 @@ declare namespace gapi.client {
4501
4501
  engine?: string;
4502
4502
  /** Only required for UserEventService.ImportUserEvents method. Timestamp of when the user event happened. */
4503
4503
  eventTime?: string;
4504
- /** 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 * `add-feedback`: Add a user feedback. 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. */
4504
+ /** 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. */
4505
4505
  eventType?: string;
4506
4506
  /** 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. */
4507
4507
  filter?: string;
@@ -7350,11 +7350,11 @@ declare namespace gapi.client {
7350
7350
  webContent?: GoogleCloudNotebooklmV1alphaUserContentWebContent;
7351
7351
  }
7352
7352
  interface GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent {
7353
- /** Optional. The full document name in Agentspace. */
7353
+ /** Optional. The full resource name of the Agentspace document. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document_id}`. */
7354
7354
  documentName?: string;
7355
- /** Optional. Engine to verify the permission of the document. */
7355
+ /** Optional. Engine to verify the permission of the document. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`. */
7356
7356
  engineName?: string;
7357
- /** Optional. The full idea name for IdeaForge. */
7357
+ /** Optional. Resource name of the idea forge instance. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/ideaForgeInstances/{instance}` */
7358
7358
  ideaforgeIdeaName?: string;
7359
7359
  }
7360
7360
  interface GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent {
@@ -7393,6 +7393,8 @@ declare namespace gapi.client {
7393
7393
  nextPageToken?: string;
7394
7394
  /** A list of operations that matches the specified filter in the request. */
7395
7395
  operations?: GoogleLongrunningOperation[];
7396
+ /** 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. */
7397
+ unreachable?: string[];
7396
7398
  }
7397
7399
  interface GoogleLongrunningOperation {
7398
7400
  /** 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. */
@@ -7768,6 +7770,8 @@ declare namespace gapi.client {
7768
7770
  prettyPrint?: boolean;
7769
7771
  /** 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. */
7770
7772
  quotaUser?: string;
7773
+ /** 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. */
7774
+ returnPartialSuccess?: boolean;
7771
7775
  /** Upload protocol for media (e.g. "raw", "multipart"). */
7772
7776
  upload_protocol?: string;
7773
7777
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -8460,6 +8464,8 @@ declare namespace gapi.client {
8460
8464
  prettyPrint?: boolean;
8461
8465
  /** 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. */
8462
8466
  quotaUser?: string;
8467
+ /** 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. */
8468
+ returnPartialSuccess?: boolean;
8463
8469
  /** Upload protocol for media (e.g. "raw", "multipart"). */
8464
8470
  upload_protocol?: string;
8465
8471
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -9304,6 +9310,8 @@ declare namespace gapi.client {
9304
9310
  prettyPrint?: boolean;
9305
9311
  /** 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. */
9306
9312
  quotaUser?: string;
9313
+ /** 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. */
9314
+ returnPartialSuccess?: boolean;
9307
9315
  /** Upload protocol for media (e.g. "raw", "multipart"). */
9308
9316
  upload_protocol?: string;
9309
9317
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -9369,6 +9377,8 @@ declare namespace gapi.client {
9369
9377
  prettyPrint?: boolean;
9370
9378
  /** 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. */
9371
9379
  quotaUser?: string;
9380
+ /** 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. */
9381
+ returnPartialSuccess?: boolean;
9372
9382
  /** Upload protocol for media (e.g. "raw", "multipart"). */
9373
9383
  upload_protocol?: string;
9374
9384
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -9431,6 +9441,8 @@ declare namespace gapi.client {
9431
9441
  prettyPrint?: boolean;
9432
9442
  /** 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. */
9433
9443
  quotaUser?: string;
9444
+ /** 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. */
9445
+ returnPartialSuccess?: boolean;
9434
9446
  /** Upload protocol for media (e.g. "raw", "multipart"). */
9435
9447
  upload_protocol?: string;
9436
9448
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -10360,6 +10372,8 @@ declare namespace gapi.client {
10360
10372
  prettyPrint?: boolean;
10361
10373
  /** 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. */
10362
10374
  quotaUser?: string;
10375
+ /** 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. */
10376
+ returnPartialSuccess?: boolean;
10363
10377
  /** Upload protocol for media (e.g. "raw", "multipart"). */
10364
10378
  upload_protocol?: string;
10365
10379
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -10538,6 +10552,8 @@ declare namespace gapi.client {
10538
10552
  prettyPrint?: boolean;
10539
10553
  /** 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. */
10540
10554
  quotaUser?: string;
10555
+ /** 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. */
10556
+ returnPartialSuccess?: boolean;
10541
10557
  /** Upload protocol for media (e.g. "raw", "multipart"). */
10542
10558
  upload_protocol?: string;
10543
10559
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -12841,6 +12857,8 @@ declare namespace gapi.client {
12841
12857
  prettyPrint?: boolean;
12842
12858
  /** 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. */
12843
12859
  quotaUser?: string;
12860
+ /** 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. */
12861
+ returnPartialSuccess?: boolean;
12844
12862
  /** Upload protocol for media (e.g. "raw", "multipart"). */
12845
12863
  upload_protocol?: string;
12846
12864
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -14025,6 +14043,8 @@ declare namespace gapi.client {
14025
14043
  prettyPrint?: boolean;
14026
14044
  /** 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. */
14027
14045
  quotaUser?: string;
14046
+ /** 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. */
14047
+ returnPartialSuccess?: boolean;
14028
14048
  /** Upload protocol for media (e.g. "raw", "multipart"). */
14029
14049
  upload_protocol?: string;
14030
14050
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -14814,6 +14834,8 @@ declare namespace gapi.client {
14814
14834
  prettyPrint?: boolean;
14815
14835
  /** 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. */
14816
14836
  quotaUser?: string;
14837
+ /** 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. */
14838
+ returnPartialSuccess?: boolean;
14817
14839
  /** Upload protocol for media (e.g. "raw", "multipart"). */
14818
14840
  upload_protocol?: string;
14819
14841
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -15629,6 +15651,8 @@ declare namespace gapi.client {
15629
15651
  prettyPrint?: boolean;
15630
15652
  /** 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. */
15631
15653
  quotaUser?: string;
15654
+ /** 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. */
15655
+ returnPartialSuccess?: boolean;
15632
15656
  /** Upload protocol for media (e.g. "raw", "multipart"). */
15633
15657
  upload_protocol?: string;
15634
15658
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -15694,6 +15718,8 @@ declare namespace gapi.client {
15694
15718
  prettyPrint?: boolean;
15695
15719
  /** 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. */
15696
15720
  quotaUser?: string;
15721
+ /** 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. */
15722
+ returnPartialSuccess?: boolean;
15697
15723
  /** Upload protocol for media (e.g. "raw", "multipart"). */
15698
15724
  upload_protocol?: string;
15699
15725
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -18174,6 +18200,8 @@ declare namespace gapi.client {
18174
18200
  prettyPrint?: boolean;
18175
18201
  /** 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. */
18176
18202
  quotaUser?: string;
18203
+ /** 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. */
18204
+ returnPartialSuccess?: boolean;
18177
18205
  /** Upload protocol for media (e.g. "raw", "multipart"). */
18178
18206
  upload_protocol?: string;
18179
18207
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -19071,6 +19099,8 @@ declare namespace gapi.client {
19071
19099
  prettyPrint?: boolean;
19072
19100
  /** 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. */
19073
19101
  quotaUser?: string;
19102
+ /** 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. */
19103
+ returnPartialSuccess?: boolean;
19074
19104
  /** Upload protocol for media (e.g. "raw", "multipart"). */
19075
19105
  upload_protocol?: string;
19076
19106
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -19951,6 +19981,8 @@ declare namespace gapi.client {
19951
19981
  prettyPrint?: boolean;
19952
19982
  /** 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. */
19953
19983
  quotaUser?: string;
19984
+ /** 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. */
19985
+ returnPartialSuccess?: boolean;
19954
19986
  /** Upload protocol for media (e.g. "raw", "multipart"). */
19955
19987
  upload_protocol?: string;
19956
19988
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -20656,6 +20688,8 @@ declare namespace gapi.client {
20656
20688
  prettyPrint?: boolean;
20657
20689
  /** 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. */
20658
20690
  quotaUser?: string;
20691
+ /** 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. */
20692
+ returnPartialSuccess?: boolean;
20659
20693
  /** Upload protocol for media (e.g. "raw", "multipart"). */
20660
20694
  upload_protocol?: string;
20661
20695
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.1.20250921",
3
+ "version": "0.1.20250925",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",