@maxim_mazurok/gapi.client.osconfig-v1alpha 0.0.20240505 → 0.0.20240512
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 +15 -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://osconfig.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240512
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1052,6 +1052,8 @@ declare namespace gapi.client {
|
|
|
1052
1052
|
prettyPrint?: boolean;
|
|
1053
1053
|
/** 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. */
|
|
1054
1054
|
quotaUser?: string;
|
|
1055
|
+
/** Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided. */
|
|
1056
|
+
requestId?: string;
|
|
1055
1057
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1056
1058
|
upload_protocol?: string;
|
|
1057
1059
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1083,6 +1085,8 @@ declare namespace gapi.client {
|
|
|
1083
1085
|
prettyPrint?: boolean;
|
|
1084
1086
|
/** 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. */
|
|
1085
1087
|
quotaUser?: string;
|
|
1088
|
+
/** Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided. */
|
|
1089
|
+
requestId?: string;
|
|
1086
1090
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1087
1091
|
upload_protocol?: string;
|
|
1088
1092
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1112,6 +1116,8 @@ declare namespace gapi.client {
|
|
|
1112
1116
|
prettyPrint?: boolean;
|
|
1113
1117
|
/** 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. */
|
|
1114
1118
|
quotaUser?: string;
|
|
1119
|
+
/** Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided. */
|
|
1120
|
+
requestId?: string;
|
|
1115
1121
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1116
1122
|
upload_protocol?: string;
|
|
1117
1123
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1212,6 +1218,8 @@ declare namespace gapi.client {
|
|
|
1212
1218
|
'$.xgafv'?: string;
|
|
1213
1219
|
/** OAuth access token. */
|
|
1214
1220
|
access_token?: string;
|
|
1221
|
+
/** Optional. If set to true, and the OS policy assignment is not found, a new OS policy assignment will be created. In this situation, `update_mask` is ignored. */
|
|
1222
|
+
allowMissing?: boolean;
|
|
1215
1223
|
/** Data format for response. */
|
|
1216
1224
|
alt?: string;
|
|
1217
1225
|
/** JSONP */
|
|
@@ -1228,6 +1236,8 @@ declare namespace gapi.client {
|
|
|
1228
1236
|
prettyPrint?: boolean;
|
|
1229
1237
|
/** 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. */
|
|
1230
1238
|
quotaUser?: string;
|
|
1239
|
+
/** Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided. */
|
|
1240
|
+
requestId?: string;
|
|
1231
1241
|
/** Optional. Field mask that controls which fields of the assignment should be updated. */
|
|
1232
1242
|
updateMask?: string;
|
|
1233
1243
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -1243,6 +1253,8 @@ declare namespace gapi.client {
|
|
|
1243
1253
|
'$.xgafv'?: string;
|
|
1244
1254
|
/** OAuth access token. */
|
|
1245
1255
|
access_token?: string;
|
|
1256
|
+
/** Optional. If set to true, and the OS policy assignment is not found, a new OS policy assignment will be created. In this situation, `update_mask` is ignored. */
|
|
1257
|
+
allowMissing?: boolean;
|
|
1246
1258
|
/** Data format for response. */
|
|
1247
1259
|
alt?: string;
|
|
1248
1260
|
/** JSONP */
|
|
@@ -1259,6 +1271,8 @@ declare namespace gapi.client {
|
|
|
1259
1271
|
prettyPrint?: boolean;
|
|
1260
1272
|
/** 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. */
|
|
1261
1273
|
quotaUser?: string;
|
|
1274
|
+
/** Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided. */
|
|
1275
|
+
requestId?: string;
|
|
1262
1276
|
/** Optional. Field mask that controls which fields of the assignment should be updated. */
|
|
1263
1277
|
updateMask?: string;
|
|
1264
1278
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|