@maxim_mazurok/gapi.client.run-v2 0.0.20240607 → 0.0.20240621
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 +3 -3
- 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://run.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240621
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -263,7 +263,7 @@ declare namespace gapi.client {
|
|
|
263
263
|
createTime?: string;
|
|
264
264
|
/** Output only. Email address of the authenticated creator. */
|
|
265
265
|
creator?: string;
|
|
266
|
-
/** Output only. The deletion time. */
|
|
266
|
+
/** Output only. The deletion time. It is only populated as a response to a Delete request. */
|
|
267
267
|
deleteTime?: string;
|
|
268
268
|
/** Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates. */
|
|
269
269
|
etag?: string;
|
|
@@ -535,7 +535,7 @@ declare namespace gapi.client {
|
|
|
535
535
|
customAudiences?: string[];
|
|
536
536
|
/** Optional. Disables public resolution of the default URI of this service. */
|
|
537
537
|
defaultUriDisabled?: boolean;
|
|
538
|
-
/** Output only. The deletion time. */
|
|
538
|
+
/** Output only. The deletion time. It is only populated as a response to a Delete request. */
|
|
539
539
|
deleteTime?: string;
|
|
540
540
|
/** User-provided description of the Service. This field currently has a 512-character limit. */
|
|
541
541
|
description?: string;
|