@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20230721 → 0.0.20230808
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 +7 -7
- package/package.json +1 -1
- package/tests.ts +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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -784,7 +784,7 @@ declare namespace gapi.client {
|
|
|
784
784
|
/** Properties of the Context. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB. */
|
|
785
785
|
metadata?:
|
|
786
786
|
{ [P in string]: any };
|
|
787
|
-
/**
|
|
787
|
+
/** Immutable. The resource name of the Context. */
|
|
788
788
|
name?:
|
|
789
789
|
string;
|
|
790
790
|
/** Output only. A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts. */
|
|
@@ -5519,7 +5519,7 @@ declare namespace gapi.client {
|
|
|
5519
5519
|
*/
|
|
5520
5520
|
maxRunCount?:
|
|
5521
5521
|
string;
|
|
5522
|
-
/**
|
|
5522
|
+
/** Immutable. The resource name of the Schedule. */
|
|
5523
5523
|
name?:
|
|
5524
5524
|
string;
|
|
5525
5525
|
/** Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule. */
|
|
@@ -19572,7 +19572,7 @@ declare namespace gapi.client {
|
|
|
19572
19572
|
/** 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. */
|
|
19573
19573
|
key?:
|
|
19574
19574
|
string;
|
|
19575
|
-
/**
|
|
19575
|
+
/** Immutable. The resource name of the Context. */
|
|
19576
19576
|
name:
|
|
19577
19577
|
string;
|
|
19578
19578
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -19619,7 +19619,7 @@ declare namespace gapi.client {
|
|
|
19619
19619
|
/** 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. */
|
|
19620
19620
|
key?:
|
|
19621
19621
|
string;
|
|
19622
|
-
/**
|
|
19622
|
+
/** Immutable. The resource name of the Context. */
|
|
19623
19623
|
name:
|
|
19624
19624
|
string;
|
|
19625
19625
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -25481,7 +25481,7 @@ declare namespace gapi.client {
|
|
|
25481
25481
|
/** 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. */
|
|
25482
25482
|
key?:
|
|
25483
25483
|
string;
|
|
25484
|
-
/**
|
|
25484
|
+
/** Immutable. The resource name of the Schedule. */
|
|
25485
25485
|
name:
|
|
25486
25486
|
string;
|
|
25487
25487
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -25525,7 +25525,7 @@ declare namespace gapi.client {
|
|
|
25525
25525
|
/** 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. */
|
|
25526
25526
|
key?:
|
|
25527
25527
|
string;
|
|
25528
|
-
/**
|
|
25528
|
+
/** Immutable. The resource name of the Schedule. */
|
|
25529
25529
|
name:
|
|
25530
25530
|
string;
|
|
25531
25531
|
/** OAuth 2.0 token for the current user. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230808
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|