google-apis-logging_v2 0.23.0 → 0.24.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: 5d62efe21639bb7eb73de0a75c299d235e1b78c9979171a11d2a0b09ccf7e6bf
4
- data.tar.gz: 3ddf8f9a334ef8749207658c516437fb060bd09ffa181c7960c9568b8690709e
3
+ metadata.gz: 97bf17ac0ea103f234acd6538e84f10cd7183efb3d52f1ac620b3ed34488e158
4
+ data.tar.gz: c4152353e12970ffa5d4367e11090e6e5bc12e80f34f07908a24128fe05430c7
5
5
  SHA512:
6
- metadata.gz: 8639b36e87cc44c173d2de829b4679f98b03a68b213d52312f638a71311a2e707ee16295f59ee262cd8dc8299ad34b4ca4a462dea7d3095d95a7cce0240c12b3
7
- data.tar.gz: db74de84475cabe5f1ee463cd273633870e644c335fd3b42e3c03d0159f9c5e14e39c05979406797f3f08c6da8f270cd8b358d6f207946b23dd810061e91bc00
6
+ metadata.gz: 23b33609b6f49b293e520270599eaac63904a942eac35e1304dad9a170df47d99654d03cfe4383959e1b594e95eb9f10c913b5287a4494873725ff3adf151c03
7
+ data.tar.gz: 752422e4f9b3443e3830bfe31346d85165c8dd6b8ec26e48b3bf617114e3e23e21c8f3e5791c93b0813339368308be511497043df4bb3af2639f28af1a13efc6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.24.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220211
6
+
3
7
  ### v0.23.0 (2022-02-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220204
@@ -2392,6 +2392,34 @@ module Google
2392
2392
  attr_accessor :disable_default_sink
2393
2393
  alias_method :disable_default_sink?, :disable_default_sink
2394
2394
 
2395
+ # Optional. The resource name for the configured Cloud KMS key.KMS key name
2396
+ # format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/
2397
+ # cryptoKeys/[KEY]" For example:"projects/my-project/locations/us-central1/
2398
+ # keyRings/my-ring/cryptoKeys/my-key"To enable CMEK for the Log Router, set this
2399
+ # field to a valid kms_key_name for which the associated service account has the
2400
+ # required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.
2401
+ # The Cloud KMS key used by the Log Router can be updated by changing the
2402
+ # kms_key_name to a new valid key name. Encryption operations that are in
2403
+ # progress will be completed with the key that was in use when they started.
2404
+ # Decryption operations will be completed using the key that was used at the
2405
+ # time of encryption unless access to that key has been revoked.To disable CMEK
2406
+ # for the Log Router, set this field to an empty string.See Enabling CMEK for
2407
+ # Log Router (https://cloud.google.com/logging/docs/routing/managed-encryption)
2408
+ # for more information.
2409
+ # Corresponds to the JSON property `kmsKeyName`
2410
+ # @return [String]
2411
+ attr_accessor :kms_key_name
2412
+
2413
+ # Output only. The service account that will be used by the Log Router to access
2414
+ # your Cloud KMS key.Before enabling CMEK for Log Router, you must first assign
2415
+ # the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account
2416
+ # that the Log Router will use to access your Cloud KMS key. Use GetSettings to
2417
+ # obtain the service account ID.See Enabling CMEK for Log Router (https://cloud.
2418
+ # google.com/logging/docs/routing/managed-encryption) for more information.
2419
+ # Corresponds to the JSON property `kmsServiceAccountId`
2420
+ # @return [String]
2421
+ attr_accessor :kms_service_account_id
2422
+
2395
2423
  # Output only. The resource name of the settings.
2396
2424
  # Corresponds to the JSON property `name`
2397
2425
  # @return [String]
@@ -2411,6 +2439,8 @@ module Google
2411
2439
  # Update properties of this object
2412
2440
  def update!(**args)
2413
2441
  @disable_default_sink = args[:disable_default_sink] if args.key?(:disable_default_sink)
2442
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
2443
+ @kms_service_account_id = args[:kms_service_account_id] if args.key?(:kms_service_account_id)
2414
2444
  @name = args[:name] if args.key?(:name)
2415
2445
  @storage_location = args[:storage_location] if args.key?(:storage_location)
2416
2446
  end
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220204"
25
+ REVISION = "20220211"
26
26
  end
27
27
  end
28
28
  end
@@ -833,6 +833,8 @@ module Google
833
833
  # @private
834
834
  class Representation < Google::Apis::Core::JsonRepresentation
835
835
  property :disable_default_sink, as: 'disableDefaultSink'
836
+ property :kms_key_name, as: 'kmsKeyName'
837
+ property :kms_service_account_id, as: 'kmsServiceAccountId'
836
838
  property :name, as: 'name'
837
839
  property :storage_location, as: 'storageLocation'
838
840
  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.23.0
4
+ version: 0.24.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-21 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.24.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: []