@maxim_mazurok/gapi.client.logging-v2 0.0.20240112 → 0.0.20240223

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 (2) hide show
  1. package/index.d.ts +4 -2
  2. package/package.json +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: 20240112
12
+ // Revision: 20240223
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -74,7 +74,7 @@ declare namespace gapi.client {
74
74
  endTime?: string;
75
75
  /** Estimated progress of the operation (0 - 100%). */
76
76
  progress?: number;
77
- /** CopyLogEntries RPC request. */
77
+ /** CopyLogEntries RPC request. This field is deprecated and not used. */
78
78
  request?: CopyLogEntriesRequest;
79
79
  /** Source from which to copy log entries.For example, a log bucket:"projects/my-project/locations/global/buckets/my-source-bucket" */
80
80
  source?: string;
@@ -693,6 +693,8 @@ declare namespace gapi.client {
693
693
  opsAnalyticsQuery?: OpsAnalyticsQuery;
694
694
  /** Output only. The timestamp when the saved query was last updated. */
695
695
  updateTime?: string;
696
+ /** Required. The visibility status of this query, which determines its ownership. */
697
+ visibility?: string;
696
698
  }
697
699
  interface Settings {
698
700
  /** Optional. Overrides the built-in configuration for _Default sink. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20240112",
3
+ "version": "0.0.20240223",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",