@maxim_mazurok/gapi.client.logging-v2 0.0.20230531 → 0.0.20230706

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 +25 -24
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230531
12
+ // Revision: 20230706
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -81,7 +81,7 @@ declare namespace gapi.client {
81
81
  /**
82
82
  * The resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" For
83
83
  * example:"projects/my-project/locations/us-central1/keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid kms_key_name for which the
84
- * associated service account has the required cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the
84
+ * associated service account has the needed cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS key used by the Log Router can be updated by changing the
85
85
  * kms_key_name to a new valid key name or disabled by setting the key name to an empty string. Encryption operations that are in progress will be completed with the key that was in
86
86
  * use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked.To disable CMEK for
87
87
  * the Log Router, set this field to an empty string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
@@ -1226,8 +1226,9 @@ declare namespace gapi.client {
1226
1226
  name?:
1227
1227
  string;
1228
1228
  /**
1229
- * Optional. The Cloud region that will be used for _Default and _Required log buckets for newly created projects and folders. For example europe-west1. This setting does not affect
1230
- * the location of custom log buckets.
1229
+ * Optional. The storage location that Cloud Logging will use to create new resources when a location is needed but not explicitly provided. The use cases includes: The location of
1230
+ * _Default and _Required log bucket for newly created projects and folders.Example value: europe-west1.Note: this setting does not affect the location of resources where a location is
1231
+ * explicitly provided when created, such as custom log buckets.
1231
1232
  */
1232
1233
  storageLocation?:
1233
1234
  string;
@@ -3371,8 +3372,8 @@ declare namespace gapi.client {
3371
3372
  callback?:
3372
3373
  string;
3373
3374
  /**
3374
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
3375
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
3375
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
3376
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
3376
3377
  */
3377
3378
  customWriterIdentity?:
3378
3379
  string;
@@ -3429,8 +3430,8 @@ declare namespace gapi.client {
3429
3430
  callback?:
3430
3431
  string;
3431
3432
  /**
3432
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
3433
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
3433
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
3434
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
3434
3435
  */
3435
3436
  customWriterIdentity?:
3436
3437
  string;
@@ -6619,8 +6620,8 @@ declare namespace gapi.client {
6619
6620
  callback?:
6620
6621
  string;
6621
6622
  /**
6622
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
6623
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
6623
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
6624
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
6624
6625
  */
6625
6626
  customWriterIdentity?:
6626
6627
  string;
@@ -6677,8 +6678,8 @@ declare namespace gapi.client {
6677
6678
  callback?:
6678
6679
  string;
6679
6680
  /**
6680
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
6681
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
6681
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
6682
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
6682
6683
  */
6683
6684
  customWriterIdentity?:
6684
6685
  string;
@@ -10957,8 +10958,8 @@ declare namespace gapi.client {
10957
10958
  callback?:
10958
10959
  string;
10959
10960
  /**
10960
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
10961
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
10961
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
10962
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
10962
10963
  */
10963
10964
  customWriterIdentity?:
10964
10965
  string;
@@ -11015,8 +11016,8 @@ declare namespace gapi.client {
11015
11016
  callback?:
11016
11017
  string;
11017
11018
  /**
11018
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
11019
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
11019
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
11020
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
11020
11021
  */
11021
11022
  customWriterIdentity?:
11022
11023
  string;
@@ -14074,8 +14075,8 @@ declare namespace gapi.client {
14074
14075
  callback?:
14075
14076
  string;
14076
14077
  /**
14077
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
14078
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
14078
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
14079
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
14079
14080
  */
14080
14081
  customWriterIdentity?:
14081
14082
  string;
@@ -14132,8 +14133,8 @@ declare namespace gapi.client {
14132
14133
  callback?:
14133
14134
  string;
14134
14135
  /**
14135
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
14136
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
14136
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
14137
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
14137
14138
  */
14138
14139
  customWriterIdentity?:
14139
14140
  string;
@@ -14713,8 +14714,8 @@ declare namespace gapi.client {
14713
14714
  callback?:
14714
14715
  string;
14715
14716
  /**
14716
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
14717
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
14717
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
14718
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
14718
14719
  */
14719
14720
  customWriterIdentity?:
14720
14721
  string;
@@ -14771,8 +14772,8 @@ declare namespace gapi.client {
14771
14772
  callback?:
14772
14773
  string;
14773
14774
  /**
14774
- * Optional. A service account provided by the caller that will be used to write the log entries. Must be of format serviceAccount:some@email. This can only be specified if writing
14775
- * to a destination outside the sink's project. If not specified, a p4 service account will automatically be generated.
14775
+ * Optional. A service account provided by the caller that will be used to write the log entries. The format must be serviceAccount:some@email. This field can only be specified if
14776
+ * you are routing logs to a destination outside this sink's project. If not specified, a Logging service account will automatically be generated.
14776
14777
  */
14777
14778
  customWriterIdentity?:
14778
14779
  string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.logging-v2",
3
- "version": "0.0.20230531",
3
+ "version": "0.0.20230706",
4
4
  "description": "TypeScript typings for Cloud Logging API v2",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230531
6
+ // Revision: 20230706
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */