google-cloud-bigquery-analytics_hub-v1 0.13.0 → 0.13.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: 14d6baf187fd2ae45237991af5184012b74d7d3e0ecb53c21ee831ad97981779
|
4
|
+
data.tar.gz: 3cc512c157bebb8c7fc0e964bfa0cf85cec5ed659206aff0ad0c0c315b3ce2a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53a80b1fce0f5d21446c6d9f987ed6c4e54b1d79386a60b7eeea8a4a3c047a39045c72a814281cb8a45fce66a60e9b8dc80603942d33fb72cff46e7026020fe5
|
7
|
+
data.tar.gz: 946729ae31222240875358ed343e3fcd34490dc3a16bdf88fc079a0924b1dcc0973f99fa4d3afbab0c2297500f853376fed57489e7eafebd5e51b741ae812664
|
@@ -1239,12 +1239,12 @@ module Google
|
|
1239
1239
|
# @param destination_dataset [::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset, ::Hash]
|
1240
1240
|
# Input only. BigQuery destination dataset to create for the subscriber.
|
1241
1241
|
#
|
1242
|
-
# Note: The following
|
1242
|
+
# Note: The following parameters are mutually exclusive: `destination_dataset`, `destination_pubsub_subscription`. 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.
|
1243
1243
|
# @param destination_pubsub_subscription [::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription, ::Hash]
|
1244
1244
|
# Input only. Destination Pub/Sub subscription to create for the
|
1245
1245
|
# subscriber.
|
1246
1246
|
#
|
1247
|
-
# Note: The following
|
1247
|
+
# Note: The following parameters are mutually exclusive: `destination_pubsub_subscription`, `destination_dataset`. 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.
|
1248
1248
|
# @param name [::String]
|
1249
1249
|
# Required. Resource name of the listing that you want to subscribe to.
|
1250
1250
|
# e.g. `projects/myproject/locations/us/dataExchanges/123/listings/456`.
|
@@ -1155,12 +1155,12 @@ module Google
|
|
1155
1155
|
# @param destination_dataset [::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset, ::Hash]
|
1156
1156
|
# Input only. BigQuery destination dataset to create for the subscriber.
|
1157
1157
|
#
|
1158
|
-
# Note: The following
|
1158
|
+
# Note: The following parameters are mutually exclusive: `destination_dataset`, `destination_pubsub_subscription`. 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.
|
1159
1159
|
# @param destination_pubsub_subscription [::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationPubSubSubscription, ::Hash]
|
1160
1160
|
# Input only. Destination Pub/Sub subscription to create for the
|
1161
1161
|
# subscriber.
|
1162
1162
|
#
|
1163
|
-
# Note: The following
|
1163
|
+
# Note: The following parameters are mutually exclusive: `destination_pubsub_subscription`, `destination_dataset`. 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.
|
1164
1164
|
# @param name [::String]
|
1165
1165
|
# Required. Resource name of the listing that you want to subscribe to.
|
1166
1166
|
# e.g. `projects/myproject/locations/us/dataExchanges/123/listings/456`.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-analytics_hub-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
- !ruby/object:Gem::Version
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
|
-
rubygems_version: 3.6.
|
123
|
+
rubygems_version: 3.6.9
|
124
124
|
specification_version: 4
|
125
125
|
summary: Exchange data and analytics assets securely and efficiently.
|
126
126
|
test_files: []
|