google-apis-logging_v2 0.48.0 → 0.49.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/logging_v2/classes.rb +16 -13
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bf190a50ee24f0cb1c6fa9aa9b05835859a270719c903124cdad999a0a2ba98
|
|
4
|
+
data.tar.gz: 6ce266e157f6640f38465087fd3901dab96b4d148ad9da43c5f5da92eea8f6c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f30a696e423f8fb10faf573eb41bce045ac4ec4a709f8f5268baaac3d13c00657077acbfdcdc9e2522ab13208c3577798d002f213a522d51c7413084331462d
|
|
7
|
+
data.tar.gz: 2788946e17c4e5c98cb67e7c95128e780785d277d32bc04642fccc4a76ccf3cd4f9a1f6713b0c55ded45ae7efbb077c3856afa84246adbb72792d04ae610e54c
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
212
|
-
#
|
|
213
|
-
#
|
|
214
|
-
#
|
|
215
|
-
#
|
|
216
|
-
#
|
|
217
|
-
#
|
|
218
|
-
#
|
|
219
|
-
#
|
|
220
|
-
#
|
|
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
|
|
2836
|
-
#
|
|
2837
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|