@maxim_mazurok/gapi.client.workloadmanager-v1 0.0.20230125 → 0.0.20230301

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 (3) hide show
  1. package/index.d.ts +10 -10
  2. package/package.json +1 -1
  3. 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://workloadmanager.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230125
12
+ // Revision: 20230301
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -221,7 +221,7 @@ declare namespace gapi.client {
221
221
  insight?: Insight;
222
222
  /**
223
223
  * Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has
224
- * already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he
224
+ * already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the
225
225
  * request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore
226
226
  * the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported
227
227
  * (00000000-0000-0000-0000-000000000000).
@@ -242,7 +242,7 @@ declare namespace gapi.client {
242
242
  alt?: string;
243
243
  /** JSONP */
244
244
  callback?: string;
245
- /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and evaluation_id from the method_signature of Create RPC */
245
+ /** Required. Id of the requesting object */
246
246
  evaluationId?: string;
247
247
  /** Selector specifying which fields to include in a partial response. */
248
248
  fields?: string;
@@ -250,7 +250,7 @@ declare namespace gapi.client {
250
250
  key?: string;
251
251
  /** OAuth 2.0 token for the current user. */
252
252
  oauth_token?: string;
253
- /** Required. The resource name of the evaluation location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. */
253
+ /** Required. The resource prefix of the evaluation location using the form: `projects/{project_id}/locations/{location_id}` */
254
254
  parent: string;
255
255
  /** Returns response with indentations and line breaks. */
256
256
  prettyPrint?: boolean;
@@ -258,8 +258,8 @@ declare namespace gapi.client {
258
258
  quotaUser?: string;
259
259
  /**
260
260
  * Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has
261
- * already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t
262
- * he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will
261
+ * already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and
262
+ * the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will
263
263
  * ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
264
264
  * supported (00000000-0000-0000-0000-000000000000).
265
265
  */
@@ -280,7 +280,7 @@ declare namespace gapi.client {
280
280
  alt?: string;
281
281
  /** JSONP */
282
282
  callback?: string;
283
- /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and evaluation_id from the method_signature of Create RPC */
283
+ /** Required. Id of the requesting object */
284
284
  evaluationId?: string;
285
285
  /** Selector specifying which fields to include in a partial response. */
286
286
  fields?: string;
@@ -288,7 +288,7 @@ declare namespace gapi.client {
288
288
  key?: string;
289
289
  /** OAuth 2.0 token for the current user. */
290
290
  oauth_token?: string;
291
- /** Required. The resource name of the evaluation location using the form: `projects/{project_id}/locations/{location_id}` where `location_id` refers to a GCP region. */
291
+ /** Required. The resource prefix of the evaluation location using the form: `projects/{project_id}/locations/{location_id}` */
292
292
  parent: string;
293
293
  /** Returns response with indentations and line breaks. */
294
294
  prettyPrint?: boolean;
@@ -296,8 +296,8 @@ declare namespace gapi.client {
296
296
  quotaUser?: string;
297
297
  /**
298
298
  * Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has
299
- * already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t
300
- * he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will
299
+ * already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and
300
+ * the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will
301
301
  * ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not
302
302
  * supported (00000000-0000-0000-0000-000000000000).
303
303
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workloadmanager-v1",
3
- "version": "0.0.20230125",
3
+ "version": "0.0.20230301",
4
4
  "description": "TypeScript typings for Workload Manager API v1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230125
6
+ // Revision: 20230301
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */