@maxim_mazurok/gapi.client.logging-v2 0.0.20240207 → 0.0.20240301

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 +27 -27
  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: 20240207
12
+ // Revision: 20240301
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;
@@ -102,7 +102,7 @@ declare namespace gapi.client {
102
102
  interface CreateBucketRequest {
103
103
  /** Required. The new bucket. The region specified in the new bucket must be compliant with any Location Restriction Org Policy. The name field in the bucket is ignored. */
104
104
  bucket?: LogBucket;
105
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
105
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
106
106
  bucketId?: string;
107
107
  /** Required. The resource in which to create the log bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]" For example:"projects/my-project/locations/global" */
108
108
  parent?: string;
@@ -333,7 +333,7 @@ declare namespace gapi.client {
333
333
  logAnalyticsEnabled?: boolean;
334
334
  }
335
335
  interface LogBucket {
336
- /** Optional. Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be disabled. */
336
+ /** Whether log analytics is enabled for this bucket.Once enabled, log analytics features cannot be disabled. */
337
337
  analyticsEnabled?: boolean;
338
338
  /** Optional. The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed. */
339
339
  cmekSettings?: CmekSettings;
@@ -683,7 +683,7 @@ declare namespace gapi.client {
683
683
  createTime?: string;
684
684
  /** Optional. A human readable description of the saved query. */
685
685
  description?: string;
686
- /** Optional. The user specified title for the SavedQuery. */
686
+ /** Required. The user specified title for the SavedQuery. */
687
687
  displayName?: string;
688
688
  /** Logging query that can be executed in Logs Explorer or via Logging API. */
689
689
  loggingQuery?: LoggingQuery;
@@ -693,10 +693,10 @@ 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
- /** Optional. The default analytics mode of an org or folder which is inherited by all newly created child project buckets. */
699
- analyticsMode?: string;
700
700
  /** Optional. Overrides the built-in configuration for _Default sink. */
701
701
  defaultSinkConfig?: DefaultSinkConfig;
702
702
  /** Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log storage if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed. */
@@ -1394,7 +1394,7 @@ declare namespace gapi.client {
1394
1394
  access_token?: string;
1395
1395
  /** Data format for response. */
1396
1396
  alt?: string;
1397
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
1397
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
1398
1398
  bucketId?: string;
1399
1399
  /** JSONP */
1400
1400
  callback?: string;
@@ -1425,7 +1425,7 @@ declare namespace gapi.client {
1425
1425
  access_token?: string;
1426
1426
  /** Data format for response. */
1427
1427
  alt?: string;
1428
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
1428
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
1429
1429
  bucketId?: string;
1430
1430
  /** JSONP */
1431
1431
  callback?: string;
@@ -1456,7 +1456,7 @@ declare namespace gapi.client {
1456
1456
  access_token?: string;
1457
1457
  /** Data format for response. */
1458
1458
  alt?: string;
1459
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
1459
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
1460
1460
  bucketId?: string;
1461
1461
  /** JSONP */
1462
1462
  callback?: string;
@@ -1487,7 +1487,7 @@ declare namespace gapi.client {
1487
1487
  access_token?: string;
1488
1488
  /** Data format for response. */
1489
1489
  alt?: string;
1490
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
1490
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
1491
1491
  bucketId?: string;
1492
1492
  /** JSONP */
1493
1493
  callback?: string;
@@ -3573,7 +3573,7 @@ declare namespace gapi.client {
3573
3573
  access_token?: string;
3574
3574
  /** Data format for response. */
3575
3575
  alt?: string;
3576
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
3576
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
3577
3577
  bucketId?: string;
3578
3578
  /** JSONP */
3579
3579
  callback?: string;
@@ -3604,7 +3604,7 @@ declare namespace gapi.client {
3604
3604
  access_token?: string;
3605
3605
  /** Data format for response. */
3606
3606
  alt?: string;
3607
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
3607
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
3608
3608
  bucketId?: string;
3609
3609
  /** JSONP */
3610
3610
  callback?: string;
@@ -3635,7 +3635,7 @@ declare namespace gapi.client {
3635
3635
  access_token?: string;
3636
3636
  /** Data format for response. */
3637
3637
  alt?: string;
3638
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
3638
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
3639
3639
  bucketId?: string;
3640
3640
  /** JSONP */
3641
3641
  callback?: string;
@@ -3666,7 +3666,7 @@ declare namespace gapi.client {
3666
3666
  access_token?: string;
3667
3667
  /** Data format for response. */
3668
3668
  alt?: string;
3669
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
3669
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
3670
3670
  bucketId?: string;
3671
3671
  /** JSONP */
3672
3672
  callback?: string;
@@ -5146,7 +5146,7 @@ declare namespace gapi.client {
5146
5146
  access_token?: string;
5147
5147
  /** Data format for response. */
5148
5148
  alt?: string;
5149
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
5149
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
5150
5150
  bucketId?: string;
5151
5151
  /** JSONP */
5152
5152
  callback?: string;
@@ -5177,7 +5177,7 @@ declare namespace gapi.client {
5177
5177
  access_token?: string;
5178
5178
  /** Data format for response. */
5179
5179
  alt?: string;
5180
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
5180
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
5181
5181
  bucketId?: string;
5182
5182
  /** JSONP */
5183
5183
  callback?: string;
@@ -5208,7 +5208,7 @@ declare namespace gapi.client {
5208
5208
  access_token?: string;
5209
5209
  /** Data format for response. */
5210
5210
  alt?: string;
5211
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
5211
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
5212
5212
  bucketId?: string;
5213
5213
  /** JSONP */
5214
5214
  callback?: string;
@@ -5239,7 +5239,7 @@ declare namespace gapi.client {
5239
5239
  access_token?: string;
5240
5240
  /** Data format for response. */
5241
5241
  alt?: string;
5242
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
5242
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
5243
5243
  bucketId?: string;
5244
5244
  /** JSONP */
5245
5245
  callback?: string;
@@ -6421,7 +6421,7 @@ declare namespace gapi.client {
6421
6421
  access_token?: string;
6422
6422
  /** Data format for response. */
6423
6423
  alt?: string;
6424
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
6424
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
6425
6425
  bucketId?: string;
6426
6426
  /** JSONP */
6427
6427
  callback?: string;
@@ -6452,7 +6452,7 @@ declare namespace gapi.client {
6452
6452
  access_token?: string;
6453
6453
  /** Data format for response. */
6454
6454
  alt?: string;
6455
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
6455
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
6456
6456
  bucketId?: string;
6457
6457
  /** JSONP */
6458
6458
  callback?: string;
@@ -6483,7 +6483,7 @@ declare namespace gapi.client {
6483
6483
  access_token?: string;
6484
6484
  /** Data format for response. */
6485
6485
  alt?: string;
6486
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
6486
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
6487
6487
  bucketId?: string;
6488
6488
  /** JSONP */
6489
6489
  callback?: string;
@@ -6514,7 +6514,7 @@ declare namespace gapi.client {
6514
6514
  access_token?: string;
6515
6515
  /** Data format for response. */
6516
6516
  alt?: string;
6517
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
6517
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
6518
6518
  bucketId?: string;
6519
6519
  /** JSONP */
6520
6520
  callback?: string;
@@ -8299,7 +8299,7 @@ declare namespace gapi.client {
8299
8299
  access_token?: string;
8300
8300
  /** Data format for response. */
8301
8301
  alt?: string;
8302
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
8302
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
8303
8303
  bucketId?: string;
8304
8304
  /** JSONP */
8305
8305
  callback?: string;
@@ -8330,7 +8330,7 @@ declare namespace gapi.client {
8330
8330
  access_token?: string;
8331
8331
  /** Data format for response. */
8332
8332
  alt?: string;
8333
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
8333
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
8334
8334
  bucketId?: string;
8335
8335
  /** JSONP */
8336
8336
  callback?: string;
@@ -8361,7 +8361,7 @@ declare namespace gapi.client {
8361
8361
  access_token?: string;
8362
8362
  /** Data format for response. */
8363
8363
  alt?: string;
8364
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
8364
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
8365
8365
  bucketId?: string;
8366
8366
  /** JSONP */
8367
8367
  callback?: string;
@@ -8392,7 +8392,7 @@ declare namespace gapi.client {
8392
8392
  access_token?: string;
8393
8393
  /** Data format for response. */
8394
8394
  alt?: string;
8395
- /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. */
8395
+ /** Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. Bucket identifiers must start with an alphanumeric character. */
8396
8396
  bucketId?: string;
8397
8397
  /** JSONP */
8398
8398
  callback?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20240207",
3
+ "version": "0.0.20240301",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",