@maxim_mazurok/gapi.client.logging-v2 0.0.20250110 → 0.0.20250204

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.
Files changed (3) hide show
  1. package/index.d.ts +108 -108
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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: 20250110
12
+ // Revision: 20250204
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Cloud Logging API v2 */
18
18
  function load(
19
- urlOrObject: 'https://logging.googleapis.com/$discovery/rest?version=v2'
19
+ urlOrObject: 'https://logging.googleapis.com/$discovery/rest?version=v2',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'logging', version: 'v2'): Promise<void>;
@@ -927,7 +927,7 @@ declare namespace gapi.client {
927
927
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
928
928
  uploadType?: string;
929
929
  },
930
- body: LogExclusion
930
+ body: LogExclusion,
931
931
  ): Request<LogExclusion>;
932
932
  /** Deletes an exclusion in the _Default sink. */
933
933
  delete(request?: {
@@ -1074,7 +1074,7 @@ declare namespace gapi.client {
1074
1074
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1075
1075
  uploadType?: string;
1076
1076
  },
1077
- body: LogExclusion
1077
+ body: LogExclusion,
1078
1078
  ): Request<LogExclusion>;
1079
1079
  }
1080
1080
  interface LinksResource {
@@ -1138,7 +1138,7 @@ declare namespace gapi.client {
1138
1138
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1139
1139
  uploadType?: string;
1140
1140
  },
1141
- body: Link
1141
+ body: Link,
1142
1142
  ): Request<Operation>;
1143
1143
  /** Deletes a link. This will also delete the corresponding BigQuery linked dataset. */
