google-cloud-datastream-v1 1.2.0 → 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: 6ba2949ba00747e285774c33f6dfedf5f40909d3f74207279ceecf0f82155aeb
4
- data.tar.gz: c7c2c97be87b8c1314d2a992b0cf94f607309e383cfc07d7e84ff3252e38908a
3
+ metadata.gz: 6fbe161fa8b4c221fb9ff6e9ef248fe5af3f4f57bb78dbf21f28628b66bc01e7
4
+ data.tar.gz: 67637fa48517a2a5b48768c9e102db3a376cb7f588080628668969c21d126e56
5
5
  SHA512:
6
- metadata.gz: 79869071b372cab0fe2fda77e0f389e43391bd451ad2c05cdcc12dd75c55a7965f6767cf17c7d884e12807fa683b2605b629bd7199a3b48a15cfdaee53dc11b1
7
- data.tar.gz: 8f2840f0da2b4b53abc53af94eb78a853f448e86b0b825b768a1ff3c290eda03d3b3f237a556af14ea68b388393f72ea4f151e00d3dbff53e6e451273068e21f
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.2.0"
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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  requirements: []
133
- rubygems_version: 3.6.8
133
+ rubygems_version: 3.6.9
134
134
  specification_version: 4
135
135
  summary: API Client library for the Datastream V1 API
136
136
  test_files: []