google-cloud-datastream-v1 1.1.1 → 1.2.1

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: eb24ec4a6f0c4cb779c0b09e353a7f0dd39db142d1aa1542e3dea4be8d55bb3b
4
- data.tar.gz: 14320e134a6508585b5d3a0e79ef34357ea2a101aab8dfc890d5e0600575d250
3
+ metadata.gz: 6fbe161fa8b4c221fb9ff6e9ef248fe5af3f4f57bb78dbf21f28628b66bc01e7
4
+ data.tar.gz: 67637fa48517a2a5b48768c9e102db3a376cb7f588080628668969c21d126e56
5
5
  SHA512:
6
- metadata.gz: 4c3269b0be3162639d31dac83e149a03e3674b9617d2fe7f73b3970ebf2bc486ccd5f8ca49bbfb24e9c03015eee675bc73595b36efbab459b108b81c70005e62
7
- data.tar.gz: 2a1fec369fd3b7d4e6214998bcdd91b134aa76f1cf494cba783b267ab19a527479b533a09767fa5ea0505d03ac239d3550fee60887db8487234dd6f84da835e2
6
+ metadata.gz: 3f3641fdd3618fb0614c25d36a0bcfc951f58965a471004257bbad92f9c95dbd13deb9d3a25a69ecb7ef815ec91d8cdcf599e7a1474940456468309a4ce8fffd
7
+ data.tar.gz: fe2fb01a4a591f3681596e8fc1d8a4f9fbfbda72fb20ccc56989121cfb9c830c802b713909fdeff9832b624f97f64c78a32b52305e732b33640a18e413bdf3c1
@@ -816,36 +816,36 @@ module Google
816
816
  # @param connection_profile [::Google::Cloud::Datastream::V1::ConnectionProfile, ::Hash]
817
817
  # An ad-hoc connection profile configuration.
818
818
  #
819
- # Note: The following fields are mutually exclusive: `connection_profile`, `connection_profile_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
819
+ # Note: The following parameters are mutually exclusive: `connection_profile`, `connection_profile_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
820
820
  # @param connection_profile_name [::String]
821
821
  # A reference to an existing connection profile.
822
822
  #
823
- # Note: The following fields are mutually exclusive: `connection_profile_name`, `connection_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
823
+ # Note: The following parameters are mutually exclusive: `connection_profile_name`, `connection_profile`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
824
824
  # @param full_hierarchy [::Boolean]
825
825
  # Whether to retrieve the full hierarchy of data objects (TRUE) or only the
826
826
  # current level (FALSE).
827
827
  #
828
- # Note: The following fields are mutually exclusive: `full_hierarchy`, `hierarchy_depth`. If a field in that set is populated, all other fields in the set will automatically be cleared.
828
+ # Note: The following parameters are mutually exclusive: `full_hierarchy`, `hierarchy_depth`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
829
829
  # @param hierarchy_depth [::Integer]
830
830
  # The number of hierarchy levels below the current level to be retrieved.
831
831
  #
832
- # Note: The following fields are mutually exclusive: `hierarchy_depth`, `full_hierarchy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
832
+ # Note: The following parameters are mutually exclusive: `hierarchy_depth`, `full_hierarchy`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
833
833
  # @param oracle_rdbms [::Google::Cloud::Datastream::V1::OracleRdbms, ::Hash]
834
834
  # Oracle RDBMS to enrich with child data objects and metadata.
835
835
  #
836
- # Note: The following fields are mutually exclusive: `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
836
+ # Note: The following parameters are mutually exclusive: `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
837
837
  # @param mysql_rdbms [::Google::Cloud::Datastream::V1::MysqlRdbms, ::Hash]
838
838
  # MySQL RDBMS to enrich with child data objects and metadata.
839
839
  #
840
- # Note: The following fields are mutually exclusive: `mysql_rdbms`, `oracle_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
840
+ # Note: The following parameters are mutually exclusive: `mysql_rdbms`, `oracle_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
841
841
  # @param postgresql_rdbms [::Google::Cloud::Datastream::V1::PostgresqlRdbms, ::Hash]
842
842
  # PostgreSQL RDBMS to enrich with child data objects and metadata.
843
843
  #
844
- # Note: The following fields are mutually exclusive: `postgresql_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `sql_server_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
844
+ # Note: The following parameters are mutually exclusive: `postgresql_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `sql_server_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
845
845
  # @param sql_server_rdbms [::Google::Cloud::Datastream::V1::SqlServerRdbms, ::Hash]
846
846
  # SQLServer RDBMS to enrich with child data objects and metadata.
847
847
  #
848
- # Note: The following fields are mutually exclusive: `sql_server_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
848
+ # Note: The following parameters are mutually exclusive: `sql_server_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
849
849
  #
850
850
  # @yield [response, operation] Access the result along with the RPC operation
851
851
  # @yieldparam response [::Google::Cloud::Datastream::V1::DiscoverConnectionProfileResponse]
