@maxim_mazurok/gapi.client.logging-v2 0.0.20250401 → 0.0.20250411

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 +22 -12
  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: 20250401
12
+ // Revision: 20250411
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -152,7 +152,7 @@ declare namespace gapi.client {
152
152
  link?: Link;
153
153
  /** Required. The ID to use for the link. The link_id can have up to 100 characters. A valid link_id must only have alphanumeric characters and underscores within it. */
154
154
  linkId?: string;
155
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
155
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
156
156
  parent?: string;
157
157
  }
158
158
  interface DefaultSinkConfig {
@@ -1116,7 +1116,7 @@ declare namespace gapi.client {
1116
1116
  linkId?: string;
1117
1117
  /** OAuth 2.0 token for the current user. */
1118
1118
  oauth_token?: string;
1119
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
1119
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
1120
1120
  parent: string;
1121
1121
  /** Returns response with indentations and line breaks. */
1122
1122
  prettyPrint?: boolean;
@@ -1147,7 +1147,7 @@ declare namespace gapi.client {
1147
1147
  linkId?: string;
1148
1148
  /** OAuth 2.0 token for the current user. */
1149
1149
  oauth_token?: string;
1150
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
1150
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
1151
1151
  parent: string;
1152
1152
  /** Returns response with indentations and line breaks. */
1153
1153
  prettyPrint?: boolean;
@@ -2294,6 +2294,8 @@ declare namespace gapi.client {
2294
2294
  alt?: string;
2295
2295
  /** JSONP */
2296
2296
  callback?: string;
2297
+ /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
2298
+ extraLocationTypes?: string | string[];
2297
2299
  /** Selector specifying which fields to include in a partial response. */
2298
2300
  fields?: string;
2299
2301
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160). */
@@ -3390,7 +3392,7 @@ declare namespace gapi.client {
3390
3392
  linkId?: string;
3391
3393
  /** OAuth 2.0 token for the current user. */
3392
3394
  oauth_token?: string;
3393
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
3395
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
3394
3396
  parent: string;
3395
3397
  /** Returns response with indentations and line breaks. */
3396
3398
  prettyPrint?: boolean;
@@ -3421,7 +3423,7 @@ declare namespace gapi.client {
3421
3423
  linkId?: string;
3422
3424
  /** OAuth 2.0 token for the current user. */
3423
3425
  oauth_token?: string;
3424
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
3426
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
3425
3427
  parent: string;
3426
3428
  /** Returns response with indentations and line breaks. */
3427
3429
  prettyPrint?: boolean;
@@ -4869,6 +4871,8 @@ declare namespace gapi.client {
4869
4871
  alt?: string;
4870
4872
  /** JSONP */
4871
4873
  callback?: string;
4874
+ /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
4875
+ extraLocationTypes?: string | string[];
4872
4876
  /** Selector specifying which fields to include in a partial response. */
4873
4877
  fields?: string;
4874
4878
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160). */
@@ -5396,7 +5400,7 @@ declare namespace gapi.client {
5396
5400
  linkId?: string;
5397
5401
  /** OAuth 2.0 token for the current user. */
5398
5402
  oauth_token?: string;
5399
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
5403
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
5400
5404
  parent: string;
5401
5405
  /** Returns response with indentations and line breaks. */
5402
5406
  prettyPrint?: boolean;
@@ -5427,7 +5431,7 @@ declare namespace gapi.client {
5427
5431
  linkId?: string;
5428
5432
  /** OAuth 2.0 token for the current user. */
5429
5433
  oauth_token?: string;
5430
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
5434
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
5431
5435
  parent: string;
5432
5436
  /** Returns response with indentations and line breaks. */
5433
5437
  prettyPrint?: boolean;
@@ -6380,6 +6384,8 @@ declare namespace gapi.client {
6380
6384
  alt?: string;
6381
6385
  /** JSONP */
6382
6386
  callback?: string;
6387
+ /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
6388
+ extraLocationTypes?: string | string[];
6383
6389
  /** Selector specifying which fields to include in a partial response. */
6384
6390
  fields?: string;
6385
6391
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160). */
@@ -6725,7 +6731,7 @@ declare namespace gapi.client {
6725
6731
  linkId?: string;
6726
6732
  /** OAuth 2.0 token for the current user. */
6727
6733
  oauth_token?: string;
6728
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
6734
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
6729
6735
  parent: string;
6730
6736
  /** Returns response with indentations and line breaks. */
6731
6737
  prettyPrint?: boolean;
@@ -6756,7 +6762,7 @@ declare namespace gapi.client {
6756
6762
  linkId?: string;
6757
6763
  /** OAuth 2.0 token for the current user. */
6758
6764
  oauth_token?: string;
6759
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
6765
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
6760
6766
  parent: string;
6761
6767
  /** Returns response with indentations and line breaks. */
6762
6768
  prettyPrint?: boolean;
@@ -8204,6 +8210,8 @@ declare namespace gapi.client {
8204
8210
  alt?: string;
8205
8211
  /** JSONP */
8206
8212
  callback?: string;
8213
+ /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
8214
+ extraLocationTypes?: string | string[];
8207
8215
  /** Selector specifying which fields to include in a partial response. */
8208
8216
  fields?: string;
8209
8217
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160). */
@@ -9000,7 +9008,7 @@ declare namespace gapi.client {
9000
9008
  linkId?: string;
9001
9009
  /** OAuth 2.0 token for the current user. */
9002
9010
  oauth_token?: string;
9003
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
9011
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
9004
9012
  parent: string;
9005
9013
  /** Returns response with indentations and line breaks. */
9006
9014
  prettyPrint?: boolean;
@@ -9031,7 +9039,7 @@ declare namespace gapi.client {
9031
9039
  linkId?: string;
9032
9040
  /** OAuth 2.0 token for the current user. */
9033
9041
  oauth_token?: string;
9034
- /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
9042
+ /** Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" */
9035
9043
  parent: string;
9036
9044
  /** Returns response with indentations and line breaks. */
9037
9045
  prettyPrint?: boolean;
@@ -10479,6 +10487,8 @@ declare namespace gapi.client {
10479
10487
  alt?: string;
10480
10488
  /** JSONP */
10481
10489
  callback?: string;
10490
+ /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
10491
+ extraLocationTypes?: string | string[];
10482
10492
  /** Selector specifying which fields to include in a partial response. */
10483
10493
  fields?: string;
10484
10494
  /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20250401",
3
+ "version": "0.0.20250411",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "repository": {
6
6
  "type": "git",