1144
1144
  delete(request?: {
@@ -1322,7 +1322,7 @@ declare namespace gapi.client {
1322
1322
  /** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
1323
1323
  viewId?: string;
1324
1324
  },
1325
- body: LogView
1325
+ body: LogView,
1326
1326
  ): Request<LogView>;
1327
1327
  /** Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. */
1328
1328
  delete(request?: {
@@ -1469,7 +1469,7 @@ declare namespace gapi.client {
1469
1469
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1470
1470
  uploadType?: string;
1471
1471
  },
1472
- body: LogView
1472
+ body: LogView,
1473
1473
  ): Request<LogView>;
1474
1474
  logs: LogsResource;
1475
1475
  }
@@ -1534,7 +1534,7 @@ declare namespace gapi.client {
1534
1534
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1535
1535
  uploadType?: string;
1536
1536
  },
1537
- body: LogBucket
1537
+ body: LogBucket,
1538
1538
  ): Request<LogBucket>;
1539
1539
  /** Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed. */
1540
1540
  createAsync(request: {
@@ -1596,7 +1596,7 @@ declare namespace gapi.client {
1596
1596
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1597
1597
  uploadType?: string;
1598
1598
  },
1599
- body: LogBucket
1599
+ body: LogBucket,
1600
1600
  ): Request<Operation>;
1601
1601
  /** Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted. */
1602
1602
  delete(request?: {
@@ -1743,7 +1743,7 @@ declare namespace gapi.client {
1743
1743
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1744
1744
  uploadType?: string;
1745
1745
  },
1746
- body: LogBucket
1746
+ body: LogBucket,
1747
1747
  ): Request<LogBucket>;
1748
1748
  /** Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days. */
1749
1749
  undelete(request: {
@@ -1801,7 +1801,7 @@ declare namespace gapi.client {
1801
1801
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1802
1802
  uploadType?: string;
1803
1803
  },
1804
- body: UndeleteBucketRequest
1804
+ body: UndeleteBucketRequest,
1805
1805
  ): Request<{}>;
1806
1806
  /** Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed. */
1807
1807
  updateAsync(request: {
@@ -1863,7 +1863,7 @@ declare namespace gapi.client {
1863
1863
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1864
1864
  uploadType?: string;
1865
1865
  },
1866
- body: LogBucket
1866
+ body: LogBucket,
1867
1867
  ): Request<Operation>;
1868
1868
  links: LinksResource;
1869
1869
  views: ViewsResource;
@@ -1925,7 +1925,7 @@ declare namespace gapi.client {
1925
1925
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1926
1926
  uploadType?: string;
1927
1927
  },
1928
- body: CancelOperationRequest
1928
+ body: CancelOperationRequest,
1929
1929
  ): Request<{}>;
1930
1930
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
1931
1931
  get(request?: {
@@ -2084,7 +2084,7 @@ declare namespace gapi.client {
2084
2084
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2085
2085
  uploadType?: string;
2086
2086
  },
2087
- body: SavedQuery
2087
+ body: SavedQuery,
2088
2088
  ): Request<SavedQuery>;
2089
2089
  /** Deletes an existing SavedQuery that was created by the user making the request. */
2090
2090
  delete(request?: {
@@ -2233,7 +2233,7 @@ declare namespace gapi.client {
2233
2233
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2234
2234
  uploadType?: string;
2235
2235
  },
2236
- body: SavedQuery
2236
+ body: SavedQuery,
2237
2237
  ): Request<SavedQuery>;
2238
2238
  }
2239
2239
  interface LocationsResource {
@@ -2429,7 +2429,7 @@ declare namespace gapi.client {
2429
2429
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2430
2430
  uploadType?: string;
2431
2431
  },
2432
- body: LogSink
2432
+ body: LogSink,
2433
2433
  ): Request<LogSink>;
2434
2434
  /** Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted. */
2435
2435
  delete(request?: {
@@ -2586,7 +2586,7 @@ declare namespace gapi.client {
2586
2586
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2587
2587
  uploadType?: string;
2588
2588
  },
2589
- body: LogSink
2589
+ body: LogSink,
2590
2590
  ): Request<LogSink>;
2591
2591
  /** Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.The updated sink might also have a new writer_identity; see the unique_writer_identity field. */
2592
2592
  update(request: {
@@ -2656,7 +2656,7 @@ declare namespace gapi.client {
2656
2656
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2657
2657
  uploadType?: string;
2658
2658
  },
2659
- body: LogSink
2659
+ body: LogSink,
2660
2660
  ): Request<LogSink>;
2661
2661
  }
2662
2662
  interface BillingAccountsResource {
@@ -2772,7 +2772,7 @@ declare namespace gapi.client {
2772
2772
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2773
2773
  uploadType?: string;
2774
2774
  },
2775
- body: CopyLogEntriesRequest
2775
+ body: CopyLogEntriesRequest,
2776
2776
  ): Request<Operation>;
2777
2777
  /** Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs (https://cloud.google.com/logging/docs/export). */
2778
2778
  list(request: {
@@ -2826,7 +2826,7 @@ declare namespace gapi.client {
2826
2826
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2827
2827
  uploadType?: string;
2828
2828
  },
2829
- body: ListLogEntriesRequest
2829
+ body: ListLogEntriesRequest,
2830
2830
  ): Request<ListLogEntriesResponse>;
2831
2831
  /** Streaming read of log entries as they are received. Until the stream is terminated, it will continue reading logs. */
2832
2832
  tail(request: {
@@ -2880,7 +2880,7 @@ declare namespace gapi.client {
2880
2880
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2881
2881
  uploadType?: string;
2882
2882
  },
2883
- body: TailLogEntriesRequest
2883
+ body: TailLogEntriesRequest,
2884
2884
  ): Request<TailLogEntriesResponse>;
2885
2885
  /** Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resource names (projects, organizations, billing accounts or folders), where the resource name for a log entry is determined from its logName field. */
2886
2886
  write(request: {
@@ -2934,7 +2934,7 @@ declare namespace gapi.client {
2934
2934
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2935
2935
  uploadType?: string;
2936
2936
  },
2937
- body: WriteLogEntriesRequest
2937
+ body: WriteLogEntriesRequest,
2938
2938
  ): Request<{}>;
2939
2939
  }
2940
2940
  interface ExclusionsResource {
@@ -2994,7 +2994,7 @@ declare namespace gapi.client {
2994
2994
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2995
2995
  uploadType?: string;
2996
2996
  },
2997
- body: LogExclusion
2997
+ body: LogExclusion,
2998
2998
  ): Request<LogExclusion>;
2999
2999
  /** Deletes an exclusion in the _Default sink. */
3000
3000
  delete(request?: {
@@ -3141,7 +3141,7 @@ declare namespace gapi.client {
3141
3141
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3142
3142
  uploadType?: string;
3143
3143
  },
3144
- body: LogExclusion
3144
+ body: LogExclusion,
3145
3145
  ): Request<LogExclusion>;
3146
3146
  }
3147
3147
  interface ExclusionsResource {
@@ -3201,7 +3201,7 @@ declare namespace gapi.client {
3201
3201
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3202
3202
  uploadType?: string;
3203
3203
  },
3204
- body: LogExclusion
3204
+ body: LogExclusion,
3205
3205
  ): Request<LogExclusion>;
3206
3206
  /** Deletes an exclusion in the _Default sink. */
3207
3207
  delete(request?: {
@@ -3348,7 +3348,7 @@ declare namespace gapi.client {
3348
3348
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3349
3349
  uploadType?: string;
3350
3350
  },
3351
- body: LogExclusion
3351
+ body: LogExclusion,
3352
3352
  ): Request<LogExclusion>;
3353
3353
  }
3354
3354
  interface LinksResource {
@@ -3412,7 +3412,7 @@ declare namespace gapi.client {
3412
3412
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3413
3413
  uploadType?: string;
3414
3414
  },
3415
- body: Link
3415
+ body: Link,
3416
3416
  ): Request<Operation>;
3417
3417
  /** Deletes a link. This will also delete the corresponding BigQuery linked dataset. */
3418
3418
  delete(request?: {
@@ -3596,7 +3596,7 @@ declare namespace gapi.client {
3596
3596
  /** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
3597
3597
  viewId?: string;
3598
3598
  },
3599
- body: LogView
3599
+ body: LogView,
3600
3600
  ): Request<LogView>;
3601
3601
  /** Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. */
3602
3602
  delete(request?: {
@@ -3680,7 +3680,7 @@ declare namespace gapi.client {
3680
3680
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3681
3681
  uploadType?: string;
3682
3682
  },
3683
- body: GetIamPolicyRequest
3683
+ body: GetIamPolicyRequest,
3684
3684
  ): Request<Policy>;
3685
3685
  /** Lists views on a log bucket. */
3686
3686
  list(request?: {
@@ -3773,7 +3773,7 @@ declare namespace gapi.client {
3773
3773
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3774
3774
  uploadType?: string;
3775
3775
  },
3776
- body: LogView
3776
+ body: LogView,
3777
3777
  ): Request<LogView>;
3778
3778
  /** Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. */
3779
3779
  setIamPolicy(
@@ -3803,7 +3803,7 @@ declare namespace gapi.client {
3803
3803
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3804
3804
  uploadType?: string;
3805
3805
  },
3806
- body: SetIamPolicyRequest
3806
+ body: SetIamPolicyRequest,
3807
3807
  ): Request<Policy>;
3808
3808
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3809
3809
  testIamPermissions(
@@ -3833,7 +3833,7 @@ declare namespace gapi.client {
3833
3833
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3834
3834
  uploadType?: string;
3835
3835
  },
3836
- body: TestIamPermissionsRequest
3836
+ body: TestIamPermissionsRequest,
3837
3837
  ): Request<TestIamPermissionsResponse>;
3838
3838
  logs: LogsResource;
3839
3839
  }
@@ -3898,7 +3898,7 @@ declare namespace gapi.client {
3898
3898
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3899
3899
  uploadType?: string;
3900
3900
  },
3901
- body: LogBucket
3901
+ body: LogBucket,
3902
3902
  ): Request<LogBucket>;
3903
3903
  /** Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed. */
3904
3904
  createAsync(request: {
@@ -3960,7 +3960,7 @@ declare namespace gapi.client {
3960
3960
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3961
3961
  uploadType?: string;
3962
3962
  },
3963
- body: LogBucket
3963
+ body: LogBucket,
3964
3964
  ): Request<Operation>;
3965
3965
  /** Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted. */
3966
3966
  delete(request?: {
@@ -4107,7 +4107,7 @@ declare namespace gapi.client {
4107
4107
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4108
4108
  uploadType?: string;
4109
4109
  },
4110
- body: LogBucket
4110
+ body: LogBucket,
4111
4111
  ): Request<LogBucket>;
4112
4112
  /** Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days. */
4113
4113
  undelete(request: {
@@ -4165,7 +4165,7 @@ declare namespace gapi.client {
4165
4165
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4166
4166
  uploadType?: string;
4167
4167
  },
4168
- body: UndeleteBucketRequest
4168
+ body: UndeleteBucketRequest,
4169
4169
  ): Request<{}>;
4170
4170
  /** Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed. */
4171
4171
  updateAsync(request: {
@@ -4227,7 +4227,7 @@ declare namespace gapi.client {
4227
4227
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4228
4228
  uploadType?: string;
4229
4229
  },
4230
- body: LogBucket
4230
+ body: LogBucket,
4231
4231
  ): Request<Operation>;
4232
4232
  links: LinksResource;
4233
4233
  views: ViewsResource;
@@ -4293,7 +4293,7 @@ declare namespace gapi.client {
4293
4293
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4294
4294
  uploadType?: string;
4295
4295
  },
4296
- body: LogScope
4296
+ body: LogScope,
4297
4297
  ): Request<LogScope>;
4298
4298
  /** Deletes a log scope. */
4299
4299
  delete(request?: {
@@ -4440,7 +4440,7 @@ declare namespace gapi.client {
4440
4440
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4441
4441
  uploadType?: string;
4442
4442
  },
4443
- body: LogScope
4443
+ body: LogScope,
4444
4444
  ): Request<LogScope>;
4445
4445
  }
4446
4446
  interface OperationsResource {
@@ -4500,7 +4500,7 @@ declare namespace gapi.client {
4500
4500
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4501
4501
  uploadType?: string;
4502
4502
  },
4503
- body: CancelOperationRequest
4503
+ body: CancelOperationRequest,
4504
4504
  ): Request<{}>;
4505
4505
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
4506
4506
  get(request?: {
@@ -4659,7 +4659,7 @@ declare namespace gapi.client {
4659
4659
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4660
4660
  uploadType?: string;
4661
4661
  },
4662
- body: SavedQuery
4662
+ body: SavedQuery,
4663
4663
  ): Request<SavedQuery>;
4664
4664
  /** Deletes an existing SavedQuery that was created by the user making the request. */
4665
4665
  delete(request?: {
@@ -4808,7 +4808,7 @@ declare namespace gapi.client {
4808
4808
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4809
4809
  uploadType?: string;
4810
4810
  },
4811
- body: SavedQuery
4811
+ body: SavedQuery,
4812
4812
  ): Request<SavedQuery>;
4813
4813
  }
4814
4814
  interface LocationsResource {
@@ -5005,7 +5005,7 @@ declare namespace gapi.client {
5005
5005
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5006
5006
  uploadType?: string;
5007
5007
  },
5008
- body: LogSink
5008
+ body: LogSink,
5009
5009
  ): Request<LogSink>;
5010
5010
  /** Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted. */
5011
5011
  delete(request?: {
@@ -5162,7 +5162,7 @@ declare namespace gapi.client {
5162
5162
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5163
5163
  uploadType?: string;
5164
5164
  },
5165
- body: LogSink
5165
+ body: LogSink,
5166
5166
  ): Request<LogSink>;
5167
5167
  /** Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.The updated sink might also have a new writer_identity; see the unique_writer_identity field. */
5168
5168
  update(request: {
@@ -5232,7 +5232,7 @@ declare namespace gapi.client {
5232
5232
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5233
5233
  uploadType?: string;
5234
5234
  },
5235
- body: LogSink
5235
+ body: LogSink,
5236
5236
  ): Request<LogSink>;
5237
5237
  }
5238
5238
  interface FoldersResource {
@@ -5350,7 +5350,7 @@ declare namespace gapi.client {
5350
5350
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5351
5351
  uploadType?: string;
5352
5352
  },
5353
- body: Settings
5353
+ body: Settings,
5354
5354
  ): Request<Settings>;
5355
5355
  exclusions: ExclusionsResource;
5356
5356
  locations: LocationsResource;
@@ -5418,7 +5418,7 @@ declare namespace gapi.client {
5418
5418
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5419
5419
  uploadType?: string;
5420
5420
  },
5421
- body: Link
5421
+ body: Link,
5422
5422
  ): Request<Operation>;
5423
5423
  /** Deletes a link. This will also delete the corresponding BigQuery linked dataset. */
5424
5424
  delete(request?: {
@@ -5567,7 +5567,7 @@ declare namespace gapi.client {
5567
5567
  /** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
5568
5568
  viewId?: string;
5569
5569
  },
5570
- body: LogView
5570
+ body: LogView,
5571
5571
  ): Request<LogView>;
5572
5572
  /** Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. */
5573
5573
  delete(request?: {
@@ -5651,7 +5651,7 @@ declare namespace gapi.client {
5651
5651
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5652
5652
  uploadType?: string;
5653
5653
  },
5654
- body: GetIamPolicyRequest
5654
+ body: GetIamPolicyRequest,
5655
5655
  ): Request<Policy>;
5656
5656
  /** Lists views on a log bucket. */
5657
5657
  list(request?: {
@@ -5744,7 +5744,7 @@ declare namespace gapi.client {
5744
5744
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5745
5745
  uploadType?: string;
5746
5746
  },
5747
- body: LogView
5747
+ body: LogView,
5748
5748
  ): Request<LogView>;
5749
5749
  /** Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. */
5750
5750
  setIamPolicy(
@@ -5774,7 +5774,7 @@ declare namespace gapi.client {
5774
5774
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5775
5775
  uploadType?: string;
5776
5776
  },
5777
- body: SetIamPolicyRequest
5777
+ body: SetIamPolicyRequest,
5778
5778
  ): Request<Policy>;
5779
5779
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
5780
5780
  testIamPermissions(
@@ -5804,7 +5804,7 @@ declare namespace gapi.client {
5804
5804
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5805
5805
  uploadType?: string;
5806
5806
  },
5807
- body: TestIamPermissionsRequest
5807
+ body: TestIamPermissionsRequest,
5808
5808
  ): Request<TestIamPermissionsResponse>;
5809
5809
  }
5810
5810
  interface BucketsResource {
@@ -5868,7 +5868,7 @@ declare namespace gapi.client {
5868
5868
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5869
5869
  uploadType?: string;
5870
5870
  },
5871
- body: LogBucket
5871
+ body: LogBucket,
5872
5872
  ): Request<LogBucket>;
5873
5873
  /** Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed. */
5874
5874
  createAsync(request: {
@@ -5930,7 +5930,7 @@ declare namespace gapi.client {
5930
5930
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5931
5931
  uploadType?: string;
5932
5932
  },
5933
- body: LogBucket
5933
+ body: LogBucket,
5934
5934
  ): Request<Operation>;
5935
5935
  /** Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted. */
5936
5936
  delete(request?: {
@@ -6077,7 +6077,7 @@ declare namespace gapi.client {
6077
6077
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6078
6078
  uploadType?: string;
6079
6079
  },
6080
- body: LogBucket
6080
+ body: LogBucket,
6081
6081
  ): Request<LogBucket>;
6082
6082
  /** Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days. */
6083
6083
  undelete(request: {
@@ -6135,7 +6135,7 @@ declare namespace gapi.client {
6135
6135
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6136
6136
  uploadType?: string;
6137
6137
  },
6138
- body: UndeleteBucketRequest
6138
+ body: UndeleteBucketRequest,
6139
6139
  ): Request<{}>;
6140
6140
  /** Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed. */
6141
6141
  updateAsync(request: {
@@ -6197,7 +6197,7 @@ declare namespace gapi.client {
6197
6197
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6198
6198
  uploadType?: string;
6199
6199
  },
6200
- body: LogBucket
6200
+ body: LogBucket,
6201
6201
  ): Request<Operation>;
6202
6202
  links: LinksResource;
6203
6203
  views: ViewsResource;
@@ -6259,7 +6259,7 @@ declare namespace gapi.client {
6259
6259
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6260
6260
  uploadType?: string;
6261
6261
  },
6262
- body: CancelOperationRequest
6262
+ body: CancelOperationRequest,
6263
6263
  ): Request<{}>;
6264
6264
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
6265
6265
  get(request?: {
@@ -6536,7 +6536,7 @@ declare namespace gapi.client {
6536
6536
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6537
6537
  uploadType?: string;
6538
6538
  },
6539
- body: LogExclusion
6539
+ body: LogExclusion,
6540
6540
  ): Request<LogExclusion>;
6541
6541
  /** Deletes an exclusion in the _Default sink. */
6542
6542
  delete(request?: {
@@ -6683,7 +6683,7 @@ declare namespace gapi.client {
6683
6683
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6684
6684
  uploadType?: string;
6685
6685
  },
6686
- body: LogExclusion
6686
+ body: LogExclusion,
6687
6687
  ): Request<LogExclusion>;
6688
6688
  }
6689
6689
  interface LinksResource {
@@ -6747,7 +6747,7 @@ declare namespace gapi.client {
6747
6747
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6748
6748
  uploadType?: string;
6749
6749
  },
6750
- body: Link
6750
+ body: Link,
6751
6751
  ): Request<Operation>;
6752
6752
  /** Deletes a link. This will also delete the corresponding BigQuery linked dataset. */
6753
6753
  delete(request?: {
@@ -6931,7 +6931,7 @@ declare namespace gapi.client {
6931
6931
  /** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
6932
6932
  viewId?: string;
6933
6933
  },
6934
- body: LogView
6934
+ body: LogView,
6935
6935
  ): Request<LogView>;
6936
6936
  /** Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. */
6937
6937
  delete(request?: {
@@ -7015,7 +7015,7 @@ declare namespace gapi.client {
7015
7015
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7016
7016
  uploadType?: string;
7017
7017
  },
7018
- body: GetIamPolicyRequest
7018
+ body: GetIamPolicyRequest,
7019
7019
  ): Request<Policy>;
7020
7020
  /** Lists views on a log bucket. */
7021
7021
  list(request?: {
@@ -7108,7 +7108,7 @@ declare namespace gapi.client {
7108
7108
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7109
7109
  uploadType?: string;
7110
7110
  },
7111
- body: LogView
7111
+ body: LogView,
7112
7112
  ): Request<LogView>;
7113
7113
  /** Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. */
7114
7114
  setIamPolicy(
@@ -7138,7 +7138,7 @@ declare namespace gapi.client {
7138
7138
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7139
7139
  uploadType?: string;
7140
7140
  },
7141
- body: SetIamPolicyRequest
7141
+ body: SetIamPolicyRequest,
7142
7142
  ): Request<Policy>;
7143
7143
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
7144
7144
  testIamPermissions(
@@ -7168,7 +7168,7 @@ declare namespace gapi.client {
7168
7168
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7169
7169
  uploadType?: string;
7170
7170
  },
7171
- body: TestIamPermissionsRequest
7171
+ body: TestIamPermissionsRequest,
7172
7172
  ): Request<TestIamPermissionsResponse>;
7173
7173
  logs: LogsResource;
7174
7174
  }
@@ -7233,7 +7233,7 @@ declare namespace gapi.client {
7233
7233
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7234
7234
  uploadType?: string;
7235
7235
  },
7236
- body: LogBucket
7236
+ body: LogBucket,
7237
7237
  ): Request<LogBucket>;
7238
7238
  /** Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed. */
7239
7239
  createAsync(request: {
@@ -7295,7 +7295,7 @@ declare namespace gapi.client {
7295
7295
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7296
7296
  uploadType?: string;
7297
7297
  },
7298
- body: LogBucket
7298
+ body: LogBucket,
7299
7299
  ): Request<Operation>;
7300
7300
  /** Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted. */
7301
7301
  delete(request?: {
@@ -7442,7 +7442,7 @@ declare namespace gapi.client {
7442
7442
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7443
7443
  uploadType?: string;
7444
7444
  },
7445
- body: LogBucket
7445
+ body: LogBucket,
7446
7446
  ): Request<LogBucket>;
7447
7447
  /** Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days. */
7448
7448
  undelete(request: {
@@ -7500,7 +7500,7 @@ declare namespace gapi.client {
7500
7500
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7501
7501
  uploadType?: string;
7502
7502
  },
7503
- body: UndeleteBucketRequest
7503
+ body: UndeleteBucketRequest,
7504
7504
  ): Request<{}>;
7505
7505
  /** Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed. */
7506
7506
  updateAsync(request: {
@@ -7562,7 +7562,7 @@ declare namespace gapi.client {
7562
7562
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7563
7563
  uploadType?: string;
7564
7564
  },
7565
- body: LogBucket
7565
+ body: LogBucket,
7566
7566
  ): Request<Operation>;
7567
7567
  links: LinksResource;
7568
7568
  views: ViewsResource;
@@ -7628,7 +7628,7 @@ declare namespace gapi.client {
7628
7628
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7629
7629
  uploadType?: string;
7630
7630
  },
7631
- body: LogScope
7631
+ body: LogScope,
7632
7632
  ): Request<LogScope>;
7633
7633
  /** Deletes a log scope. */
7634
7634
  delete(request?: {
@@ -7775,7 +7775,7 @@ declare namespace gapi.client {
7775
7775
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7776
7776
  uploadType?: string;
7777
7777
  },
7778
- body: LogScope
7778
+ body: LogScope,
7779
7779
  ): Request<LogScope>;
7780
7780
  }
7781
7781
  interface OperationsResource {
@@ -7835,7 +7835,7 @@ declare namespace gapi.client {
7835
7835
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7836
7836
  uploadType?: string;
7837
7837
  },
7838
- body: CancelOperationRequest
7838
+ body: CancelOperationRequest,
7839
7839
  ): Request<{}>;
7840
7840
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
7841
7841
  get(request?: {
@@ -7994,7 +7994,7 @@ declare namespace gapi.client {
7994
7994
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7995
7995
  uploadType?: string;
7996
7996
  },
7997
- body: SavedQuery
7997
+ body: SavedQuery,
7998
7998
  ): Request<SavedQuery>;
7999
7999
  /** Deletes an existing SavedQuery that was created by the user making the request. */
8000
8000
  delete(request?: {
@@ -8143,7 +8143,7 @@ declare namespace gapi.client {
8143
8143
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8144
8144
  uploadType?: string;
8145
8145
  },
8146
- body: SavedQuery
8146
+ body: SavedQuery,
8147
8147
  ): Request<SavedQuery>;
8148
8148
  }
8149
8149
  interface LocationsResource {
@@ -8340,7 +8340,7 @@ declare namespace gapi.client {
8340
8340
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8341
8341
  uploadType?: string;
8342
8342
  },
8343
- body: LogSink
8343
+ body: LogSink,
8344
8344
  ): Request<LogSink>;
8345
8345
  /** Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted. */
8346
8346
  delete(request?: {
@@ -8497,7 +8497,7 @@ declare namespace gapi.client {
8497
8497
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8498
8498
  uploadType?: string;
8499
8499
  },
8500
- body: LogSink
8500
+ body: LogSink,
8501
8501
  ): Request<LogSink>;
8502
8502
  /** Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.The updated sink might also have a new writer_identity; see the unique_writer_identity field. */
8503
8503
  update(request: {
@@ -8567,7 +8567,7 @@ declare namespace gapi.client {
8567
8567
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8568
8568
  uploadType?: string;
8569
8569
  },
8570
- body: LogSink
8570
+ body: LogSink,
8571
8571
  ): Request<LogSink>;
8572
8572
  }
8573
8573
  interface OrganizationsResource {
@@ -8685,7 +8685,7 @@ declare namespace gapi.client {
8685
8685
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8686
8686
  uploadType?: string;
8687
8687
  },
8688
- body: CmekSettings
8688
+ body: CmekSettings,
8689
8689
  ): Request<CmekSettings>;
8690
8690
  /** Updates the settings for the given resource. This method applies to all feature configurations for organization and folders.UpdateSettings fails when any of the following are true: The value of storage_location either isn't supported by Logging or violates the location OrgPolicy. The default_sink_config field is set, but it has an unspecified filter write mode. The value of kms_key_name is invalid. The associated service account doesn't have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key. Access to the key is disabled.See Configure default settings for organizations and folders (https://cloud.google.com/logging/docs/default-settings) for more information. */
8691
8691
  updateSettings(request: {
@@ -8747,7 +8747,7 @@ declare namespace gapi.client {
8747
8747
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8748
8748
  uploadType?: string;
8749
8749
  },
8750
- body: Settings
8750
+ body: Settings,
8751
8751
  ): Request<Settings>;
8752
8752
  exclusions: ExclusionsResource;
8753
8753
  locations: LocationsResource;
@@ -8811,7 +8811,7 @@ declare namespace gapi.client {
8811
8811
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8812
8812
  uploadType?: string;
8813
8813
  },
8814
- body: LogExclusion
8814
+ body: LogExclusion,
8815
8815
  ): Request<LogExclusion>;
8816
8816
  /** Deletes an exclusion in the _Default sink. */
8817
8817
  delete(request?: {
@@ -8958,7 +8958,7 @@ declare namespace gapi.client {
8958
8958
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8959
8959
  uploadType?: string;
8960
8960
  },
8961
- body: LogExclusion
8961
+ body: LogExclusion,
8962
8962
  ): Request<LogExclusion>;
8963
8963
  }
8964
8964
  interface LinksResource {
@@ -9022,7 +9022,7 @@ declare namespace gapi.client {
9022
9022
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9023
9023
  uploadType?: string;
9024
9024
  },
9025
- body: Link
9025
+ body: Link,
9026
9026
  ): Request<Operation>;
9027
9027
  /** Deletes a link. This will also delete the corresponding BigQuery linked dataset. */
9028
9028
  delete(request?: {
@@ -9206,7 +9206,7 @@ declare namespace gapi.client {
9206
9206
  /** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
9207
9207
  viewId?: string;
9208
9208
  },
9209
- body: LogView
9209
+ body: LogView,
9210
9210
  ): Request<LogView>;
9211
9211
  /** Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. */
9212
9212
  delete(request?: {
@@ -9290,7 +9290,7 @@ declare namespace gapi.client {
9290
9290
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9291
9291
  uploadType?: string;
9292
9292
  },
9293
- body: GetIamPolicyRequest
9293
+ body: GetIamPolicyRequest,
9294
9294
  ): Request<Policy>;
9295
9295
  /** Lists views on a log bucket. */
9296
9296
  list(request?: {
@@ -9383,7 +9383,7 @@ declare namespace gapi.client {
9383
9383
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9384
9384
  uploadType?: string;
9385
9385
  },
9386
- body: LogView
9386
+ body: LogView,
9387
9387
  ): Request<LogView>;
9388
9388
  /** Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. */
9389
9389
  setIamPolicy(
@@ -9413,7 +9413,7 @@ declare namespace gapi.client {
9413
9413
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9414
9414
  uploadType?: string;
9415
9415
  },
9416
- body: SetIamPolicyRequest
9416
+ body: SetIamPolicyRequest,
9417
9417
  ): Request<Policy>;
9418
9418
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
9419
9419
  testIamPermissions(
@@ -9443,7 +9443,7 @@ declare namespace gapi.client {
9443
9443
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9444
9444
  uploadType?: string;
9445
9445
  },
9446
- body: TestIamPermissionsRequest
9446
+ body: TestIamPermissionsRequest,
9447
9447
  ): Request<TestIamPermissionsResponse>;
9448
9448
  logs: LogsResource;
9449
9449
  }
@@ -9508,7 +9508,7 @@ declare namespace gapi.client {
9508
9508
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9509
9509
  uploadType?: string;
9510
9510
  },
9511
- body: LogBucket
9511
+ body: LogBucket,
9512
9512
  ): Request<LogBucket>;
9513
9513
  /** Creates a log bucket asynchronously that can be used to store log entries.After a bucket has been created, the bucket's location cannot be changed. */
9514
9514
  createAsync(request: {
@@ -9570,7 +9570,7 @@ declare namespace gapi.client {
9570
9570
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9571
9571
  uploadType?: string;
9572
9572
  },
9573
- body: LogBucket
9573
+ body: LogBucket,
9574
9574
  ): Request<Operation>;
9575
9575
  /** Deletes a log bucket.Changes the bucket's lifecycle_state to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all log entries in the bucket will be permanently deleted. */
9576
9576
  delete(request?: {
@@ -9717,7 +9717,7 @@ declare namespace gapi.client {
9717
9717
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9718
9718
  uploadType?: string;
9719
9719
  },
9720
- body: LogBucket
9720
+ body: LogBucket,
9721
9721
  ): Request<LogBucket>;
9722
9722
  /** Undeletes a log bucket. A bucket that has been deleted can be undeleted within the grace period of 7 days. */
9723
9723
  undelete(request: {
@@ -9775,7 +9775,7 @@ declare namespace gapi.client {
9775
9775
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9776
9776
  uploadType?: string;
9777
9777
  },
9778
- body: UndeleteBucketRequest
9778
+ body: UndeleteBucketRequest,
9779
9779
  ): Request<{}>;
9780
9780
  /** Updates a log bucket asynchronously.If the bucket has a lifecycle_state of DELETE_REQUESTED, then FAILED_PRECONDITION will be returned.After a bucket has been created, the bucket's location cannot be changed. */
9781
9781
  updateAsync(request: {
@@ -9837,7 +9837,7 @@ declare namespace gapi.client {
9837
9837
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9838
9838
  uploadType?: string;
9839
9839
  },
9840
- body: LogBucket
9840
+ body: LogBucket,
9841
9841
  ): Request<Operation>;
9842
9842
  links: LinksResource;
9843
9843
  views: ViewsResource;
@@ -9903,7 +9903,7 @@ declare namespace gapi.client {
9903
9903
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
9904
9904
  uploadType?: string;
9905
9905
  },
9906
- body: LogScope
9906
+ body: LogScope,
9907
9907
  ): Request<LogScope>;
9908
9908
  /** Deletes a log scope. */
9909
9909
  delete(request?: {
@@ -10050,7 +10050,7 @@ declare namespace gapi.client {
10050
10050
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10051
10051
  uploadType?: string;
10052
10052
  },
10053
- body: LogScope
10053
+ body: LogScope,
10054
10054
  ): Request<LogScope>;
10055
10055
  }
10056
10056
  interface OperationsResource {
@@ -10110,7 +10110,7 @@ declare namespace gapi.client {
10110
10110
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10111
10111
  uploadType?: string;
10112
10112
  },
10113
- body: CancelOperationRequest
10113
+ body: CancelOperationRequest,
10114
10114
  ): Request<{}>;
10115
10115
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
10116
10116
  get(request?: {
@@ -10269,7 +10269,7 @@ declare namespace gapi.client {
10269
10269
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10270
10270
  uploadType?: string;
10271
10271
  },
10272
- body: SavedQuery
10272
+ body: SavedQuery,
10273
10273
  ): Request<SavedQuery>;
10274
10274
  /** Deletes an existing SavedQuery that was created by the user making the request. */
10275
10275
  delete(request?: {
@@ -10418,7 +10418,7 @@ declare namespace gapi.client {
10418
10418
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10419
10419
  uploadType?: string;
10420
10420
  },
10421
- body: SavedQuery
10421
+ body: SavedQuery,
10422
10422
  ): Request<SavedQuery>;
10423
10423
  }
10424
10424
  interface LocationsResource {
@@ -10607,7 +10607,7 @@ declare namespace gapi.client {
10607
10607
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10608
10608
  uploadType?: string;
10609
10609
  },
10610
- body: LogMetric
10610
+ body: LogMetric,
10611
10611
  ): Request<LogMetric>;
10612
10612
  /** Deletes a logs-based metric. */
10613
10613
  delete(request?: {
@@ -10750,7 +10750,7 @@ declare namespace gapi.client {
10750
10750
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10751
10751
  uploadType?: string;
10752
10752
  },
10753
- body: LogMetric
10753
+ body: LogMetric,
10754
10754
  ): Request<LogMetric>;
10755
10755
  }
10756
10756
  interface SinksResource {
@@ -10818,7 +10818,7 @@ declare namespace gapi.client {
10818
10818
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10819
10819
  uploadType?: string;
10820
10820
  },
10821
- body: LogSink
10821
+ body: LogSink,
10822
10822
  ): Request<LogSink>;
10823
10823
  /** Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted. */
10824
10824
  delete(request?: {
@@ -10975,7 +10975,7 @@ declare namespace gapi.client {
10975
10975
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
10976
10976
  uploadType?: string;
10977
10977
  },
10978
- body: LogSink
10978
+ body: LogSink,
10979
10979
  ): Request<LogSink>;
10980
10980
  /** Updates a sink. This method replaces the values of the destination and filter fields of the existing sink with the corresponding values from the new sink.The updated sink might also have a new writer_identity; see the unique_writer_identity field. */
10981
10981
  update(request: {
@@ -11045,7 +11045,7 @@ declare namespace gapi.client {
11045
11045
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11046
11046
  uploadType?: string;
11047
11047
  },
11048
- body: LogSink
11048
+ body: LogSink,
11049
11049
  ): Request<LogSink>;
11050
11050
  }
11051
11051
  interface ProjectsResource {
@@ -11174,7 +11174,7 @@ declare namespace gapi.client {
11174
11174
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11175
11175
  uploadType?: string;
11176
11176
  },
11177
- body: LogSink
11177
+ body: LogSink,
11178
11178
  ): Request<LogSink>;
11179
11179
  /** Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted. */
11180
11180
  delete(request?: {
@@ -11331,7 +11331,7 @@ declare namespace gapi.client {
11331
11331
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11332
11332
  uploadType?: string;
11333
11333
  },
11334
- body: LogSink
11334
+ body: LogSink,
11335
11335
  ): Request<LogSink>;
11336
11336
  }
11337
11337
  interface V2Resource {
@@ -11449,7 +11449,7 @@ declare namespace gapi.client {
11449
11449
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11450
11450
  uploadType?: string;
11451
11451
  },
11452
- body: CmekSettings
11452
+ body: CmekSettings,
11453
11453
  ): Request<CmekSettings>;
11454
11454
  /** Updates the settings for the given resource. This method applies to all feature configurations for organization and folders.UpdateSettings fails when any of the following are true: The value of storage_location either isn't supported by Logging or violates the location OrgPolicy. The default_sink_config field is set, but it has an unspecified filter write mode. The value of kms_key_name is invalid. The associated service account doesn't have the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key. Access to the key is disabled.See Configure default settings for organizations and folders (https://cloud.google.com/logging/docs/default-settings) for more information. */
11455
11455
  updateSettings(request: {
@@ -11511,7 +11511,7 @@ declare namespace gapi.client {
11511
11511
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
11512
11512
  uploadType?: string;
11513
11513
  },
11514
- body: Settings
11514
+ body: Settings,
11515
11515
  ): Request<Settings>;
11516
11516
  }
11517
11517
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20250110",
3
+ "version": "0.0.20250204",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.logging
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -74,7 +74,7 @@ gapi.auth.authorize(
74
74
  } else {
75
75
  /* handle authorization error */
76
76
  }
77
- }
77
+ },
78
78
  );
79
79
  ```
80
80