google-apis-logging_v2 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c1b751f6367752dfb635f7d9f6318e7d5ca440cde804ccad1b076d5d10c400c
4
- data.tar.gz: 3e73aba2b9024cfcb82fec62880e312d4f1723b56de3271e0c13a9b07644c8f5
3
+ metadata.gz: 5bf190a50ee24f0cb1c6fa9aa9b05835859a270719c903124cdad999a0a2ba98
4
+ data.tar.gz: 6ce266e157f6640f38465087fd3901dab96b4d148ad9da43c5f5da92eea8f6c9
5
5
  SHA512:
6
- metadata.gz: 92d3d1626ecf602b47ea4627c726091062dbe49ba1903e4b818fbc69b0abedb46226c468ef35422e165d2376c0bb61d5c63edef2c5ac838e6ca283a400de68ed
7
- data.tar.gz: 8cc68c0df8a5fcaf413fe1a147e053f26d63d89cb6e4bd98e256f746985f7705735b124fd335d888f9611eb70b788e1fa6d3c76ede7f7cb2de4f09b83759d417
6
+ metadata.gz: 1f30a696e423f8fb10faf573eb41bce045ac4ec4a709f8f5268baaac3d13c00657077acbfdcdc9e2522ab13208c3577798d002f213a522d51c7413084331462d
7
+ data.tar.gz: 2788946e17c4e5c98cb67e7c95128e780785d277d32bc04642fccc4a76ccf3cd4f9a1f6713b0c55ded45ae7efbb077c3856afa84246adbb72792d04ae610e54c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.49.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230706
6
+
3
7
  ### v0.48.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230623
@@ -208,16 +208,16 @@ module Google
208
208
  # projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]"
209
209
  # For example:"projects/my-project/locations/us-central1/keyRings/my-ring/
210
210
  # cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid
211
- # kms_key_name for which the associated service account has the required
212
- # cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS
213
- # key used by the Log Router can be updated by changing the kms_key_name to a
214
- # new valid key name or disabled by setting the key name to an empty string.
215
- # Encryption operations that are in progress will be completed with the key that
216
- # was in use when they started. Decryption operations will be completed using
217
- # the key that was used at the time of encryption unless access to that key has
218
- # been revoked.To disable CMEK for the Log Router, set this field to an empty
219
- # string.See Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/
220
- # routing/managed-encryption) for more information.
211
+ # kms_key_name for which the associated service account has the needed cloudkms.
212
+ # cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS key used
213
+ # by the Log Router can be updated by changing the kms_key_name to a new valid
214
+ # key name or disabled by setting the key name to an empty string. Encryption
215
+ # operations that are in progress will be completed with the key that was in use
216
+ # when they started. Decryption operations will be completed using the key that
217
+ # was used at the time of encryption unless access to that key has been revoked.
218
+ # To disable CMEK for the Log Router, set this field to an empty string.See
219
+ # Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/
220
+ # managed-encryption) for more information.
221
221
  # Corresponds to the JSON property `kmsKeyName`
222
222
  # @return [String]
223
223
  attr_accessor :kms_key_name
@@ -2832,9 +2832,12 @@ module Google
2832
2832
  # @return [String]
2833
2833
  attr_accessor :name
2834
2834
 
2835
- # Optional. The Cloud region that will be used for _Default and _Required log
2836
- # buckets for newly created projects and folders. For example europe-west1. This
2837
- # setting does not affect the location of custom log buckets.
2835
+ # Optional. The storage location that Cloud Logging will use to create new
2836
+ # resources when a location is needed but not explicitly provided. The use cases
2837
+ # includes: The location of _Default and _Required log bucket for newly created
2838
+ # projects and folders.Example value: europe-west1.Note: this setting does not
2839
+ # affect the location of resources where a location is explicitly provided when
2840
+ # created, such as custom log buckets.
2838
2841
  # Corresponds to the JSON property `storageLocation`
2839
2842
  # @return [String]
2840
2843
  attr_accessor :storage_location
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LoggingV2
18
18
  # Version of the google-apis-logging_v2 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230623"
25
+ REVISION = "20230706"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
63
63
  post_install_message:
64
64
  rdoc_options: []