@maxim_mazurok/gapi.client.logging-v2 0.0.20230720 → 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 +123 -103
- package/package.json +2 -2
- 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: 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
|
|
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;
|
|
@@ -2149,7 +2151,7 @@ declare namespace gapi.client {
|
|
|
2149
2151
|
uploadType?:
|
|
2150
2152
|
string;
|
|
2151
2153
|
}): Request<{}>;
|
|
2152
|
-
/** Gets a view on a log bucket
|
|
2154
|
+
/** Gets a view on a log bucket. */
|
|
2153
2155
|
get(request?: {
|
|
2154
2156
|
/** V1 error format. */
|
|
2155
2157
|
"$.xgafv"?:
|
|
@@ -3402,7 +3404,8 @@ declare namespace gapi.client {
|
|
|
3402
3404
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
3403
3405
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
3404
3406
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
3405
|
-
* writer_identity will be a
|
|
3407
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
3408
|
+
* see writer_identity in LogSink.
|
|
3406
3409
|
*/
|
|
3407
3410
|
uniqueWriterIdentity?:
|
|
3408
3411
|
boolean;
|
|
@@ -3460,7 +3463,8 @@ declare namespace gapi.client {
|
|
|
3460
3463
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
3461
3464
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
3462
3465
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
3463
|
-
* writer_identity will be a
|
|
3466
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
3467
|
+
* see writer_identity in LogSink.
|
|
3464
3468
|
*/
|
|
3465
3469
|
uniqueWriterIdentity?:
|
|
3466
3470
|
boolean;
|
|
@@ -3659,8 +3663,8 @@ declare namespace gapi.client {
|
|
|
3659
3663
|
/**
|
|
3660
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
|
|
3661
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
|
|
3662
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
3663
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
3664
3668
|
*/
|
|
3665
3669
|
uniqueWriterIdentity?:
|
|
3666
3670
|
boolean;
|
|
@@ -3726,8 +3730,8 @@ declare namespace gapi.client {
|
|
|
3726
3730
|
/**
|
|
3727
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
|
|
3728
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
|
|
3729
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
3730
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
3731
3735
|
*/
|
|
3732
3736
|
uniqueWriterIdentity?:
|
|
3733
3737
|
boolean;
|
|
@@ -3795,8 +3799,8 @@ declare namespace gapi.client {
|
|
|
3795
3799
|
/**
|
|
3796
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
|
|
3797
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
|
|
3798
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
3799
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
3800
3804
|
*/
|
|
3801
3805
|
uniqueWriterIdentity?:
|
|
3802
3806
|
boolean;
|
|
@@ -3862,8 +3866,8 @@ declare namespace gapi.client {
|
|
|
3862
3866
|
/**
|
|
3863
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
|
|
3864
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
|
|
3865
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
3866
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
3867
3871
|
*/
|
|
3868
3872
|
uniqueWriterIdentity?:
|
|
3869
3873
|
boolean;
|
|
@@ -5081,9 +5085,10 @@ declare namespace gapi.client {
|
|
|
5081
5085
|
key?:
|
|
5082
5086
|
string;
|
|
5083
5087
|
/**
|
|
5084
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5085
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5086
|
-
* "
|
|
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]"
|
|
5087
5092
|
*/
|
|
5088
5093
|
name:
|
|
5089
5094
|
string;
|
|
@@ -5124,9 +5129,10 @@ declare namespace gapi.client {
|
|
|
5124
5129
|
key?:
|
|
5125
5130
|
string;
|
|
5126
5131
|
/**
|
|
5127
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5128
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5129
|
-
* "
|
|
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]"
|
|
5130
5136
|
*/
|
|
5131
5137
|
name:
|
|
5132
5138
|
string;
|
|
@@ -5176,9 +5182,9 @@ declare namespace gapi.client {
|
|
|
5176
5182
|
pageToken?:
|
|
5177
5183
|
string;
|
|
5178
5184
|
/**
|
|
5179
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
5180
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
5181
|
-
* "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]"
|
|
5182
5188
|
*/
|
|
5183
5189
|
parent:
|
|
5184
5190
|
string;
|
|
@@ -5397,7 +5403,7 @@ declare namespace gapi.client {
|
|
|
5397
5403
|
uploadType?:
|
|
5398
5404
|
string;
|
|
5399
5405
|
}): Request<{}>;
|
|
5400
|
-
/** Gets a view on a log bucket
|
|
5406
|
+
/** Gets a view on a log bucket. */
|
|
5401
5407
|
get(request?: {
|
|
5402
5408
|
/** V1 error format. */
|
|
5403
5409
|
"$.xgafv"?:
|
|
@@ -6650,7 +6656,8 @@ declare namespace gapi.client {
|
|
|
6650
6656
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
6651
6657
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
6652
6658
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
6653
|
-
* writer_identity will be a
|
|
6659
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
6660
|
+
* see writer_identity in LogSink.
|
|
6654
6661
|
*/
|
|
6655
6662
|
uniqueWriterIdentity?:
|
|
6656
6663
|
boolean;
|
|
@@ -6708,7 +6715,8 @@ declare namespace gapi.client {
|
|
|
6708
6715
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
6709
6716
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
6710
6717
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
6711
|
-
* writer_identity will be a
|
|
6718
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
6719
|
+
* see writer_identity in LogSink.
|
|
6712
6720
|
*/
|
|
6713
6721
|
uniqueWriterIdentity?:
|
|
6714
6722
|
boolean;
|
|
@@ -6907,8 +6915,8 @@ declare namespace gapi.client {
|
|
|
6907
6915
|
/**
|
|
6908
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
|
|
6909
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
|
|
6910
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
6911
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
6912
6920
|
*/
|
|
6913
6921
|
uniqueWriterIdentity?:
|
|
6914
6922
|
boolean;
|
|
@@ -6974,8 +6982,8 @@ declare namespace gapi.client {
|
|
|
6974
6982
|
/**
|
|
6975
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
|
|
6976
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
|
|
6977
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
6978
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
6979
6987
|
*/
|
|
6980
6988
|
uniqueWriterIdentity?:
|
|
6981
6989
|
boolean;
|
|
@@ -7043,8 +7051,8 @@ declare namespace gapi.client {
|
|
|
7043
7051
|
/**
|
|
7044
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
|
|
7045
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
|
|
7046
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
7047
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
7048
7056
|
*/
|
|
7049
7057
|
uniqueWriterIdentity?:
|
|
7050
7058
|
boolean;
|
|
@@ -7110,8 +7118,8 @@ declare namespace gapi.client {
|
|
|
7110
7118
|
/**
|
|
7111
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
|
|
7112
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
|
|
7113
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
7114
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
7115
7123
|
*/
|
|
7116
7124
|
uniqueWriterIdentity?:
|
|
7117
7125
|
boolean;
|
|
@@ -7462,9 +7470,10 @@ declare namespace gapi.client {
|
|
|
7462
7470
|
key?:
|
|
7463
7471
|
string;
|
|
7464
7472
|
/**
|
|
7465
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7466
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7467
|
-
* "
|
|
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]"
|
|
7468
7477
|
*/
|
|
7469
7478
|
name:
|
|
7470
7479
|
string;
|
|
@@ -7505,9 +7514,10 @@ declare namespace gapi.client {
|
|
|
7505
7514
|
key?:
|
|
7506
7515
|
string;
|
|
7507
7516
|
/**
|
|
7508
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7509
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7510
|
-
* "
|
|
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]"
|
|
7511
7521
|
*/
|
|
7512
7522
|
name:
|
|
7513
7523
|
string;
|
|
@@ -7557,9 +7567,9 @@ declare namespace gapi.client {
|
|
|
7557
7567
|
pageToken?:
|
|
7558
7568
|
string;
|
|
7559
7569
|
/**
|
|
7560
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
7561
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
7562
|
-
* "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]"
|
|
7563
7573
|
*/
|
|
7564
7574
|
parent:
|
|
7565
7575
|
string;
|
|
@@ -7716,7 +7726,7 @@ declare namespace gapi.client {
|
|
|
7716
7726
|
uploadType?:
|
|
7717
7727
|
string;
|
|
7718
7728
|
}): Request<{}>;
|
|
7719
|
-
/** Gets a view on a log bucket
|
|
7729
|
+
/** Gets a view on a log bucket. */
|
|
7720
7730
|
get(request?: {
|
|
7721
7731
|
/** V1 error format. */
|
|
7722
7732
|
"$.xgafv"?:
|
|
@@ -9419,9 +9429,10 @@ declare namespace gapi.client {
|
|
|
9419
9429
|
key?:
|
|
9420
9430
|
string;
|
|
9421
9431
|
/**
|
|
9422
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9423
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9424
|
-
* "
|
|
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]"
|
|
9425
9436
|
*/
|
|
9426
9437
|
name:
|
|
9427
9438
|
string;
|
|
@@ -9462,9 +9473,10 @@ declare namespace gapi.client {
|
|
|
9462
9473
|
key?:
|
|
9463
9474
|
string;
|
|
9464
9475
|
/**
|
|
9465
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9466
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
9467
|
-
* "
|
|
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]"
|
|
9468
9480
|
*/
|
|
9469
9481
|
name:
|
|
9470
9482
|
string;
|
|
@@ -9514,9 +9526,9 @@ declare namespace gapi.client {
|
|
|
9514
9526
|
pageToken?:
|
|
9515
9527
|
string;
|
|
9516
9528
|
/**
|
|
9517
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
9518
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
9519
|
-
* "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]"
|
|
9520
9532
|
*/
|
|
9521
9533
|
parent:
|
|
9522
9534
|
string;
|
|
@@ -9735,7 +9747,7 @@ declare namespace gapi.client {
|
|
|
9735
9747
|
uploadType?:
|
|
9736
9748
|
string;
|
|
9737
9749
|
}): Request<{}>;
|
|
9738
|
-
/** Gets a view on a log bucket
|
|
9750
|
+
/** Gets a view on a log bucket. */
|
|
9739
9751
|
get(request?: {
|
|
9740
9752
|
/** V1 error format. */
|
|
9741
9753
|
"$.xgafv"?:
|
|
@@ -10988,7 +11000,8 @@ declare namespace gapi.client {
|
|
|
10988
11000
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
10989
11001
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
10990
11002
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
10991
|
-
* writer_identity will be a
|
|
11003
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
11004
|
+
* see writer_identity in LogSink.
|
|
10992
11005
|
*/
|
|
10993
11006
|
uniqueWriterIdentity?:
|
|
10994
11007
|
boolean;
|
|
@@ -11046,7 +11059,8 @@ declare namespace gapi.client {
|
|
|
11046
11059
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
11047
11060
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
11048
11061
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
11049
|
-
* writer_identity will be a
|
|
11062
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
11063
|
+
* see writer_identity in LogSink.
|
|
11050
11064
|
*/
|
|
11051
11065
|
uniqueWriterIdentity?:
|
|
11052
11066
|
boolean;
|
|
@@ -11245,8 +11259,8 @@ declare namespace gapi.client {
|
|
|
11245
11259
|
/**
|
|
11246
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
|
|
11247
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
|
|
11248
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
11249
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
11250
11264
|
*/
|
|
11251
11265
|
uniqueWriterIdentity?:
|
|
11252
11266
|
boolean;
|
|
@@ -11312,8 +11326,8 @@ declare namespace gapi.client {
|
|
|
11312
11326
|
/**
|
|
11313
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
|
|
11314
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
|
|
11315
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
11316
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
11317
11331
|
*/
|
|
11318
11332
|
uniqueWriterIdentity?:
|
|
11319
11333
|
boolean;
|
|
@@ -11381,8 +11395,8 @@ declare namespace gapi.client {
|
|
|
11381
11395
|
/**
|
|
11382
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
|
|
11383
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
|
|
11384
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
11385
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
11386
11400
|
*/
|
|
11387
11401
|
uniqueWriterIdentity?:
|
|
11388
11402
|
boolean;
|
|
@@ -11448,8 +11462,8 @@ declare namespace gapi.client {
|
|
|
11448
11462
|
/**
|
|
11449
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
|
|
11450
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
|
|
11451
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
11452
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
11453
11467
|
*/
|
|
11454
11468
|
uniqueWriterIdentity?:
|
|
11455
11469
|
boolean;
|
|
@@ -12237,9 +12251,10 @@ declare namespace gapi.client {
|
|
|
12237
12251
|
key?:
|
|
12238
12252
|
string;
|
|
12239
12253
|
/**
|
|
12240
|
-
* Required. The full resource name of the link to delete."projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12241
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12242
|
-
* "
|
|
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]"
|
|
12243
12258
|
*/
|
|
12244
12259
|
name:
|
|
12245
12260
|
string;
|
|
@@ -12280,9 +12295,10 @@ declare namespace gapi.client {
|
|
|
12280
12295
|
key?:
|
|
12281
12296
|
string;
|
|
12282
12297
|
/**
|
|
12283
|
-
* Required. The resource name of the link:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12284
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
12285
|
-
* "
|
|
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]"
|
|
12286
12302
|
*/
|
|
12287
12303
|
name:
|
|
12288
12304
|
string;
|
|
@@ -12332,9 +12348,9 @@ declare namespace gapi.client {
|
|
|
12332
12348
|
pageToken?:
|
|
12333
12349
|
string;
|
|
12334
12350
|
/**
|
|
12335
|
-
* Required. The parent resource whose links are to be listed:"projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
12336
|
-
* "organizations/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
12337
|
-
* "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]"
|
|
12338
12354
|
*/
|
|
12339
12355
|
parent:
|
|
12340
12356
|
string;
|
|
@@ -12553,7 +12569,7 @@ declare namespace gapi.client {
|
|
|
12553
12569
|
uploadType?:
|
|
12554
12570
|
string;
|
|
12555
12571
|
}): Request<{}>;
|
|
12556
|
-
/** Gets a view on a log bucket
|
|
12572
|
+
/** Gets a view on a log bucket. */
|
|
12557
12573
|
get(request?: {
|
|
12558
12574
|
/** V1 error format. */
|
|
12559
12575
|
"$.xgafv"?:
|
|
@@ -14105,7 +14121,8 @@ declare namespace gapi.client {
|
|
|
14105
14121
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
14106
14122
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
14107
14123
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
14108
|
-
* writer_identity will be a
|
|
14124
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
14125
|
+
* see writer_identity in LogSink.
|
|
14109
14126
|
*/
|
|
14110
14127
|
uniqueWriterIdentity?:
|
|
14111
14128
|
boolean;
|
|
@@ -14163,7 +14180,8 @@ declare namespace gapi.client {
|
|
|
14163
14180
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
14164
14181
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
14165
14182
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
14166
|
-
* writer_identity will be a
|
|
14183
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
14184
|
+
* see writer_identity in LogSink.
|
|
14167
14185
|
*/
|
|
14168
14186
|
uniqueWriterIdentity?:
|
|
14169
14187
|
boolean;
|
|
@@ -14362,8 +14380,8 @@ declare namespace gapi.client {
|
|
|
14362
14380
|
/**
|
|
14363
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
|
|
14364
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
|
|
14365
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
14366
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
14367
14385
|
*/
|
|
14368
14386
|
uniqueWriterIdentity?:
|
|
14369
14387
|
boolean;
|
|
@@ -14429,8 +14447,8 @@ declare namespace gapi.client {
|
|
|
14429
14447
|
/**
|
|
14430
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
|
|
14431
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
|
|
14432
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
14433
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
14434
14452
|
*/
|
|
14435
14453
|
uniqueWriterIdentity?:
|
|
14436
14454
|
boolean;
|
|
@@ -14498,8 +14516,8 @@ declare namespace gapi.client {
|
|
|
14498
14516
|
/**
|
|
14499
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
|
|
14500
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
|
|
14501
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
14502
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
14503
14521
|
*/
|
|
14504
14522
|
uniqueWriterIdentity?:
|
|
14505
14523
|
boolean;
|
|
@@ -14565,8 +14583,8 @@ declare namespace gapi.client {
|
|
|
14565
14583
|
/**
|
|
14566
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
|
|
14567
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
|
|
14568
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
14569
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
14570
14588
|
*/
|
|
14571
14589
|
uniqueWriterIdentity?:
|
|
14572
14590
|
boolean;
|
|
@@ -14744,7 +14762,8 @@ declare namespace gapi.client {
|
|
|
14744
14762
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
14745
14763
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
14746
14764
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
14747
|
-
* writer_identity will be a
|
|
14765
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
14766
|
+
* see writer_identity in LogSink.
|
|
14748
14767
|
*/
|
|
14749
14768
|
uniqueWriterIdentity?:
|
|
14750
14769
|
boolean;
|
|
@@ -14802,7 +14821,8 @@ declare namespace gapi.client {
|
|
|
14802
14821
|
* Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then
|
|
14803
14822
|
* the value returned as writer_identity is the same group or service account used by Cloud Logging before the addition of writer identities to this API. The sink's destination
|
|
14804
14823
|
* must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of
|
|
14805
|
-
* writer_identity will be a
|
|
14824
|
+
* writer_identity will be a service agent (https://cloud.google.com/iam/docs/service-account-types#service-agents) used by the sinks with the same parent. For more information,
|
|
14825
|
+
* see writer_identity in LogSink.
|
|
14806
14826
|
*/
|
|
14807
14827
|
uniqueWriterIdentity?:
|
|
14808
14828
|
boolean;
|
|
@@ -15001,8 +15021,8 @@ declare namespace gapi.client {
|
|
|
15001
15021
|
/**
|
|
15002
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
|
|
15003
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
|
|
15004
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
15005
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
15006
15026
|
*/
|
|
15007
15027
|
uniqueWriterIdentity?:
|
|
15008
15028
|
boolean;
|
|
@@ -15068,8 +15088,8 @@ declare namespace gapi.client {
|
|
|
15068
15088
|
/**
|
|
15069
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
|
|
15070
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
|
|
15071
|
-
* value is false and the new value is true, then writer_identity is changed to a
|
|
15072
|
-
* or defaulted to false.
|
|
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
|
|
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.
|
|
15073
15093
|
*/
|
|
15074
15094
|
uniqueWriterIdentity?:
|
|
15075
15095
|
boolean;
|
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 */
|
|
@@ -294,7 +294,7 @@ gapi.load('client', async () => {
|
|
|
294
294
|
await gapi.client.logging.billingAccounts.locations.buckets.views.delete({
|
|
295
295
|
name: "Test string",
|
|
296
296
|
});
|
|
297
|
-
/** Gets a view on a log bucket
|
|
297
|
+
/** Gets a view on a log bucket. */
|
|
298
298
|
await gapi.client.logging.billingAccounts.locations.buckets.views.get({
|
|
299
299
|
name: "Test string",
|
|
300
300
|
});
|
|
@@ -910,7 +910,7 @@ gapi.load('client', async () => {
|
|
|
910
910
|
await gapi.client.logging.folders.locations.buckets.views.delete({
|
|
911
911
|
name: "Test string",
|
|
912
912
|
});
|
|
913
|
-
/** Gets a view on a log bucket
|
|
913
|
+
/** Gets a view on a log bucket. */
|
|
914
914
|
await gapi.client.logging.folders.locations.buckets.views.get({
|
|
915
915
|
name: "Test string",
|
|
916
916
|
});
|
|
@@ -1298,7 +1298,7 @@ gapi.load('client', async () => {
|
|
|
1298
1298
|
await gapi.client.logging.locations.buckets.views.delete({
|
|
1299
1299
|
name: "Test string",
|
|
1300
1300
|
});
|
|
1301
|
-
/** Gets a view on a log bucket
|
|
1301
|
+
/** Gets a view on a log bucket. */
|
|
1302
1302
|
await gapi.client.logging.locations.buckets.views.get({
|
|
1303
1303
|
name: "Test string",
|
|
1304
1304
|
});
|
|
@@ -1651,7 +1651,7 @@ gapi.load('client', async () => {
|
|
|
1651
1651
|
await gapi.client.logging.organizations.locations.buckets.views.delete({
|
|
1652
1652
|
name: "Test string",
|
|
1653
1653
|
});
|
|
1654
|
-
/** Gets a view on a log bucket
|
|
1654
|
+
/** Gets a view on a log bucket. */
|
|
1655
1655
|
await gapi.client.logging.organizations.locations.buckets.views.get({
|
|
1656
1656
|
name: "Test string",
|
|
1657
1657
|
});
|
|
@@ -2092,7 +2092,7 @@ gapi.load('client', async () => {
|
|
|
2092
2092
|
await gapi.client.logging.projects.locations.buckets.views.delete({
|
|
2093
2093
|
name: "Test string",
|
|
2094
2094
|
});
|
|
2095
|
-
/** Gets a view on a log bucket
|
|
2095
|
+
/** Gets a view on a log bucket. */
|
|
2096
2096
|
await gapi.client.logging.projects.locations.buckets.views.get({
|
|
2097
2097
|
name: "Test string",
|
|
2098
2098
|
});
|