@maxim_mazurok/gapi.client.cloudresourcemanager-v3 0.1.20250606 → 0.1.20260106
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 +11 -5
- 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://cloudresourcemanager.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -233,7 +233,7 @@ declare namespace gapi.client {
|
|
|
233
233
|
tagKeys?: TagKey[];
|
|
234
234
|
}
|
|
235
235
|
interface ListTagValuesResponse {
|
|
236
|
-
/** A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue.
|
|
236
|
+
/** A pagination token returned from a previous call to `ListTagValues` that indicates from where listing should continue. */
|
|
237
237
|
nextPageToken?: string;
|
|
238
238
|
/** A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey. */
|
|
239
239
|
tagValues?: TagValue[];
|
|
@@ -394,6 +394,8 @@ declare namespace gapi.client {
|
|
|
394
394
|
origin?: string;
|
|
395
395
|
}
|
|
396
396
|
interface TagKey {
|
|
397
|
+
/** Optional. Regular expression constraint for freeform tag values. If present, it implicitly allows freeform values (constrained by the regex). */
|
|
398
|
+
allowedValuesRegex?: string;
|
|
397
399
|
/** Output only. Creation time. */
|
|
398
400
|
createTime?: string;
|
|
399
401
|
/** Optional. User-assigned description of the TagKey. Must not exceed 256 characters. Read-write. */
|
|
@@ -1215,8 +1217,8 @@ declare namespace gapi.client {
|
|
|
1215
1217
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1216
1218
|
uploadType?: string;
|
|
1217
1219
|
}): Request<TagBindingCollection>;
|
|
1218
|
-
/** Updates tag bindings directly attached to a GCP resource. */
|
|
1219
|
-
|
|
1220
|
+
/** Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*". */
|
|
1221
|
+
patch(request: {
|
|
1220
1222
|
/** V1 error format. */
|
|
1221
1223
|
'$.xgafv'?: string;
|
|
1222
1224
|
/** OAuth access token. */
|
|
@@ -1237,6 +1239,8 @@ declare namespace gapi.client {
|
|
|
1237
1239
|
prettyPrint?: boolean;
|
|
1238
1240
|
/** 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. */
|
|
1239
1241
|
quotaUser?: string;
|
|
1242
|
+
/** Optional. An update mask to selectively update fields. */
|
|
1243
|
+
updateMask?: string;
|
|
1240
1244
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1241
1245
|
upload_protocol?: string;
|
|
1242
1246
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1244,7 +1248,7 @@ declare namespace gapi.client {
|
|
|
1244
1248
|
/** Request body */
|
|
1245
1249
|
resource: TagBindingCollection;
|
|
1246
1250
|
}): Request<Operation>;
|
|
1247
|
-
|
|
1251
|
+
patch(
|
|
1248
1252
|
request: {
|
|
1249
1253
|
/** V1 error format. */
|
|
1250
1254
|
'$.xgafv'?: string;
|
|
@@ -1266,6 +1270,8 @@ declare namespace gapi.client {
|
|
|
1266
1270
|
prettyPrint?: boolean;
|
|
1267
1271
|
/** 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. */
|
|
1268
1272
|
quotaUser?: string;
|
|
1273
|
+
/** Optional. An update mask to selectively update fields. */
|
|
1274
|
+
updateMask?: string;
|
|
1269
1275
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1270
1276
|
upload_protocol?: string;
|
|
1271
1277
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|