@maxim_mazurok/gapi.client.cloudbuild-v2 0.0.20250129 → 0.0.20250214
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 +9 -1
- 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://cloudbuild.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250214
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -284,6 +284,8 @@ declare namespace gapi.client {
|
|
|
284
284
|
connections?: Connection[];
|
|
285
285
|
/** A token identifying a page of results the server should return. */
|
|
286
286
|
nextPageToken?: string;
|
|
287
|
+
/** Locations that could not be reached. */
|
|
288
|
+
unreachable?: string[];
|
|
287
289
|
}
|
|
288
290
|
interface ListLocationsResponse {
|
|
289
291
|
/** A list of locations that matches the specified filter in the request. */
|
|
@@ -296,6 +298,8 @@ declare namespace gapi.client {
|
|
|
296
298
|
nextPageToken?: string;
|
|
297
299
|
/** The list of Repositories. */
|
|
298
300
|
repositories?: Repository[];
|
|
301
|
+
/** Locations that could not be reached. */
|
|
302
|
+
unreachable?: string[];
|
|
299
303
|
}
|
|
300
304
|
interface Location {
|
|
301
305
|
/** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
|
|
@@ -1153,6 +1157,8 @@ declare namespace gapi.client {
|
|
|
1153
1157
|
prettyPrint?: boolean;
|
|
1154
1158
|
/** 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. */
|
|
1155
1159
|
quotaUser?: string;
|
|
1160
|
+
/** Optional. If set to true, the response will return partial results when some regions are unreachable. If set to false, the response will fail if any region is unreachable. */
|
|
1161
|
+
returnPartialSuccess?: boolean;
|
|
1156
1162
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1157
1163
|
upload_protocol?: string;
|
|
1158
1164
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1366,6 +1372,8 @@ declare namespace gapi.client {
|
|
|
1366
1372
|
prettyPrint?: boolean;
|
|
1367
1373
|
/** 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. */
|
|
1368
1374
|
quotaUser?: string;
|
|
1375
|
+
/** Optional. If set to true, the response will return partial results when some regions are unreachable. If set to false, the response will fail if any region is unreachable. */
|
|
1376
|
+
returnPartialSuccess?: boolean;
|
|
1369
1377
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1370
1378
|
upload_protocol?: string;
|
|
1371
1379
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|