@maxim_mazurok/gapi.client.logging-v2 0.0.20230727 → 0.0.20230804
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 +80 -70
- package/package.json +2 -2
- package/tests.ts +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://logging.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230804
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -178,9 +178,9 @@ declare namespace gapi.client {
|
|
|
178
178
|
}
|
|
179
179
|
interface DeleteLinkRequest {
|
|
180
180
|
/**
|
|
181
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
182
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
183
|
-
* "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
181
|
+
* Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
182
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
183
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
184
184
|
*/
|
|
185
185
|
name?:
|
|
186
186
|
string;
|
|
@@ -1068,9 +1068,9 @@ declare namespace gapi.client {
|
|
|
1068
1068
|
name?:
|
|
1069
1069
|
string;
|
|
1070
1070
|
/**
|
|
1071
|
-
* The normal response of the operation
|
|
1072
|
-
*
|
|
1073
|
-
*
|
|
1071
|
+
* The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is
|
|
1072
|
+
* standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For
|
|
1073
|
+
* example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
|
|
1074
1074
|
*/
|
|
1075
1075
|
response?:
|
|
1076
1076
|
{ [P in string]: any };
|
|
@@ -1833,9 +1833,10 @@ declare namespace gapi.client {
|
|
|
1833
1833
|
key?:
|
|
1834
1834
|
string;
|
|
1835
1835
|
/**
|
|
1836
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
1837
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
1838
|
-
* "
|
|
1836
|
+
* Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1837
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1838
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1839
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1839
1840
|
*/
|
|
1840
1841
|
name:
|
|
1841
1842
|
string;
|
|
@@ -1876,9 +1877,10 @@ declare namespace gapi.client {
|
|
|
1876
1877
|
key?:
|
|
1877
1878
|
string;
|
|
1878
1879
|
/**
|
|
1879
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
1880
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
1881
|
-
* "
|
|
1880
|
+
* Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1881
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1882
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1883
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
1882
1884
|
*/
|
|
1883
1885
|
name:
|
|
1884
1886
|
string;
|
|
@@ -1928,9 +1930,9 @@ declare namespace gapi.client {
|
|
|
1928
1930
|
pageToken?:
|
|
1929
1931
|
string;
|
|
1930
1932
|
/**
|
|
1931
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
1932
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
1933
|
-
* "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
1933
|
+
* Required. The parent resource whose links are to be listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
1934
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
1935
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
1934
1936
|
*/
|
|
1935
1937
|
parent:
|
|
1936
1938
|
string;
|
|
@@ -3661,7 +3663,7 @@ declare namespace gapi.client {
|
|
|
3661
3663
|
/**
|
|
3662
3664
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
3663
3665
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
3664
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
3666
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
3665
3667
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
3666
3668
|
*/
|
|
3667
3669
|
uniqueWriterIdentity?:
|
|
@@ -3728,7 +3730,7 @@ declare namespace gapi.client {
|
|
|
3728
3730
|
/**
|
|
3729
3731
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
3730
3732
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
3731
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
3733
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
3732
3734
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
3733
3735
|
*/
|
|
3734
3736
|
uniqueWriterIdentity?:
|
|
@@ -3797,7 +3799,7 @@ declare namespace gapi.client {
|
|
|
3797
3799
|
/**
|
|
3798
3800
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
3799
3801
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
3800
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
3802
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
3801
3803
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
3802
3804
|
*/
|
|
3803
3805
|
uniqueWriterIdentity?:
|
|
@@ -3864,7 +3866,7 @@ declare namespace gapi.client {
|
|
|
3864
3866
|
/**
|
|
3865
3867
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
3866
3868
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
3867
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
3869
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
3868
3870
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
3869
3871
|
*/
|
|
3870
3872
|
uniqueWriterIdentity?:
|
|
@@ -5083,9 +5085,10 @@ declare namespace gapi.client {
|
|
|
5083
5085
|
key?:
|
|
5084
5086
|
string;
|
|
5085
5087
|
/**
|
|
5086
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5087
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5088
|
-
* "
|
|
5088
|
+
* Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5089
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5090
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5091
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5089
5092
|
*/
|
|
5090
5093
|
name:
|
|
5091
5094
|
string;
|
|
@@ -5126,9 +5129,10 @@ declare namespace gapi.client {
|
|
|
5126
5129
|
key?:
|
|
5127
5130
|
string;
|
|
5128
5131
|
/**
|
|
5129
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5130
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5131
|
-
* "
|
|
5132
|
+
* Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5133
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5134
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5135
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
5132
5136
|
*/
|
|
5133
5137
|
name:
|
|
5134
5138
|
string;
|
|
@@ -5178,9 +5182,9 @@ declare namespace gapi.client {
|
|
|
5178
5182
|
pageToken?:
|
|
5179
5183
|
string;
|
|
5180
5184
|
/**
|
|
5181
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
5182
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
5183
|
-
* "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
5185
|
+
* Required. The parent resource whose links are to be listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
5186
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
5187
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
5184
5188
|
*/
|
|
5185
5189
|
parent:
|
|
5186
5190
|
string;
|
|
@@ -6911,7 +6915,7 @@ declare namespace gapi.client {
|
|
|
6911
6915
|
/**
|
|
6912
6916
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
6913
6917
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
6914
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
6918
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
6915
6919
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
6916
6920
|
*/
|
|
6917
6921
|
uniqueWriterIdentity?:
|
|
@@ -6978,7 +6982,7 @@ declare namespace gapi.client {
|
|
|
6978
6982
|
/**
|
|
6979
6983
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
6980
6984
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
6981
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
6985
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
6982
6986
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
6983
6987
|
*/
|
|
6984
6988
|
uniqueWriterIdentity?:
|
|
@@ -7047,7 +7051,7 @@ declare namespace gapi.client {
|
|
|
7047
7051
|
/**
|
|
7048
7052
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
7049
7053
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
7050
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
7054
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
7051
7055
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
7052
7056
|
*/
|
|
7053
7057
|
uniqueWriterIdentity?:
|
|
@@ -7114,7 +7118,7 @@ declare namespace gapi.client {
|
|
|
7114
7118
|
/**
|
|
7115
7119
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
7116
7120
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
7117
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
7121
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
7118
7122
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
7119
7123
|
*/
|
|
7120
7124
|
uniqueWriterIdentity?:
|
|
@@ -7466,9 +7470,10 @@ declare namespace gapi.client {
|
|
|
7466
7470
|
key?:
|
|
7467
7471
|
string;
|
|
7468
7472
|
/**
|
|
7469
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7470
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7471
|
-
* "
|
|
7473
|
+
* Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7474
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7475
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7476
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7472
7477
|
*/
|
|
7473
7478
|
name:
|
|
7474
7479
|
string;
|
|
@@ -7509,9 +7514,10 @@ declare namespace gapi.client {
|
|
|
7509
7514
|
key?:
|
|
7510
7515
|
string;
|
|
7511
7516
|
/**
|
|
7512
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7513
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7514
|
-
* "
|
|
7517
|
+
* Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7518
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7519
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7520
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
7515
7521
|
*/
|
|
7516
7522
|
name:
|
|
7517
7523
|
string;
|
|
@@ -7561,9 +7567,9 @@ declare namespace gapi.client {
|
|
|
7561
7567
|
pageToken?:
|
|
7562
7568
|
string;
|
|
7563
7569
|
/**
|
|
7564
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
7565
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
7566
|
-
* "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
7570
|
+
* Required. The parent resource whose links are to be listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
7571
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
7572
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
7567
7573
|
*/
|
|
7568
7574
|
parent:
|
|
7569
7575
|
string;
|
|
@@ -9423,9 +9429,10 @@ declare namespace gapi.client {
|
|
|
9423
9429
|
key?:
|
|
9424
9430
|
string;
|
|
9425
9431
|
/**
|
|
9426
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9427
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9428
|
-
* "
|
|
9432
|
+
* Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9433
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9434
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9435
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9429
9436
|
*/
|
|
9430
9437
|
name:
|
|
9431
9438
|
string;
|
|
@@ -9466,9 +9473,10 @@ declare namespace gapi.client {
|
|
|
9466
9473
|
key?:
|
|
9467
9474
|
string;
|
|
9468
9475
|
/**
|
|
9469
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9470
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9471
|
-
* "
|
|
9476
|
+
* Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9477
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9478
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9479
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
9472
9480
|
*/
|
|
9473
9481
|
name:
|
|
9474
9482
|
string;
|
|
@@ -9518,9 +9526,9 @@ declare namespace gapi.client {
|
|
|
9518
9526
|
pageToken?:
|
|
9519
9527
|
string;
|
|
9520
9528
|
/**
|
|
9521
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
9522
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
9523
|
-
* "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
9529
|
+
* Required. The parent resource whose links are to be listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
9530
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
9531
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
9524
9532
|
*/
|
|
9525
9533
|
parent:
|
|
9526
9534
|
string;
|
|
@@ -11251,7 +11259,7 @@ declare namespace gapi.client {
|
|
|
11251
11259
|
/**
|
|
11252
11260
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
11253
11261
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
11254
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
11262
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
11255
11263
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
11256
11264
|
*/
|
|
11257
11265
|
uniqueWriterIdentity?:
|
|
@@ -11318,7 +11326,7 @@ declare namespace gapi.client {
|
|
|
11318
11326
|
/**
|
|
11319
11327
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
11320
11328
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
11321
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
11329
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
11322
11330
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
11323
11331
|
*/
|
|
11324
11332
|
uniqueWriterIdentity?:
|
|
@@ -11387,7 +11395,7 @@ declare namespace gapi.client {
|
|
|
11387
11395
|
/**
|
|
11388
11396
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
11389
11397
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
11390
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
11398
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
11391
11399
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
11392
11400
|
*/
|
|
11393
11401
|
uniqueWriterIdentity?:
|
|
@@ -11454,7 +11462,7 @@ declare namespace gapi.client {
|
|
|
11454
11462
|
/**
|
|
11455
11463
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
11456
11464
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
11457
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
11465
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
11458
11466
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
11459
11467
|
*/
|
|
11460
11468
|
uniqueWriterIdentity?:
|
|
@@ -12243,9 +12251,10 @@ declare namespace gapi.client {
|
|
|
12243
12251
|
key?:
|
|
12244
12252
|
string;
|
|
12245
12253
|
/**
|
|
12246
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12247
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12248
|
-
* "
|
|
12254
|
+
* Required. The full resource name of the link to delete. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12255
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12256
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12257
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12249
12258
|
*/
|
|
12250
12259
|
name:
|
|
12251
12260
|
string;
|
|
@@ -12286,9 +12295,10 @@ declare namespace gapi.client {
|
|
|
12286
12295
|
key?:
|
|
12287
12296
|
string;
|
|
12288
12297
|
/**
|
|
12289
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12290
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12291
|
-
* "
|
|
12298
|
+
* Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12299
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12300
|
+
* "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12301
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
|
|
12292
12302
|
*/
|
|
12293
12303
|
name:
|
|
12294
12304
|
string;
|
|
@@ -12338,9 +12348,9 @@ declare namespace gapi.client {
|
|
|
12338
12348
|
pageToken?:
|
|
12339
12349
|
string;
|
|
12340
12350
|
/**
|
|
12341
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
12342
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
12343
|
-
* "folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
12351
|
+
* Required. The parent resource whose links are to be listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
12352
|
+
* "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
12353
|
+
* "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
|
|
12344
12354
|
*/
|
|
12345
12355
|
parent:
|
|
12346
12356
|
string;
|
|
@@ -14370,7 +14380,7 @@ declare namespace gapi.client {
|
|
|
14370
14380
|
/**
|
|
14371
14381
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
14372
14382
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
14373
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
14383
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
14374
14384
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
14375
14385
|
*/
|
|
14376
14386
|
uniqueWriterIdentity?:
|
|
@@ -14437,7 +14447,7 @@ declare namespace gapi.client {
|
|
|
14437
14447
|
/**
|
|
14438
14448
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
14439
14449
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
14440
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
14450
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
14441
14451
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
14442
14452
|
*/
|
|
14443
14453
|
uniqueWriterIdentity?:
|
|
@@ -14506,7 +14516,7 @@ declare namespace gapi.client {
|
|
|
14506
14516
|
/**
|
|
14507
14517
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
14508
14518
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
14509
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
14519
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
14510
14520
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
14511
14521
|
*/
|
|
14512
14522
|
uniqueWriterIdentity?:
|
|
@@ -14573,7 +14583,7 @@ declare namespace gapi.client {
|
|
|
14573
14583
|
/**
|
|
14574
14584
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
14575
14585
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
14576
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
14586
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
14577
14587
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
14578
14588
|
*/
|
|
14579
14589
|
uniqueWriterIdentity?:
|
|
@@ -15011,7 +15021,7 @@ declare namespace gapi.client {
|
|
|
15011
15021
|
/**
|
|
15012
15022
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
15013
15023
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
15014
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
15024
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
15015
15025
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
15016
15026
|
*/
|
|
15017
15027
|
uniqueWriterIdentity?:
|
|
@@ -15078,7 +15088,7 @@ declare namespace gapi.client {
|
|
|
15078
15088
|
/**
|
|
15079
15089
|
* Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both
|
|
15080
15090
|
* the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old
|
|
15081
|
-
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents)
|
|
15091
|
+
* value is false and the new value is true, then writer_identity is changed to a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) owned by
|
|
15082
15092
|
* Cloud Logging. It is an error if the old value is true and the new value is set to false or defaulted to false.
|
|
15083
15093
|
*/
|
|
15084
15094
|
uniqueWriterIdentity?:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maxim_mazurok/gapi.client.logging-v2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20230804",
|
|
4
4
|
"description": "TypeScript typings for Cloud Logging API v2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
"types": "index.d.ts",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@types/gapi.client": "*",
|
|
18
|
-
"@types/gapi.client.discovery": "*"
|
|
18
|
+
"@types/gapi.client.discovery-v1": "*"
|
|
19
19
|
}
|
|
20
20
|
}
|
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: 20230804
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|