@maxim_mazurok/gapi.client.logging-v2 0.0.20220913 → 0.0.20220922
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 -12
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
// Nick Amoscato <https://github.com/namoscato>
|
|
5
5
|
// Declan Vong <https://github.com/declanvong>
|
|
6
6
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// TypeScript Version: 2.8
|
|
8
7
|
|
|
9
8
|
// IMPORTANT
|
|
10
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
11
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
12
11
|
// Generated from: https://logging.googleapis.com/$discovery/rest?version=v2
|
|
13
|
-
// Revision:
|
|
12
|
+
// Revision: 20220922
|
|
14
13
|
|
|
15
14
|
/// <reference types="gapi.client" />
|
|
16
15
|
|
|
@@ -1309,7 +1308,7 @@ declare namespace gapi.client {
|
|
|
1309
1308
|
upload_protocol?: string;
|
|
1310
1309
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1311
1310
|
uploadType?: string;
|
|
1312
|
-
/** Required.
|
|
1311
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
1313
1312
|
viewId?: string;
|
|
1314
1313
|
/** Request body */
|
|
1315
1314
|
resource: LogView;
|
|
@@ -1342,7 +1341,7 @@ declare namespace gapi.client {
|
|
|
1342
1341
|
upload_protocol?: string;
|
|
1343
1342
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1344
1343
|
uploadType?: string;
|
|
1345
|
-
/** Required.
|
|
1344
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
1346
1345
|
viewId?: string;
|
|
1347
1346
|
},
|
|
1348
1347
|
body: LogView): Request<LogView>;
|
|
@@ -3340,7 +3339,7 @@ declare namespace gapi.client {
|
|
|
3340
3339
|
upload_protocol?: string;
|
|
3341
3340
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3342
3341
|
uploadType?: string;
|
|
3343
|
-
/** Required.
|
|
3342
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
3344
3343
|
viewId?: string;
|
|
3345
3344
|
/** Request body */
|
|
3346
3345
|
resource: LogView;
|
|
@@ -3373,7 +3372,7 @@ declare namespace gapi.client {
|
|
|
3373
3372
|
upload_protocol?: string;
|
|
3374
3373
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3375
3374
|
uploadType?: string;
|
|
3376
|
-
/** Required.
|
|
3375
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
3377
3376
|
viewId?: string;
|
|
3378
3377
|
},
|
|
3379
3378
|
body: LogView): Request<LogView>;
|
|
@@ -4702,7 +4701,7 @@ declare namespace gapi.client {
|
|
|
4702
4701
|
upload_protocol?: string;
|
|
4703
4702
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4704
4703
|
uploadType?: string;
|
|
4705
|
-
/** Required.
|
|
4704
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
4706
4705
|
viewId?: string;
|
|
4707
4706
|
/** Request body */
|
|
4708
4707
|
resource: LogView;
|
|
@@ -4735,7 +4734,7 @@ declare namespace gapi.client {
|
|
|
4735
4734
|
upload_protocol?: string;
|
|
4736
4735
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4737
4736
|
uploadType?: string;
|
|
4738
|
-
/** Required.
|
|
4737
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
4739
4738
|
viewId?: string;
|
|
4740
4739
|
},
|
|
4741
4740
|
body: LogView): Request<LogView>;
|
|
@@ -5861,7 +5860,7 @@ declare namespace gapi.client {
|
|
|
5861
5860
|
upload_protocol?: string;
|
|
5862
5861
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5863
5862
|
uploadType?: string;
|
|
5864
|
-
/** Required.
|
|
5863
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
5865
5864
|
viewId?: string;
|
|
5866
5865
|
/** Request body */
|
|
5867
5866
|
resource: LogView;
|
|
@@ -5894,7 +5893,7 @@ declare namespace gapi.client {
|
|
|
5894
5893
|
upload_protocol?: string;
|
|
5895
5894
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5896
5895
|
uploadType?: string;
|
|
5897
|
-
/** Required.
|
|
5896
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
5898
5897
|
viewId?: string;
|
|
5899
5898
|
},
|
|
5900
5899
|
body: LogView): Request<LogView>;
|
|
@@ -7590,7 +7589,7 @@ declare namespace gapi.client {
|
|
|
7590
7589
|
upload_protocol?: string;
|
|
7591
7590
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7592
7591
|
uploadType?: string;
|
|
7593
|
-
/** Required.
|
|
7592
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
7594
7593
|
viewId?: string;
|
|
7595
7594
|
/** Request body */
|
|
7596
7595
|
resource: LogView;
|
|
@@ -7623,7 +7622,7 @@ declare namespace gapi.client {
|
|
|
7623
7622
|
upload_protocol?: string;
|
|
7624
7623
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7625
7624
|
uploadType?: string;
|
|
7626
|
-
/** Required.
|
|
7625
|
+
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
|
|
7627
7626
|
viewId?: string;
|
|
7628
7627
|
},
|
|
7629
7628
|
body: LogView): Request<LogView>;
|
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: 20220922
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|