google-cloud-bigquery-analytics_hub-v1 0.2.1 → 0.3.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: 02ed993468c6320b13da9555feb89def225c21205d1ded8a8d7ff60daf19fe17
4
- data.tar.gz: db84b4ea42724c10f2adf10b62f2ce28a480e7d2fad1801e9ecc855456524d06
3
+ metadata.gz: 8828208403f2fffa933fd3ccbe450bfa1bc19354abf120c143e2e12e86e92777
4
+ data.tar.gz: aec1277e2ce574ac0ef535e9e916360e874e4ab026a42afda5a24c04bc8788c8
5
5
  SHA512:
6
- metadata.gz: b6020af4e9e47e2644f2a3e53d8a193100af2398e476cf8c34c28e637d531251663a55cef167af5668b287a7aabe534d5487fd2ea3214e433f6f029327990dd8
7
- data.tar.gz: 1d6e3bf91be3f5f6632775596bc61dfb03686bacea79388e690717d3802dd85466f983ec9303b116031f94259d35773ae5a8c53074ebc4a167482a089291796a
6
+ metadata.gz: c5fcfd031179e6a4d3ee428b970af83eec36c4731cae55b239494bb1a512163e1fc49a9b0e3f5c0637138cb65aa7255c5f92242a4af52764ca1b529dad1051fc
7
+ data.tar.gz: 9105a48be48b0d244f7f445ef27fe4517f6c3504d366ee5c3c839bebf69292f1883cca4270092ff65de2285b995a58166f11dc01477b85de8b433716e8e07677
@@ -149,7 +149,8 @@ module Google
149
149
  credentials: credentials,
150
150
  endpoint: @config.endpoint,
151
151
  channel_args: @config.channel_args,
152
- interceptors: @config.interceptors
152
+ interceptors: @config.interceptors,
153
+ channel_pool_config: @config.channel_pool
153
154
  )
154
155
  end
155
156
 
@@ -1646,6 +1647,14 @@ module Google
1646
1647
  end
1647
1648
  end
1648
1649
 
1650
+ ##
1651
+ # Configuration for the channel pool
1652
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1653
+ #
1654
+ def channel_pool
1655
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1656
+ end
1657
+
1649
1658
  ##
1650
1659
  # Configuration RPC class for the AnalyticsHubService API.
1651
1660
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module AnalyticsHub
24
24
  module V1
25
- VERSION = "0.2.1"
25
+ VERSION = "0.3.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-analytics_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.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
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  - !ruby/object:Gem::Version
229
229
  version: '0'
230
230
  requirements: []
231
- rubygems_version: 3.4.2
231
+ rubygems_version: 3.4.19
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: Exchange data and analytics assets securely and efficiently.