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: c57ff10677d173fe4f7d3eb0856ca4704a257853d028bd1b1ca54e8c147465e3
4
- data.tar.gz: a1b47e5c46afc7d1351858448b9958902470fb2d7d6b3c2696d01aaf53383ac5
3
+ metadata.gz: 14d6baf187fd2ae45237991af5184012b74d7d3e0ecb53c21ee831ad97981779
4
+ data.tar.gz: 3cc512c157bebb8c7fc0e964bfa0cf85cec5ed659206aff0ad0c0c315b3ce2a3
5
5
  SHA512:
6
- metadata.gz: 0cbf9b5123e68dfff17d7e6323ee03ba07102cde2f1af92c7ef71377289ad173e6c2dddb28ee9cc11179b9c7414e37f3958c82e4f056016666d581c209b36aad
7
- data.tar.gz: 0cb870ea7ad62b53233ae9404df58fefdaa4ed79e86941317918dbd9196f535eef0e576529b4d7c8551aa496140280a3433bf26488105cd537052879ef4db272
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 fields are mutually exclusive: `destination_dataset`, `destination_pubsub_subscription`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `destination_pubsub_subscription`, `destination_dataset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `destination_dataset`, `destination_pubsub_subscription`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `destination_pubsub_subscription`, `destination_dataset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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`.
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module AnalyticsHub
24
24
  module V1
25
- VERSION = "0.13.0"
25
+ VERSION = "0.13.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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.8
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: []