@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20240224 → 0.0.20240229

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 +300 -2
  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://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20240224
12
+ // Revision: 20240229
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1141,7 +1141,7 @@ declare namespace gapi.client {
1141
1141
  displayName?: string;
1142
1142
  /** Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
1143
1143
  etag?: string;
1144
- /** Required. Additional information about the DatasetVersion. */
1144
+ /** Required. Output only. Additional information about the DatasetVersion. */
1145
1145
  metadata?: any;
1146
1146
  /** Output only. The resource name of the DatasetVersion. */
1147
1147
  name?: string;
@@ -23518,6 +23518,303 @@ declare namespace gapi.client {
23518
23518
  uploadType?: string;
23519
23519
  }): Request<GoogleLongrunningOperation>;
23520
23520
  }
23521
+ interface OperationsResource {
23522
+ /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
23523
+ cancel(request?: {
23524
+ /** V1 error format. */
23525
+ '$.xgafv'?: string;
23526
+ /** OAuth access token. */
23527
+ access_token?: string;
23528
+ /** Data format for response. */
23529
+ alt?: string;
23530
+ /** JSONP */
23531
+ callback?: string;
23532
+ /** Selector specifying which fields to include in a partial response. */
23533
+ fields?: string;
23534
+ /** 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. */
23535
+ key?: string;
23536
+ /** The name of the operation resource to be cancelled. */
23537
+ name: string;
23538
+ /** OAuth 2.0 token for the current user. */
23539
+ oauth_token?: string;
23540
+ /** Returns response with indentations and line breaks. */
23541
+ prettyPrint?: boolean;
23542
+ /** 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. */
23543
+ quotaUser?: string;
23544
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23545
+ upload_protocol?: string;
23546
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23547
+ uploadType?: string;
23548
+ }): Request<{}>;
23549
+ /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
23550
+ delete(request?: {
23551
+ /** V1 error format. */
23552
+ '$.xgafv'?: string;
23553
+ /** OAuth access token. */
23554
+ access_token?: string;
23555
+ /** Data format for response. */
23556
+ alt?: string;
23557
+ /** JSONP */
23558
+ callback?: string;
23559
+ /** Selector specifying which fields to include in a partial response. */
23560
+ fields?: string;
23561
+ /** 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. */
23562
+ key?: string;
23563
+ /** The name of the operation resource to be deleted. */
23564
+ name: string;
23565
+ /** OAuth 2.0 token for the current user. */
23566
+ oauth_token?: string;
23567
+ /** Returns response with indentations and line breaks. */
23568
+ prettyPrint?: boolean;
23569
+ /** 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. */
23570
+ quotaUser?: string;
23571
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23572
+ upload_protocol?: string;
23573
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23574
+ uploadType?: string;
23575
+ }): Request<{}>;
23576
+ /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
23577
+ get(request?: {
23578
+ /** V1 error format. */
23579
+ '$.xgafv'?: string;
23580
+ /** OAuth access token. */
23581
+ access_token?: string;
23582
+ /** Data format for response. */
23583
+ alt?: string;
23584
+ /** JSONP */
23585
+ callback?: string;
23586
+ /** Selector specifying which fields to include in a partial response. */
23587
+ fields?: string;
23588
+ /** 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. */
23589
+ key?: string;
23590
+ /** The name of the operation resource. */
23591
+ name: string;
23592
+ /** OAuth 2.0 token for the current user. */
23593
+ oauth_token?: string;
23594
+ /** Returns response with indentations and line breaks. */
23595
+ prettyPrint?: boolean;
23596
+ /** 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. */
23597
+ quotaUser?: string;
23598
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23599
+ upload_protocol?: string;
23600
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23601
+ uploadType?: string;
23602
+ }): Request<GoogleLongrunningOperation>;
23603
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
23604
+ list(request?: {
23605
+ /** V1 error format. */
23606
+ '$.xgafv'?: string;
23607
+ /** OAuth access token. */
23608
+ access_token?: string;
23609
+ /** Data format for response. */
23610
+ alt?: string;
23611
+ /** JSONP */
23612
+ callback?: string;
23613
+ /** Selector specifying which fields to include in a partial response. */
23614
+ fields?: string;
23615
+ /** The standard list filter. */
23616
+ filter?: string;
23617
+ /** 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. */
23618
+ key?: string;
23619
+ /** The name of the operation's parent resource. */
23620
+ name: string;
23621
+ /** OAuth 2.0 token for the current user. */
23622
+ oauth_token?: string;
23623
+ /** The standard list page size. */
23624
+ pageSize?: number;
23625
+ /** The standard list page token. */
23626
+ pageToken?: string;
23627
+ /** Returns response with indentations and line breaks. */
23628
+ prettyPrint?: boolean;
23629
+ /** 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. */
23630
+ quotaUser?: string;
23631
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23632
+ upload_protocol?: string;
23633
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23634
+ uploadType?: string;
23635
+ }): Request<GoogleLongrunningListOperationsResponse>;
23636
+ /** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
23637
+ wait(request?: {
23638
+ /** V1 error format. */
23639
+ '$.xgafv'?: string;
23640
+ /** OAuth access token. */
23641
+ access_token?: string;
23642
+ /** Data format for response. */
23643
+ alt?: string;
23644
+ /** JSONP */
23645
+ callback?: string;
23646
+ /** Selector specifying which fields to include in a partial response. */
23647
+ fields?: string;
23648
+ /** 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. */
23649
+ key?: string;
23650
+ /** The name of the operation resource to wait on. */
23651
+ name: string;
23652
+ /** OAuth 2.0 token for the current user. */
23653
+ oauth_token?: string;
23654
+ /** Returns response with indentations and line breaks. */
23655
+ prettyPrint?: boolean;
23656
+ /** 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. */
23657
+ quotaUser?: string;
23658
+ /** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
23659
+ timeout?: string;
23660
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23661
+ upload_protocol?: string;
23662
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23663
+ uploadType?: string;
23664
+ }): Request<GoogleLongrunningOperation>;
23665
+ }
23666
+ interface RagFilesResource {
23667
+ operations: OperationsResource;
23668
+ }
23669
+ interface RagCorporaResource {
23670
+ operations: OperationsResource;
23671
+ ragFiles: RagFilesResource;
23672
+ }
23673
+ interface OperationsResource {
23674
+ /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
23675
+ cancel(request?: {
23676
+ /** V1 error format. */
23677
+ '$.xgafv'?: string;
23678
+ /** OAuth access token. */
23679
+ access_token?: string;
23680
+ /** Data format for response. */
23681
+ alt?: string;
23682
+ /** JSONP */
23683
+ callback?: string;
23684
+ /** Selector specifying which fields to include in a partial response. */
23685
+ fields?: string;
23686
+ /** 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. */
23687
+ key?: string;
23688
+ /** The name of the operation resource to be cancelled. */
23689
+ name: string;
23690
+ /** OAuth 2.0 token for the current user. */
23691
+ oauth_token?: string;
23692
+ /** Returns response with indentations and line breaks. */
23693
+ prettyPrint?: boolean;
23694
+ /** 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. */
23695
+ quotaUser?: string;
23696
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23697
+ upload_protocol?: string;
23698
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23699
+ uploadType?: string;
23700
+ }): Request<{}>;
23701
+ /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
23702
+ delete(request?: {
23703
+ /** V1 error format. */
23704
+ '$.xgafv'?: string;
23705
+ /** OAuth access token. */
23706
+ access_token?: string;
23707
+ /** Data format for response. */
23708
+ alt?: string;
23709
+ /** JSONP */
23710
+ callback?: string;
23711
+ /** Selector specifying which fields to include in a partial response. */
23712
+ fields?: string;
23713
+ /** 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. */
23714
+ key?: string;
23715
+ /** The name of the operation resource to be deleted. */
23716
+ name: string;
23717
+ /** OAuth 2.0 token for the current user. */
23718
+ oauth_token?: string;
23719
+ /** Returns response with indentations and line breaks. */
23720
+ prettyPrint?: boolean;
23721
+ /** 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. */
23722
+ quotaUser?: string;
23723
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23724
+ upload_protocol?: string;
23725
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23726
+ uploadType?: string;
23727
+ }): Request<{}>;
23728
+ /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
23729
+ get(request?: {
23730
+ /** V1 error format. */
23731
+ '$.xgafv'?: string;
23732
+ /** OAuth access token. */
23733
+ access_token?: string;
23734
+ /** Data format for response. */
23735
+ alt?: string;
23736
+ /** JSONP */
23737
+ callback?: string;
23738
+ /** Selector specifying which fields to include in a partial response. */
23739
+ fields?: string;
23740
+ /** 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. */
23741
+ key?: string;
23742
+ /** The name of the operation resource. */
23743
+ name: string;
23744
+ /** OAuth 2.0 token for the current user. */
23745
+ oauth_token?: string;
23746
+ /** Returns response with indentations and line breaks. */
23747
+ prettyPrint?: boolean;
23748
+ /** 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. */
23749
+ quotaUser?: string;
23750
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23751
+ upload_protocol?: string;
23752
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23753
+ uploadType?: string;
23754
+ }): Request<GoogleLongrunningOperation>;
23755
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
23756
+ list(request?: {
23757
+ /** V1 error format. */
23758
+ '$.xgafv'?: string;
23759
+ /** OAuth access token. */
23760
+ access_token?: string;
23761
+ /** Data format for response. */
23762
+ alt?: string;
23763
+ /** JSONP */
23764
+ callback?: string;
23765
+ /** Selector specifying which fields to include in a partial response. */
23766
+ fields?: string;
23767
+ /** The standard list filter. */
23768
+ filter?: string;
23769
+ /** 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. */
23770
+ key?: string;
23771
+ /** The name of the operation's parent resource. */
23772
+ name: string;
23773
+ /** OAuth 2.0 token for the current user. */
23774
+ oauth_token?: string;
23775
+ /** The standard list page size. */
23776
+ pageSize?: number;
23777
+ /** The standard list page token. */
23778
+ pageToken?: string;
23779
+ /** Returns response with indentations and line breaks. */
23780
+ prettyPrint?: boolean;
23781
+ /** 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. */
23782
+ quotaUser?: string;
23783
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23784
+ upload_protocol?: string;
23785
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23786
+ uploadType?: string;
23787
+ }): Request<GoogleLongrunningListOperationsResponse>;
23788
+ /** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
23789
+ wait(request?: {
23790
+ /** V1 error format. */
23791
+ '$.xgafv'?: string;
23792
+ /** OAuth access token. */
23793
+ access_token?: string;
23794
+ /** Data format for response. */
23795
+ alt?: string;
23796
+ /** JSONP */
23797
+ callback?: string;
23798
+ /** Selector specifying which fields to include in a partial response. */
23799
+ fields?: string;
23800
+ /** 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. */
23801
+ key?: string;
23802
+ /** The name of the operation resource to wait on. */
23803
+ name: string;
23804
+ /** OAuth 2.0 token for the current user. */
23805
+ oauth_token?: string;
23806
+ /** Returns response with indentations and line breaks. */
23807
+ prettyPrint?: boolean;
23808
+ /** 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. */
23809
+ quotaUser?: string;
23810
+ /** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
23811
+ timeout?: string;
23812
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
23813
+ upload_protocol?: string;
23814
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
23815
+ uploadType?: string;
23816
+ }): Request<GoogleLongrunningOperation>;
23817
+ }
23521
23818
  interface ReasoningEnginesResource {
23522
23819
  operations: OperationsResource;
23523
23820
  }
@@ -27760,6 +28057,7 @@ declare namespace gapi.client {
27760
28057
  persistentResources: PersistentResourcesResource;
27761
28058
  pipelineJobs: PipelineJobsResource;
27762
28059
  publishers: PublishersResource;
28060
+ ragCorpora: RagCorporaResource;
27763
28061
  reasoningEngines: ReasoningEnginesResource;
27764
28062
  schedules: SchedulesResource;
27765
28063
  solvers: SolversResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1beta1",
3
- "version": "0.0.20240224",
3
+ "version": "0.0.20240229",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",