@maxim_mazurok/gapi.client.logging-v2 0.0.20230303 → 0.0.20230331
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 +48 -33
- package/package.json +1 -1
- package/tests.ts +6 -6
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: 20230331
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1342,7 +1342,10 @@ declare namespace gapi.client {
|
|
|
1342
1342
|
body: LogExclusion): Request<LogExclusion>;
|
|
1343
1343
|
}
|
|
1344
1344
|
interface LinksResource {
|
|
1345
|
-
/**
|
|
1345
|
+
/**
|
|
1346
|
+
* Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one
|
|
1347
|
+
* link.
|
|
1348
|
+
*/
|
|
1346
1349
|
create(request: {
|
|
1347
1350
|
/** V1 error format. */
|
|
1348
1351
|
"$.xgafv"?: string;
|
|
@@ -1535,18 +1538,18 @@ declare namespace gapi.client {
|
|
|
1535
1538
|
* The values of other method parameters should be identical to those in the previous call.
|
|
1536
1539
|
*/
|
|
1537
1540
|
pageToken?: string;
|
|
1538
|
-
/** Required. The resource name
|
|
1541
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
1539
1542
|
parent: string;
|
|
1540
1543
|
/** Returns response with indentations and line breaks. */
|
|
1541
1544
|
prettyPrint?: boolean;
|
|
1542
1545
|
/** 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. */
|
|
1543
1546
|
quotaUser?: string;
|
|
1544
1547
|
/**
|
|
1545
|
-
* Optional.
|
|
1548
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
1546
1549
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
1547
1550
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
1548
1551
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
1549
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
1552
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
1550
1553
|
*/
|
|
1551
1554
|
resourceNames?: string | string[];
|
|
1552
1555
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -2504,18 +2507,18 @@ declare namespace gapi.client {
|
|
|
2504
2507
|
* The values of other method parameters should be identical to those in the previous call.
|
|
2505
2508
|
*/
|
|
2506
2509
|
pageToken?: string;
|
|
2507
|
-
/** Required. The resource name
|
|
2510
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
2508
2511
|
parent: string;
|
|
2509
2512
|
/** Returns response with indentations and line breaks. */
|
|
2510
2513
|
prettyPrint?: boolean;
|
|
2511
2514
|
/** 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. */
|
|
2512
2515
|
quotaUser?: string;
|
|
2513
2516
|
/**
|
|
2514
|
-
* Optional.
|
|
2517
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
2515
2518
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
2516
2519
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
2517
2520
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
2518
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
2521
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
2519
2522
|
*/
|
|
2520
2523
|
resourceNames?: string | string[];
|
|
2521
2524
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -3674,7 +3677,10 @@ declare namespace gapi.client {
|
|
|
3674
3677
|
body: LogExclusion): Request<LogExclusion>;
|
|
3675
3678
|
}
|
|
3676
3679
|
interface LinksResource {
|
|
3677
|
-
/**
|
|
3680
|
+
/**
|
|
3681
|
+
* Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one
|
|
3682
|
+
* link.
|
|
3683
|
+
*/
|
|
3678
3684
|
create(request: {
|
|
3679
3685
|
/** V1 error format. */
|
|
3680
3686
|
"$.xgafv"?: string;
|
|
@@ -3867,18 +3873,18 @@ declare namespace gapi.client {
|
|
|
3867
3873
|
* The values of other method parameters should be identical to those in the previous call.
|
|
3868
3874
|
*/
|
|
3869
3875
|
pageToken?: string;
|
|
3870
|
-
/** Required. The resource name
|
|
3876
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
3871
3877
|
parent: string;
|
|
3872
3878
|
/** Returns response with indentations and line breaks. */
|
|
3873
3879
|
prettyPrint?: boolean;
|
|
3874
3880
|
/** 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. */
|
|
3875
3881
|
quotaUser?: string;
|
|
3876
3882
|
/**
|
|
3877
|
-
* Optional.
|
|
3883
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
3878
3884
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
3879
3885
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
3880
3886
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
3881
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
3887
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
3882
3888
|
*/
|
|
3883
3889
|
resourceNames?: string | string[];
|
|
3884
3890
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -4836,18 +4842,18 @@ declare namespace gapi.client {
|
|
|
4836
4842
|
* The values of other method parameters should be identical to those in the previous call.
|
|
4837
4843
|
*/
|
|
4838
4844
|
pageToken?: string;
|
|
4839
|
-
/** Required. The resource name
|
|
4845
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
4840
4846
|
parent: string;
|
|
4841
4847
|
/** Returns response with indentations and line breaks. */
|
|
4842
4848
|
prettyPrint?: boolean;
|
|
4843
4849
|
/** 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. */
|
|
4844
4850
|
quotaUser?: string;
|
|
4845
4851
|
/**
|
|
4846
|
-
* Optional.
|
|
4852
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
4847
4853
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
4848
4854
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
4849
4855
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
4850
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
4856
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
4851
4857
|
*/
|
|
4852
4858
|
resourceNames?: string | string[];
|
|
4853
4859
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -5384,7 +5390,10 @@ declare namespace gapi.client {
|
|
|
5384
5390
|
sinks: SinksResource;
|
|
5385
5391
|
}
|
|
5386
5392
|
interface LinksResource {
|
|
5387
|
-
/**
|
|
5393
|
+
/**
|
|
5394
|
+
* Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one
|
|
5395
|
+
* link.
|
|
5396
|
+
*/
|
|
5388
5397
|
create(request: {
|
|
5389
5398
|
/** V1 error format. */
|
|
5390
5399
|
"$.xgafv"?: string;
|
|
@@ -6498,18 +6507,18 @@ declare namespace gapi.client {
|
|
|
6498
6507
|
* The values of other method parameters should be identical to those in the previous call.
|
|
6499
6508
|
*/
|
|
6500
6509
|
pageToken?: string;
|
|
6501
|
-
/** Required. The resource name
|
|
6510
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
6502
6511
|
parent: string;
|
|
6503
6512
|
/** Returns response with indentations and line breaks. */
|
|
6504
6513
|
prettyPrint?: boolean;
|
|
6505
6514
|
/** 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. */
|
|
6506
6515
|
quotaUser?: string;
|
|
6507
6516
|
/**
|
|
6508
|
-
* Optional.
|
|
6517
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
6509
6518
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
6510
6519
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
6511
6520
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
6512
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
6521
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
6513
6522
|
*/
|
|
6514
6523
|
resourceNames?: string | string[];
|
|
6515
6524
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -6797,7 +6806,10 @@ declare namespace gapi.client {
|
|
|
6797
6806
|
body: LogExclusion): Request<LogExclusion>;
|
|
6798
6807
|
}
|
|
6799
6808
|
interface LinksResource {
|
|
6800
|
-
/**
|
|
6809
|
+
/**
|
|
6810
|
+
* Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one
|
|
6811
|
+
* link.
|
|
6812
|
+
*/
|
|
6801
6813
|
create(request: {
|
|
6802
6814
|
/** V1 error format. */
|
|
6803
6815
|
"$.xgafv"?: string;
|
|
@@ -6990,18 +7002,18 @@ declare namespace gapi.client {
|
|
|
6990
7002
|
* The values of other method parameters should be identical to those in the previous call.
|
|
6991
7003
|
*/
|
|
6992
7004
|
pageToken?: string;
|
|
6993
|
-
/** Required. The resource name
|
|
7005
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
6994
7006
|
parent: string;
|
|
6995
7007
|
/** Returns response with indentations and line breaks. */
|
|
6996
7008
|
prettyPrint?: boolean;
|
|
6997
7009
|
/** 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. */
|
|
6998
7010
|
quotaUser?: string;
|
|
6999
7011
|
/**
|
|
7000
|
-
* Optional.
|
|
7012
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
7001
7013
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
7002
7014
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
7003
7015
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
7004
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
7016
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
7005
7017
|
*/
|
|
7006
7018
|
resourceNames?: string | string[];
|
|
7007
7019
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -7959,18 +7971,18 @@ declare namespace gapi.client {
|
|
|
7959
7971
|
* The values of other method parameters should be identical to those in the previous call.
|
|
7960
7972
|
*/
|
|
7961
7973
|
pageToken?: string;
|
|
7962
|
-
/** Required. The resource name
|
|
7974
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
7963
7975
|
parent: string;
|
|
7964
7976
|
/** Returns response with indentations and line breaks. */
|
|
7965
7977
|
prettyPrint?: boolean;
|
|
7966
7978
|
/** 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. */
|
|
7967
7979
|
quotaUser?: string;
|
|
7968
7980
|
/**
|
|
7969
|
-
* Optional.
|
|
7981
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
7970
7982
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
7971
7983
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
7972
7984
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
7973
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
7985
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
7974
7986
|
*/
|
|
7975
7987
|
resourceNames?: string | string[];
|
|
7976
7988
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -8827,7 +8839,10 @@ declare namespace gapi.client {
|
|
|
8827
8839
|
body: LogExclusion): Request<LogExclusion>;
|
|
8828
8840
|
}
|
|
8829
8841
|
interface LinksResource {
|
|
8830
|
-
/**
|
|
8842
|
+
/**
|
|
8843
|
+
* Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one
|
|
8844
|
+
* link.
|
|
8845
|
+
*/
|
|
8831
8846
|
create(request: {
|
|
8832
8847
|
/** V1 error format. */
|
|
8833
8848
|
"$.xgafv"?: string;
|
|
@@ -9020,18 +9035,18 @@ declare namespace gapi.client {
|
|
|
9020
9035
|
* The values of other method parameters should be identical to those in the previous call.
|
|
9021
9036
|
*/
|
|
9022
9037
|
pageToken?: string;
|
|
9023
|
-
/** Required. The resource name
|
|
9038
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
9024
9039
|
parent: string;
|
|
9025
9040
|
/** Returns response with indentations and line breaks. */
|
|
9026
9041
|
prettyPrint?: boolean;
|
|
9027
9042
|
/** 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. */
|
|
9028
9043
|
quotaUser?: string;
|
|
9029
9044
|
/**
|
|
9030
|
-
* Optional.
|
|
9045
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
9031
9046
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
9032
9047
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
9033
9048
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
9034
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
9049
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
9035
9050
|
*/
|
|
9036
9051
|
resourceNames?: string | string[];
|
|
9037
9052
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -9989,18 +10004,18 @@ declare namespace gapi.client {
|
|
|
9989
10004
|
* The values of other method parameters should be identical to those in the previous call.
|
|
9990
10005
|
*/
|
|
9991
10006
|
pageToken?: string;
|
|
9992
|
-
/** Required. The resource name
|
|
10007
|
+
/** Required. The resource name to list logs for: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] */
|
|
9993
10008
|
parent: string;
|
|
9994
10009
|
/** Returns response with indentations and line breaks. */
|
|
9995
10010
|
prettyPrint?: boolean;
|
|
9996
10011
|
/** 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. */
|
|
9997
10012
|
quotaUser?: string;
|
|
9998
10013
|
/**
|
|
9999
|
-
* Optional.
|
|
10014
|
+
* Optional. List of resource names to list logs for: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
10000
10015
|
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
10001
10016
|
* billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
|
10002
10017
|
* folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID]
|
|
10003
|
-
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
|
10018
|
+
* billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field is added to this list.
|
|
10004
10019
|
*/
|
|
10005
10020
|
resourceNames?: string | string[];
|
|
10006
10021
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
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: 20230331
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -249,7 +249,7 @@ gapi.load('client', async () => {
|
|
|
249
249
|
retentionDays: 42,
|
|
250
250
|
updateTime: "Test string",
|
|
251
251
|
});
|
|
252
|
-
/** Asynchronously creates linked dataset in BigQuery which makes it possible to use
|
|
252
|
+
/** Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. */
|
|
253
253
|
await gapi.client.logging.billingAccounts.locations.buckets.links.create({
|
|
254
254
|
linkId: "Test string",
|
|
255
255
|
parent: "Test string",
|
|
@@ -861,7 +861,7 @@ gapi.load('client', async () => {
|
|
|
861
861
|
retentionDays: 42,
|
|
862
862
|
updateTime: "Test string",
|
|
863
863
|
});
|
|
864
|
-
/** Asynchronously creates linked dataset in BigQuery which makes it possible to use
|
|
864
|
+
/** Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. */
|
|
865
865
|
await gapi.client.logging.folders.locations.buckets.links.create({
|
|
866
866
|
linkId: "Test string",
|
|
867
867
|
parent: "Test string",
|
|
@@ -1246,7 +1246,7 @@ gapi.load('client', async () => {
|
|
|
1246
1246
|
retentionDays: 42,
|
|
1247
1247
|
updateTime: "Test string",
|
|
1248
1248
|
});
|
|
1249
|
-
/** Asynchronously creates linked dataset in BigQuery which makes it possible to use
|
|
1249
|
+
/** Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. */
|
|
1250
1250
|
await gapi.client.logging.locations.buckets.links.create({
|
|
1251
1251
|
linkId: "Test string",
|
|
1252
1252
|
parent: "Test string",
|
|
@@ -1598,7 +1598,7 @@ gapi.load('client', async () => {
|
|
|
1598
1598
|
retentionDays: 42,
|
|
1599
1599
|
updateTime: "Test string",
|
|
1600
1600
|
});
|
|
1601
|
-
/** Asynchronously creates linked dataset in BigQuery which makes it possible to use
|
|
1601
|
+
/** Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. */
|
|
1602
1602
|
await gapi.client.logging.organizations.locations.buckets.links.create({
|
|
1603
1603
|
linkId: "Test string",
|
|
1604
1604
|
parent: "Test string",
|
|
@@ -2036,7 +2036,7 @@ gapi.load('client', async () => {
|
|
|
2036
2036
|
retentionDays: 42,
|
|
2037
2037
|
updateTime: "Test string",
|
|
2038
2038
|
});
|
|
2039
|
-
/** Asynchronously creates linked dataset in BigQuery which makes it possible to use
|
|
2039
|
+
/** Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket. A log bucket may currently only contain one link. */
|
|
2040
2040
|
await gapi.client.logging.projects.locations.buckets.links.create({
|
|
2041
2041
|
linkId: "Test string",
|
|
2042
2042
|
parent: "Test string",
|