@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20230414 → 0.0.20230430
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 +2716 -1360
- package/package.json +1 -1
- package/tests.ts +17 -1
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230430
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -565,6 +565,14 @@ gapi.load('client', async () => {
|
|
|
565
565
|
],
|
|
566
566
|
},
|
|
567
567
|
fleetobservability: {
|
|
568
|
+
loggingConfig: {
|
|
569
|
+
defaultConfig: {
|
|
570
|
+
mode: "Test string",
|
|
571
|
+
},
|
|
572
|
+
fleetScopeLogsConfig: {
|
|
573
|
+
mode: "Test string",
|
|
574
|
+
},
|
|
575
|
+
},
|
|
568
576
|
},
|
|
569
577
|
multiclusteringress: {
|
|
570
578
|
billing: "Test string",
|
|
@@ -1157,6 +1165,14 @@ gapi.load('client', async () => {
|
|
|
1157
1165
|
],
|
|
1158
1166
|
},
|
|
1159
1167
|
fleetobservability: {
|
|
1168
|
+
loggingConfig: {
|
|
1169
|
+
defaultConfig: {
|
|
1170
|
+
mode: "Test string",
|
|
1171
|
+
},
|
|
1172
|
+
fleetScopeLogsConfig: {
|
|
1173
|
+
mode: "Test string",
|
|
1174
|
+
},
|
|
1175
|
+
},
|
|
1160
1176
|
},
|
|
1161
1177
|
multiclusteringress: {
|
|
1162
1178
|
billing: "Test string",
|