@maxim_mazurok/gapi.client.logging-v2 0.0.20230510 → 0.0.20230517
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 +4 -1
- package/package.json +1 -1
- package/tests.ts +4 -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://logging.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230517
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1216,6 +1216,9 @@ declare namespace gapi.client {
|
|
|
1216
1216
|
*/
|
|
1217
1217
|
kmsServiceAccountId?:
|
|
1218
1218
|
string;
|
|
1219
|
+
/** Output only. The service account for the given container. Sinks use this service account as their writer_identity if no custom service account is provided. */
|
|
1220
|
+
loggingServiceAccountId?:
|
|
1221
|
+
string;
|
|
1219
1222
|
/** Output only. The resource name of the settings. */
|
|
1220
1223
|
name?:
|
|
1221
1224
|
string;
|
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: 20230517
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -662,6 +662,7 @@ gapi.load('client', async () => {
|
|
|
662
662
|
disableDefaultSink: true,
|
|
663
663
|
kmsKeyName: "Test string",
|
|
664
664
|
kmsServiceAccountId: "Test string",
|
|
665
|
+
loggingServiceAccountId: "Test string",
|
|
665
666
|
name: "Test string",
|
|
666
667
|
storageLocation: "Test string",
|
|
667
668
|
});
|
|
@@ -1399,6 +1400,7 @@ gapi.load('client', async () => {
|
|
|
1399
1400
|
disableDefaultSink: true,
|
|
1400
1401
|
kmsKeyName: "Test string",
|
|
1401
1402
|
kmsServiceAccountId: "Test string",
|
|
1403
|
+
loggingServiceAccountId: "Test string",
|
|
1402
1404
|
name: "Test string",
|
|
1403
1405
|
storageLocation: "Test string",
|
|
1404
1406
|
});
|
|
@@ -2519,6 +2521,7 @@ gapi.load('client', async () => {
|
|
|
2519
2521
|
disableDefaultSink: true,
|
|
2520
2522
|
kmsKeyName: "Test string",
|
|
2521
2523
|
kmsServiceAccountId: "Test string",
|
|
2524
|
+
loggingServiceAccountId: "Test string",
|
|
2522
2525
|
name: "Test string",
|
|
2523
2526
|
storageLocation: "Test string",
|
|
2524
2527
|
});
|