google-cloud-bigquery-data_exchange-v1beta1 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb357e1c5333179f4c84db6cb49799239ecd8cc76835044915a6623b899aae48
4
- data.tar.gz: a5cc66748422b65c10c32b316ce399d54fb8869d414e2a6763402d4becb488e0
3
+ metadata.gz: b43f3aa4ec670be5b186b19ed1bcd58ccf768d9e8b2bf63ac79517dbdf29ff82
4
+ data.tar.gz: '0808683aead61f3fef26468fa31a66b90dfcd71239eb30bd50ff7fa3939d583e'
5
5
  SHA512:
6
- metadata.gz: 7639859866501aac33dc75f4fe294de971373b3e36db283ba05fc545ebdc4b39a0cc4e860e784feb342fa2284492f1ca31b3c79fd3bf124fdbf01da862891bb4
7
- data.tar.gz: 7cf3f74b826721ce6fa8acae28cb729a28d9b84bac81b160b0863aa27bba9fea4b4eca7f519ed9fa3df4743af270bcd224a8e24477fecfaf3064a1a46613d66f
6
+ metadata.gz: b0ebbe24aeb4ddfb451c563a24c981b3b49497d49a2860f0aa9cb5a16f0fe79eb3f6108d98396ecbc914b79befc66bd8280c21d00ed20694dcd4211308d9de8f
7
+ data.tar.gz: b49967d32c02508b2768ecd29497317a3fbfa47956860fc91ec04a49bb4c8b744d66ae13fe3270d2b2cb10abd3c8c1d73ef284ba7f2a7e5a0501b2c6789174ef
@@ -156,7 +156,8 @@ module Google
156
156
  credentials: credentials,
157
157
  endpoint: @config.endpoint,
158
158
  channel_args: @config.channel_args,
159
- interceptors: @config.interceptors
159
+ interceptors: @config.interceptors,
160
+ channel_pool_config: @config.channel_pool
160
161
  )
161
162
  end
162
163
 
@@ -1660,6 +1661,14 @@ module Google
1660
1661
  end
1661
1662
  end
1662
1663
 
1664
+ ##
1665
+ # Configuration for the channel pool
1666
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1667
+ #
1668
+ def channel_pool
1669
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1670
+ end
1671
+
1663
1672
  ##
1664
1673
  # Configuration RPC class for the AnalyticsHubService API.
1665
1674
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataExchange
24
24
  module V1beta1
25
- VERSION = "0.4.1"
25
+ VERSION = "0.5.0"
26
26
  end
27
27
  end
28
28
  end
@@ -66,6 +66,20 @@ module Google
66
66
  # a non-empty value will be returned. The user will not be aware of what
67
67
  # non-empty value to expect.
68
68
  NON_EMPTY_DEFAULT = 7
69
+
70
+ # Denotes that the field in a resource (a message annotated with
71
+ # google.api.resource) is used in the resource name to uniquely identify the
72
+ # resource. For AIP-compliant APIs, this should only be applied to the
73
+ # `name` field on the resource.
74
+ #
75
+ # This behavior should not be applied to references to other resources within
76
+ # the message.
77
+ #
78
+ # The identifier field of resources often have different field behavior
79
+ # depending on the request it is embedded in (e.g. for Create methods name
80
+ # is optional and unused, while for Update methods it is required). Instead
81
+ # of method-specific annotations, only `IDENTIFIER` is required.
82
+ IDENTIFIER = 8
69
83
  end
70
84
  end
71
85
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_exchange-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-04 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.19.1
19
+ version: 0.20.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.19.1
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -249,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
249
  - !ruby/object:Gem::Version
250
250
  version: '0'
251
251
  requirements: []
252
- rubygems_version: 3.4.2
252
+ rubygems_version: 3.4.19
253
253
  signing_key:
254
254
  specification_version: 4
255
255
  summary: Exchange data and analytics assets securely and efficiently.