google-apis-integrations_v1alpha 0.14.0 → 0.15.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89623d8ac040e07597d852e0312eb7b192082465c4f94c3fbe045b8d918af818
4
- data.tar.gz: 69160295000e1e38eedf477ebd6c4eebdb729025e0339cdfd11c91a5678162e5
3
+ metadata.gz: d8770442f9f0c1549a990c877bc498900bbbb811d78a7f43534466332c2d962b
4
+ data.tar.gz: faa968371f8a3ee417b96e7f355c8d7167dedfe7b6617219d27c20afb5954727
5
5
  SHA512:
6
- metadata.gz: d2594fd698756ba65a5e0ff29a054ae9e7ca6caed3abbe9c4920e5cb3f6806677e0313cc7a50d153b9b0236331fe6af3240e3d128c9f27243b9fcc126ec1d244
7
- data.tar.gz: c7e6bef6ce2271d00df4ca7fcf676f5ef7d57385bcd82be00bff4a3b6c3f5d25a7a600df1c5d7f1f830d6defee9db3ba5b4a4f1d6e69a26f2f40af6831d7b198
6
+ metadata.gz: ec1f92dd63d140e7f516d9fc1034746fd757eab01294c027a82ce6e6cb8ce9adc9a98046e0176c6aacd2e3b1e07fe729fef96bf6bbf66639295055c65818f69f
7
+ data.tar.gz: 51c0b10af33c8856d7cbbf7f12be82da66336fe99706e68b2359f10e3354f2c87fcdacdf7e4791ecc3b3f2182f2f0c037f48b831db1ad46d341da9d22179dde6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-integrations_v1alpha
2
2
 
3
+ ### v0.15.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230502
6
+
3
7
  ### v0.14.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230425
@@ -426,6 +426,12 @@ module Google
426
426
  # @return [String]
427
427
  attr_accessor :location_name
428
428
 
429
+ # Optional. The service account used for authentication of this KMS key. If this
430
+ # is not provided, the service account in Client.clientSource will be used.
431
+ # Corresponds to the JSON property `serviceAccount`
432
+ # @return [String]
433
+ attr_accessor :service_account
434
+
429
435
  def initialize(**args)
430
436
  update!(**args)
431
437
  end
@@ -437,6 +443,7 @@ module Google
437
443
  @key_ring_name = args[:key_ring_name] if args.key?(:key_ring_name)
438
444
  @key_version_name = args[:key_version_name] if args.key?(:key_version_name)
439
445
  @location_name = args[:location_name] if args.key?(:location_name)
446
+ @service_account = args[:service_account] if args.key?(:service_account)
440
447
  end
441
448
  end
442
449
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1alpha
18
18
  # Version of the google-apis-integrations_v1alpha gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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 = "20230425"
25
+ REVISION = "20230502"
26
26
  end
27
27
  end
28
28
  end
@@ -1494,6 +1494,7 @@ module Google
1494
1494
  property :key_ring_name, as: 'keyRingName'
1495
1495
  property :key_version_name, as: 'keyVersionName'
1496
1496
  property :location_name, as: 'locationName'
1497
+ property :service_account, as: 'serviceAccount'
1497
1498
  end
1498
1499
  end
1499
1500
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-14 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-integrations_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1alpha/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []