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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8770442f9f0c1549a990c877bc498900bbbb811d78a7f43534466332c2d962b
|
|
4
|
+
data.tar.gz: faa968371f8a3ee417b96e7f355c8d7167dedfe7b6617219d27c20afb5954727
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec1f92dd63d140e7f516d9fc1034746fd757eab01294c027a82ce6e6cb8ce9adc9a98046e0176c6aacd2e3b1e07fe729fef96bf6bbf66639295055c65818f69f
|
|
7
|
+
data.tar.gz: 51c0b10af33c8856d7cbbf7f12be82da66336fe99706e68b2359f10e3354f2c87fcdacdf7e4791ecc3b3f2182f2f0c037f48b831db1ad46d341da9d22179dde6
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230502"
|
|
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-integrations_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-
|
|
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.
|
|
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: []
|