@maxim_mazurok/gapi.client.logging-v2 0.0.20250508 → 0.0.20250516

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 +6 -6
  2. package/package.json +1 -1
  3. package/readme.md +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://logging.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20250508
12
+ // Revision: 20250516
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2325,7 +2325,7 @@ declare namespace gapi.client {
2325
2325
  savedQueries: SavedQueriesResource;
2326
2326
  }
2327
2327
  interface LogsResource {
2328
- /** Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
2328
+ /** Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
2329
2329
  delete(request?: {
2330
2330
  /** V1 error format. */
2331
2331
  '$.xgafv'?: string;
@@ -4903,7 +4903,7 @@ declare namespace gapi.client {
4903
4903
  savedQueries: SavedQueriesResource;
4904
4904
  }
4905
4905
  interface LogsResource {
4906
- /** Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
4906
+ /** Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
4907
4907
  delete(request?: {
4908
4908
  /** V1 error format. */
4909
4909
  '$.xgafv'?: string;
@@ -6413,7 +6413,7 @@ declare namespace gapi.client {
6413
6413
  operations: OperationsResource;
6414
6414
  }
6415
6415
  interface LogsResource {
6416
- /** Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
6416
+ /** Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
6417
6417
  delete(request?: {
6418
6418
  /** V1 error format. */
6419
6419
  '$.xgafv'?: string;
@@ -8242,7 +8242,7 @@ declare namespace gapi.client {
8242
8242
  savedQueries: SavedQueriesResource;
8243
8243
  }
8244
8244
  interface LogsResource {
8245
- /** Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
8245
+ /** Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
8246
8246
  delete(request?: {
8247
8247
  /** V1 error format. */
8248
8248
  '$.xgafv'?: string;
@@ -10519,7 +10519,7 @@ declare namespace gapi.client {
10519
10519
  savedQueries: SavedQueriesResource;
10520
10520
  }
10521
10521
  interface LogsResource {
10522
- /** Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
10522
+ /** Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted. */
10523
10523
  delete(request?: {
10524
10524
  /** V1 error format. */
10525
10525
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20250508",
3
+ "version": "0.0.20250516",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -162,7 +162,7 @@ Lists information about the supported locations for this service.
162
162
  await gapi.client.logging.locations.list({name: 'name'});
163
163
 
164
164
  /*
165
- Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
165
+ Deletes all the log entries in a log for the global _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
166
166
  */
167
167
  await gapi.client.logging.logs.delete({logName: 'logName'});
168
168