google-cloud-datastream-v1alpha1 0.11.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6bf48d420ac3ba77898ec15889f3817d4ce8bae5e2e2eb2fa5b57ee429aa8aa
|
4
|
+
data.tar.gz: 24ee7f2df5a9f47e32f702854665f335e5d0c340ea8a4b52854db92462219560
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ac6f97e8d3ed6832e2b870c1e4ef96782b348d60a4f8eb0657e11a809a1b3dda899dfaab2235d6af82a39ab314bbc73f1a893ed5f507734427ff3cf44d7d858
|
7
|
+
data.tar.gz: 7cf4eb69c5134c4d453375a0a8b78a6f9ca68c2aca3e6d90337146f7572113bf2715692918bba9a0096c2c56a66a1ed7913110c1f075db3c3282cb336fb1e3f8
|
@@ -774,28 +774,28 @@ module Google
|
|
774
774
|
# @param connection_profile [::Google::Cloud::Datastream::V1alpha1::ConnectionProfile, ::Hash]
|
775
775
|
# An ad-hoc ConnectionProfile configuration.
|
776
776
|
#
|
777
|
-
# Note: The following
|
777
|
+
# 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.
|
778
778
|
# @param connection_profile_name [::String]
|
779
779
|
# A reference to an existing ConnectionProfile.
|
780
780
|
#
|
781
|
-
# Note: The following
|
781
|
+
# 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.
|
782
782
|
# @param recursive [::Boolean]
|
783
783
|
# Whether to retrieve the full hierarchy of data objects (TRUE) or only the
|
784
784
|
# current level (FALSE).
|
785
785
|
#
|
786
|
-
# Note: The following
|
786
|
+
# Note: The following parameters are mutually exclusive: `recursive`, `recursion_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.
|
787
787
|
# @param recursion_depth [::Integer]
|
788
788
|
# The number of hierarchy levels below the current level to be retrieved.
|
789
789
|
#
|
790
|
-
# Note: The following
|
790
|
+
# Note: The following parameters are mutually exclusive: `recursion_depth`, `recursive`. 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.
|
791
791
|
# @param oracle_rdbms [::Google::Cloud::Datastream::V1alpha1::OracleRdbms, ::Hash]
|
792
792
|
# Oracle RDBMS to enrich with child data objects and metadata.
|
793
793
|
#
|
794
|
-
# Note: The following
|
794
|
+
# Note: The following parameters are mutually exclusive: `oracle_rdbms`, `mysql_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.
|
795
795
|
# @param mysql_rdbms [::Google::Cloud::Datastream::V1alpha1::MysqlRdbms, ::Hash]
|
796
796
|
# MySQL RDBMS to enrich with child data objects and metadata.
|
797
797
|
#
|
798
|
-
# Note: The following
|
798
|
+
# Note: The following parameters are mutually exclusive: `mysql_rdbms`, `oracle_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.
|
799
799
|
#
|
800
800
|
# @yield [response, operation] Access the result along with the RPC operation
|
801
801
|
# @yieldparam response [::Google::Cloud::Datastream::V1alpha1::DiscoverConnectionProfileResponse]
|
@@ -732,28 +732,28 @@ module Google
|
|
732
732
|
# @param connection_profile [::Google::Cloud::Datastream::V1alpha1::ConnectionProfile, ::Hash]
|
733
733
|
# An ad-hoc ConnectionProfile configuration.
|
734
734
|
#
|
735
|
-
# Note: The following
|
735
|
+
# 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.
|
736
736
|
# @param connection_profile_name [::String]
|
737
737
|
# A reference to an existing ConnectionProfile.
|
738
738
|
#
|
739
|
-
# Note: The following
|
739
|
+
# 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.
|
740
740
|
# @param recursive [::Boolean]
|
741
741
|
# Whether to retrieve the full hierarchy of data objects (TRUE) or only the
|
742
742
|
# current level (FALSE).
|
743
743
|
#
|
744
|
-
# Note: The following
|
744
|
+
# Note: The following parameters are mutually exclusive: `recursive`, `recursion_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.
|
745
745
|
# @param recursion_depth [::Integer]
|
746
746
|
# The number of hierarchy levels below the current level to be retrieved.
|
747
747
|
#
|
748
|
-
# Note: The following
|
748
|
+
# Note: The following parameters are mutually exclusive: `recursion_depth`, `recursive`. 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.
|
749
749
|
# @param oracle_rdbms [::Google::Cloud::Datastream::V1alpha1::OracleRdbms, ::Hash]
|
750
750
|
# Oracle RDBMS to enrich with child data objects and metadata.
|
751
751
|
#
|
752
|
-
# Note: The following
|
752
|
+
# Note: The following parameters are mutually exclusive: `oracle_rdbms`, `mysql_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.
|
753
753
|
# @param mysql_rdbms [::Google::Cloud::Datastream::V1alpha1::MysqlRdbms, ::Hash]
|
754
754
|
# MySQL RDBMS to enrich with child data objects and metadata.
|
755
755
|
#
|
756
|
-
# Note: The following
|
756
|
+
# Note: The following parameters are mutually exclusive: `mysql_rdbms`, `oracle_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.
|
757
757
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
758
758
|
# @yieldparam result [::Google::Cloud::Datastream::V1alpha1::DiscoverConnectionProfileResponse]
|
759
759
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-datastream-v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
- !ruby/object:Gem::Version
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
|
-
rubygems_version: 3.6.
|
103
|
+
rubygems_version: 3.6.9
|
104
104
|
specification_version: 4
|
105
105
|
summary: API Client library for the Datastream V1alpha1 API
|
106
106
|
test_files: []
|