google-apis-datastream_v1alpha1 0.1.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4a70e59b00ba7c2f02daa38081420af0a5b5bfca3e541b8e15e6f8dbff6a59d
|
4
|
+
data.tar.gz: b5934f47807570c1046604892e58ee288939782e10cc12ab1af370d6c164414c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d2c823a8df329cd96d1afcda37a8d830a98cdb91704acee729059af22b3fbc707923fe2de347d79cbada479ee7bfa8399c5a497a1b1890bdc08607893d6e376
|
7
|
+
data.tar.gz: 0b3fa5980bac7133755eb045b6a5a8f7b810be019c6555c76b32a961e1cbe578b440f3f986a2dc971b80337d9a7ef37305d80222bc983d297284a6ae61288f27
|
data/CHANGELOG.md
CHANGED
@@ -1609,6 +1609,13 @@ module Google
|
|
1609
1609
|
# @return [String]
|
1610
1610
|
attr_accessor :create_time
|
1611
1611
|
|
1612
|
+
# Immutable. A reference to a KMS encryption key. If provided, it will be used
|
1613
|
+
# to encrypt the data. If left blank, data will be encrypted using an internal
|
1614
|
+
# Stream-specific encryption key provisioned through KMS.
|
1615
|
+
# Corresponds to the JSON property `customerManagedEncryptionKey`
|
1616
|
+
# @return [String]
|
1617
|
+
attr_accessor :customer_managed_encryption_key
|
1618
|
+
|
1612
1619
|
# The configuration of the stream destination.
|
1613
1620
|
# Corresponds to the JSON property `destinationConfig`
|
1614
1621
|
# @return [Google::Apis::DatastreamV1alpha1::DestinationConfig]
|
@@ -1658,6 +1665,7 @@ module Google
|
|
1658
1665
|
@backfill_all = args[:backfill_all] if args.key?(:backfill_all)
|
1659
1666
|
@backfill_none = args[:backfill_none] if args.key?(:backfill_none)
|
1660
1667
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1668
|
+
@customer_managed_encryption_key = args[:customer_managed_encryption_key] if args.key?(:customer_managed_encryption_key)
|
1661
1669
|
@destination_config = args[:destination_config] if args.key?(:destination_config)
|
1662
1670
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1663
1671
|
@errors = args[:errors] if args.key?(:errors)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatastreamV1alpha1
|
18
18
|
# Version of the google-apis-datastream_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211026"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -803,6 +803,7 @@ module Google
|
|
803
803
|
property :backfill_none, as: 'backfillNone', class: Google::Apis::DatastreamV1alpha1::BackfillNoneStrategy, decorator: Google::Apis::DatastreamV1alpha1::BackfillNoneStrategy::Representation
|
804
804
|
|
805
805
|
property :create_time, as: 'createTime'
|
806
|
+
property :customer_managed_encryption_key, as: 'customerManagedEncryptionKey'
|
806
807
|
property :destination_config, as: 'destinationConfig', class: Google::Apis::DatastreamV1alpha1::DestinationConfig, decorator: Google::Apis::DatastreamV1alpha1::DestinationConfig::Representation
|
807
808
|
|
808
809
|
property :display_name, as: 'displayName'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datastream_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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: 2021-
|
11
|
+
date: 2021-11-08 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-datastream_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.2.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|