@maxim_mazurok/gapi.client.logging-v2 0.0.20240620 → 0.0.20240726

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 +17 -9
  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: 20240620
12
+ // Revision: 20240726
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -213,7 +213,7 @@ declare namespace gapi.client {
213
213
  interface IndexConfig {
214
214
  /** Output only. The timestamp when the index was last modified.This is used to return the timestamp, and will be ignored if supplied during update. */
215
215
  createTime?: string;
216
- /** Required. The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For example: jsonPayload.request.status */
216
+ /** Required. The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/analyze/custom-index) for details.For example: jsonPayload.request.status */
217
217
  fieldPath?: string;
218
218
  /** Required. The type of data in this index. */
219
219
  type?: string;
@@ -293,7 +293,7 @@ declare namespace gapi.client {
293
293
  pageToken?: string;
294
294
  /** Optional. Deprecated. Use resource_names instead. One or more project identifiers or project numbers from which to retrieve log entries. Example: "my-project-1A". */
295
295
  projectIds?: string[];
296
- /** Required. Names of one or more parent resources from which to retrieve log entries: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID]May alternatively be one or more views: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]Projects listed in the project_ids field are added to this list. A maximum of 100 resources may be specified in a single request. */
296
+ /** Required. Names of one or more parent resources from which to retrieve log entries. Resources may either be resource containers or specific LogViews. For the case of resource containers, all logs ingested into that container will be returned regardless of which LogBuckets they are actually stored in - i.e. these queries may fan out to multiple regions. In the event of region unavailability, specify a specific set of LogViews that do not include the unavailable region. projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]Projects listed in the project_ids field are added to this list. A maximum of 100 resources may be specified in a single request. */
297
297
  resourceNames?: string[];
298
298
  }
299
299
  interface ListLogEntriesResponse {
@@ -2132,6 +2132,8 @@ declare namespace gapi.client {
2132
2132
  callback?: string;
2133
2133
  /** Selector specifying which fields to include in a partial response. */
2134
2134
  fields?: string;
2135
+ /** Optional. Specifies the type ("Logging" or "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries to list. If provided, the filter must contain either the type function or a visibility token, or both. If both are chosen, they can be placed in any order, but they must be joined by the AND operator or the empty character.The two supported type function calls are: type("Logging") type("OpsAnalytics")The two supported visibility tokens are: visibility = PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility = PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)" visibility = PRIVATE visibility = SHARED */
2136
+ filter?: string;
2135
2137
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2136
2138
  key?: string;
2137
2139
  /** OAuth 2.0 token for the current user. */
@@ -4494,6 +4496,8 @@ declare namespace gapi.client {
4494
4496
  callback?: string;
4495
4497
  /** Selector specifying which fields to include in a partial response. */
4496
4498
  fields?: string;
4499
+ /** Optional. Specifies the type ("Logging" or "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries to list. If provided, the filter must contain either the type function or a visibility token, or both. If both are chosen, they can be placed in any order, but they must be joined by the AND operator or the empty character.The two supported type function calls are: type("Logging") type("OpsAnalytics")The two supported visibility tokens are: visibility = PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility = PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)" visibility = PRIVATE visibility = SHARED */
4500
+ filter?: string;
4497
4501
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4498
4502
  key?: string;
4499
4503
  /** OAuth 2.0 token for the current user. */
@@ -5068,7 +5072,7 @@ declare namespace gapi.client {
5068
5072
  fields?: string;
5069
5073
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5070
5074
  key?: string;
5071
- /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example:"organizations/12345/settings" */
5075
+ /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For example:"organizations/12345/settings" */
5072
5076
  name: string;
5073
5077
  /** OAuth 2.0 token for the current user. */
5074
5078
  oauth_token?: string;
@@ -5099,7 +5103,7 @@ declare namespace gapi.client {
5099
5103
  fields?: string;
5100
5104
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5101
5105
  key?: string;
5102
- /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example:"organizations/12345/settings" */
5106
+ /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For example:"organizations/12345/settings" */
5103
5107
  name: string;
5104
5108
  /** OAuth 2.0 token for the current user. */
5105
5109
  oauth_token?: string;
@@ -7615,6 +7619,8 @@ declare namespace gapi.client {
7615
7619
  callback?: string;
7616
7620
  /** Selector specifying which fields to include in a partial response. */
7617
7621
  fields?: string;
7622
+ /** Optional. Specifies the type ("Logging" or "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries to list. If provided, the filter must contain either the type function or a visibility token, or both. If both are chosen, they can be placed in any order, but they must be joined by the AND operator or the empty character.The two supported type function calls are: type("Logging") type("OpsAnalytics")The two supported visibility tokens are: visibility = PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility = PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)" visibility = PRIVATE visibility = SHARED */
7623
+ filter?: string;
7618
7624
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
7619
7625
  key?: string;
7620
7626
  /** OAuth 2.0 token for the current user. */
@@ -8251,7 +8257,7 @@ declare namespace gapi.client {
8251
8257
  fields?: string;
8252
8258
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8253
8259
  key?: string;
8254
- /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example:"organizations/12345/settings" */
8260
+ /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For example:"organizations/12345/settings" */
8255
8261
  name: string;
8256
8262
  /** OAuth 2.0 token for the current user. */
8257
8263
  oauth_token?: string;
@@ -8282,7 +8288,7 @@ declare namespace gapi.client {
8282
8288
  fields?: string;
8283
8289
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8284
8290
  key?: string;
8285
- /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example:"organizations/12345/settings" */
8291
+ /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For example:"organizations/12345/settings" */
8286
8292
  name: string;
8287
8293
  /** OAuth 2.0 token for the current user. */
8288
8294
  oauth_token?: string;
@@ -9676,6 +9682,8 @@ declare namespace gapi.client {
9676
9682
  callback?: string;
9677
9683
  /** Selector specifying which fields to include in a partial response. */
9678
9684
  fields?: string;
9685
+ /** Optional. Specifies the type ("Logging" or "OpsAnalytics") and the visibility (PRIVATE or SHARED) of the saved queries to list. If provided, the filter must contain either the type function or a visibility token, or both. If both are chosen, they can be placed in any order, but they must be joined by the AND operator or the empty character.The two supported type function calls are: type("Logging") type("OpsAnalytics")The two supported visibility tokens are: visibility = PRIVATE visibility = SHAREDFor example:type("Logging") AND visibility = PRIVATE visibility=SHARED type("OpsAnalytics") type("OpsAnalytics)" visibility = PRIVATE visibility = SHARED */
9686
+ filter?: string;
9679
9687
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
9680
9688
  key?: string;
9681
9689
  /** OAuth 2.0 token for the current user. */
@@ -10801,7 +10809,7 @@ declare namespace gapi.client {
10801
10809
  fields?: string;
10802
10810
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
10803
10811
  key?: string;
10804
- /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example:"organizations/12345/settings" */
10812
+ /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For example:"organizations/12345/settings" */
10805
10813
  name: string;
10806
10814
  /** OAuth 2.0 token for the current user. */
10807
10815
  oauth_token?: string;
@@ -10832,7 +10840,7 @@ declare namespace gapi.client {
10832
10840
  fields?: string;
10833
10841
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
10834
10842
  key?: string;
10835
- /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" For example:"organizations/12345/settings" */
10843
+ /** Required. The resource name for the settings to update. "organizations/[ORGANIZATION_ID]/settings" "folders/[FOLDER_ID]/settings" For example:"organizations/12345/settings" */
10836
10844
  name: string;
10837
10845
  /** OAuth 2.0 token for the current user. */
10838
10846
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20240620",
3
+ "version": "0.0.20240726",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",