@@ -775,36 +775,36 @@ module Google
775
775
  # @param connection_profile [::Google::Cloud::Datastream::V1::ConnectionProfile, ::Hash]
776
776
  # An ad-hoc connection profile configuration.
777
777
  #
778
- # Note: The following fields are mutually exclusive: `connection_profile`, `connection_profile_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
778
+ # Note: The following parameters are mutually exclusive: `connection_profile`, `connection_profile_name`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
779
779
  # @param connection_profile_name [::String]
780
780
  # A reference to an existing connection profile.
781
781
  #
782
- # Note: The following fields are mutually exclusive: `connection_profile_name`, `connection_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
782
+ # Note: The following parameters are mutually exclusive: `connection_profile_name`, `connection_profile`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
783
783
  # @param full_hierarchy [::Boolean]
784
784
  # Whether to retrieve the full hierarchy of data objects (TRUE) or only the
785
785
  # current level (FALSE).
786
786
  #
787
- # Note: The following fields are mutually exclusive: `full_hierarchy`, `hierarchy_depth`. If a field in that set is populated, all other fields in the set will automatically be cleared.
787
+ # Note: The following parameters are mutually exclusive: `full_hierarchy`, `hierarchy_depth`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
788
788
  # @param hierarchy_depth [::Integer]
789
789
  # The number of hierarchy levels below the current level to be retrieved.
790
790
  #
791
- # Note: The following fields are mutually exclusive: `hierarchy_depth`, `full_hierarchy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
791
+ # Note: The following parameters are mutually exclusive: `hierarchy_depth`, `full_hierarchy`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
792
792
  # @param oracle_rdbms [::Google::Cloud::Datastream::V1::OracleRdbms, ::Hash]
793
793
  # Oracle RDBMS to enrich with child data objects and metadata.
794
794
  #
795
- # Note: The following fields are mutually exclusive: `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
795
+ # Note: The following parameters are mutually exclusive: `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
796
796
  # @param mysql_rdbms [::Google::Cloud::Datastream::V1::MysqlRdbms, ::Hash]
797
797
  # MySQL RDBMS to enrich with child data objects and metadata.
798
798
  #
799
- # Note: The following fields are mutually exclusive: `mysql_rdbms`, `oracle_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
799
+ # Note: The following parameters are mutually exclusive: `mysql_rdbms`, `oracle_rdbms`, `postgresql_rdbms`, `sql_server_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
800
800
  # @param postgresql_rdbms [::Google::Cloud::Datastream::V1::PostgresqlRdbms, ::Hash]
801
801
  # PostgreSQL RDBMS to enrich with child data objects and metadata.
802
802
  #
803
- # Note: The following fields are mutually exclusive: `postgresql_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `sql_server_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
803
+ # Note: The following parameters are mutually exclusive: `postgresql_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `sql_server_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
804
804
  # @param sql_server_rdbms [::Google::Cloud::Datastream::V1::SqlServerRdbms, ::Hash]
805
805
  # SQLServer RDBMS to enrich with child data objects and metadata.
806
806
  #
807
- # Note: The following fields are mutually exclusive: `sql_server_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`. If a field in that set is populated, all other fields in the set will automatically be cleared.
807
+ # Note: The following parameters are mutually exclusive: `sql_server_rdbms`, `oracle_rdbms`, `mysql_rdbms`, `postgresql_rdbms`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
808
808
  # @yield [result, operation] Access the result along with the TransportOperation object
809
809
  # @yieldparam result [::Google::Cloud::Datastream::V1::DiscoverConnectionProfileResponse]
810
810
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastream
23
23
  module V1
24
- VERSION = "1.1.1"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastream-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,42 +41,30 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  - !ruby/object:Gem::Dependency
67
55
  name: google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: '0.7'
73
- - - "<"
58
+ - - "~>"
74
59
  - !ruby/object:Gem::Version
75
- version: 2.a
60
+ version: '1.3'
76
61
  type: :runtime
77
62
  prerelease: false
78
63
  version_requirements: !ruby/object:Gem::Requirement
79
64
  requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0.7'
83
- - - "<"
65
+ - - "~>"
84
66
  - !ruby/object:Gem::Version
85
- version: 2.a
67
+ version: '1.3'
86
68
  description: Datastream is a serverless and easy-to-use change data capture (CDC)
87
69
  and replication service. It allows you to synchronize data across heterogeneous
88
70
  databases and applications reliably, and with minimal latency and downtime. Note
@@ -141,14 +123,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
123
  requirements:
142
124
  - - ">="
143
125
  - !ruby/object:Gem::Version
144
- version: '3.0'
126
+ version: '3.1'
145
127
  required_rubygems_version: !ruby/object:Gem::Requirement
146
128
  requirements:
147
129
  - - ">="
148
130
  - !ruby/object:Gem::Version
149
131
  version: '0'
150
132
  requirements: []
151
- rubygems_version: 3.6.8
133
+ rubygems_version: 3.6.9
152
134
  specification_version: 4
153
135
  summary: API Client library for the Datastream V1 API
154
136
  test_files: []