@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20250505 → 0.0.20250513

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 +163 -6
  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: 20250505
12
+ // Revision: 20250513
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -720,6 +720,8 @@ declare namespace gapi.client {
720
720
  createTime?: string;
721
721
  /** Optional. Immutable. The user-generated meaningful display name of the cached content. */
722
722
  displayName?: string;
723
+ /** Input only. Immutable. Customer-managed encryption key spec for a `CachedContent`. If set, this `CachedContent` and all its sub-resources will be secured by this key. */
724
+ encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
723
725
  /** Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what was sent on input. */
724
726
  expireTime?: string;
725
727
  /** Immutable. The name of the `Model` to use for cached content. Currently, only the published Gemini base models are supported, in form of projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL} */
@@ -1591,6 +1593,8 @@ declare namespace gapi.client {
1591
1593
  systemLabels?: {[P in string]: string};
1592
1594
  }
1593
1595
  interface GoogleCloudAiplatformV1beta1DeployedModelRef {
1596
+ /** Immutable. The ID of the Checkpoint deployed in the DeployedModel. */
1597
+ checkpointId?: string;
1594
1598
  /** Immutable. An ID of a DeployedModel in the above Endpoint. */
1595
1599
  deployedModelId?: string;
1596
1600
  /** Immutable. A resource name of an Endpoint. */
@@ -2120,8 +2124,6 @@ declare namespace gapi.client {
2120
2124
  displayName?: string;
2121
2125
  /** Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated. */
2122
2126
  exampleId?: string;
2123
- /** Identifier. The resource name of the Example. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/examples/{example}` */
2124
- name?: string;
2125
2127
  /** An example of chat history and its expected outcome to be used with GenerateContent. */
2126
2128
  storedContentsExample?: GoogleCloudAiplatformV1beta1StoredContentsExample;
2127
2129
  }
@@ -3483,6 +3485,8 @@ declare namespace gapi.client {
3483
3485
  modelName?: string;
3484
3486
  }
3485
3487
  interface GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig {
3488
+ /** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */
3489
+ includeThoughts?: boolean;
3486
3490
  /** Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true. */
3487
3491
  thinkingBudget?: number;
3488
3492
  }
@@ -6972,7 +6976,7 @@ declare namespace gapi.client {
6972
6976
  displayName?: string;
6973
6977
  /** Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
6974
6978
  etag?: string;
6975
- /** Identifier. The resource name of the ReasoningEngine. */
6979
+ /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
6976
6980
  name?: string;
6977
6981
  /** Optional. Configurations of the ReasoningEngine */
6978
6982
  spec?: GoogleCloudAiplatformV1beta1ReasoningEngineSpec;
@@ -10463,6 +10467,10 @@ declare namespace gapi.client {
10463
10467
  datastore?: string;
10464
10468
  /** Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` */
10465
10469
  engine?: string;
10470
+ /** Optional. Filter strings to be passed to the search API. */
10471
+ filter?: string;
10472
+ /** Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10. */
10473
+ maxResults?: number;
10466
10474
  }
10467
10475
  interface GoogleCloudAiplatformV1beta1VertexAiSearchConfig {
10468
10476
  /** Vertex AI Search Serving Config resource full name. For example, `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}` or `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}`. */
@@ -32881,6 +32889,154 @@ declare namespace gapi.client {
32881
32889
  uploadType?: string;
32882
32890
  }): Request<GoogleLongrunningOperation>;
32883
32891
  }
32892
+ interface OperationsResource {
32893
+ /** 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`. */
32894
+ cancel(request?: {
32895
+ /** V1 error format. */
32896
+ '$.xgafv'?: string;
32897
+ /** OAuth access token. */
32898
+ access_token?: string;
32899
+ /** Data format for response. */
32900
+ alt?: string;
32901
+ /** JSONP */
32902
+ callback?: string;
32903
+ /** Selector specifying which fields to include in a partial response. */
32904
+ fields?: string;
32905
+ /** 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. */
32906
+ key?: string;
32907
+ /** The name of the operation resource to be cancelled. */
32908
+ name: string;
32909
+ /** OAuth 2.0 token for the current user. */
32910
+ oauth_token?: string;
32911
+ /** Returns response with indentations and line breaks. */
32912
+ prettyPrint?: boolean;
32913
+ /** 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. */
32914
+ quotaUser?: string;
32915
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32916
+ upload_protocol?: string;
32917
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32918
+ uploadType?: string;
32919
+ }): Request<{}>;
32920
+ /** 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`. */
32921
+ delete(request?: {
32922
+ /** V1 error format. */
32923
+ '$.xgafv'?: string;
32924
+ /** OAuth access token. */
32925
+ access_token?: string;
32926
+ /** Data format for response. */
32927
+ alt?: string;
32928
+ /** JSONP */
32929
+ callback?: string;
32930
+ /** Selector specifying which fields to include in a partial response. */
32931
+ fields?: string;
32932
+ /** 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. */
32933
+ key?: string;
32934
+ /** The name of the operation resource to be deleted. */
32935
+ name: string;
32936
+ /** OAuth 2.0 token for the current user. */
32937
+ oauth_token?: string;
32938
+ /** Returns response with indentations and line breaks. */
32939
+ prettyPrint?: boolean;
32940
+ /** 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. */
32941
+ quotaUser?: string;
32942
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32943
+ upload_protocol?: string;
32944
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32945
+ uploadType?: string;
32946
+ }): Request<{}>;
32947
+ /** 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. */
32948
+ get(request?: {
32949
+ /** V1 error format. */
32950
+ '$.xgafv'?: string;
32951
+ /** OAuth access token. */
32952
+ access_token?: string;
32953
+ /** Data format for response. */
32954
+ alt?: string;
32955
+ /** JSONP */
32956
+ callback?: string;
32957
+ /** Selector specifying which fields to include in a partial response. */
32958
+ fields?: string;
32959
+ /** 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. */
32960
+ key?: string;
32961
+ /** The name of the operation resource. */
32962
+ name: string;
32963
+ /** OAuth 2.0 token for the current user. */
32964
+ oauth_token?: string;
32965
+ /** Returns response with indentations and line breaks. */
32966
+ prettyPrint?: boolean;
32967
+ /** 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. */
32968
+ quotaUser?: string;
32969
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32970
+ upload_protocol?: string;
32971
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32972
+ uploadType?: string;
32973
+ }): Request<GoogleLongrunningOperation>;
32974
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
32975
+ list(request?: {
32976
+ /** V1 error format. */
32977
+ '$.xgafv'?: string;
32978
+ /** OAuth access token. */
32979
+ access_token?: string;
32980
+ /** Data format for response. */
32981
+ alt?: string;
32982
+ /** JSONP */
32983
+ callback?: string;
32984
+ /** Selector specifying which fields to include in a partial response. */
32985
+ fields?: string;
32986
+ /** The standard list filter. */
32987
+ filter?: string;
32988
+ /** 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. */
32989
+ key?: string;
32990
+ /** The name of the operation's parent resource. */
32991
+ name: string;
32992
+ /** OAuth 2.0 token for the current user. */
32993
+ oauth_token?: string;
32994
+ /** The standard list page size. */
32995
+ pageSize?: number;
32996
+ /** The standard list page token. */
32997
+ pageToken?: string;
32998
+ /** Returns response with indentations and line breaks. */
32999
+ prettyPrint?: boolean;
33000
+ /** 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. */
33001
+ quotaUser?: string;
33002
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
33003
+ upload_protocol?: string;
33004
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
33005
+ uploadType?: string;
33006
+ }): Request<GoogleLongrunningListOperationsResponse>;
33007
+ /** 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. */
33008
+ wait(request?: {
33009
+ /** V1 error format. */
33010
+ '$.xgafv'?: string;
33011
+ /** OAuth access token. */
33012
+ access_token?: string;
33013
+ /** Data format for response. */
33014
+ alt?: string;
33015
+ /** JSONP */
33016
+ callback?: string;
33017
+ /** Selector specifying which fields to include in a partial response. */
33018
+ fields?: string;
33019
+ /** 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. */
33020
+ key?: string;
33021
+ /** The name of the operation resource to wait on. */
33022
+ name: string;
33023
+ /** OAuth 2.0 token for the current user. */
33024
+ oauth_token?: string;
33025
+ /** Returns response with indentations and line breaks. */
33026
+ prettyPrint?: boolean;
33027
+ /** 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. */
33028
+ quotaUser?: string;
33029
+ /** 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. */
33030
+ timeout?: string;
33031
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
33032
+ upload_protocol?: string;
33033
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
33034
+ uploadType?: string;
33035
+ }): Request<GoogleLongrunningOperation>;
33036
+ }
33037
+ interface SandboxEnvironmentsResource {
33038
+ operations: OperationsResource;
33039
+ }
32884
33040
  interface EventsResource {
32885
33041
  /** Lists Events in a given session. */
32886
33042
  list(request?: {
@@ -33346,7 +33502,7 @@ declare namespace gapi.client {
33346
33502
  fields?: string;
33347
33503
  /** 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. */
33348
33504
  key?: string;
33349
- /** Identifier. The resource name of the ReasoningEngine. */
33505
+ /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
33350
33506
  name: string;
33351
33507
  /** OAuth 2.0 token for the current user. */
33352
33508
  oauth_token?: string;
@@ -33377,7 +33533,7 @@ declare namespace gapi.client {
33377
33533
  fields?: string;
33378
33534
  /** 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. */
33379
33535
  key?: string;
33380
- /** Identifier. The resource name of the ReasoningEngine. */
33536
+ /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
33381
33537
  name: string;
33382
33538
  /** OAuth 2.0 token for the current user. */
33383
33539
  oauth_token?: string;
@@ -33511,6 +33667,7 @@ declare namespace gapi.client {
33511
33667
  body: GoogleCloudAiplatformV1beta1StreamQueryReasoningEngineRequest,
33512
33668
  ): Request<GoogleApiHttpBody>;
33513
33669
  operations: OperationsResource;
33670
+ sandboxEnvironments: SandboxEnvironmentsResource;
33514
33671
  sessions: SessionsResource;
33515
33672
  }
33516
33673
  interface OperationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1beta1",
3
- "version": "0.0.20250505",
3
+ "version": "0.0.20250513",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",