google-cloud-bigtable-v2 0.13.0 → 0.14.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: 5980a52ab2a63865b75a7f9f59e93e935053be098c02c6a17d1ee138611ae09d
4
- data.tar.gz: da382e485b9513ca9b50dbff923fd7184aeb6cc8b57d8866fcda375548f190af
3
+ metadata.gz: 7d05ed79f00df7011929fef9bda3a7179737c98b61d2b51c0a482d169cb24431
4
+ data.tar.gz: 9f3ff0597df382af0bb97111dcfdbfdcf6c9c989154500acfca431bf09736ebe
5
5
  SHA512:
6
- metadata.gz: d9f3fa9d3450b6955ed82cc48aef82bf8858b6f8cbd27e14dc4dab09e08723bd25446d7fd304f68e593dd3e63fb016ac258c050510a201b9014abf28c1c5523e
7
- data.tar.gz: 10da26ffef31f2d4abde110007cdb64c5ff43060651461c51e02beb06a1d0d98402e3335b1b2d5851a714afc9771fd7c9bab2f3e39584432c7e81f820639fc22
6
+ metadata.gz: 0d7cee97c07c47a906b1184bbc87277fc25089fd8da31d15c2afbbf2455e9b14069c682ede5931c43e59f65c6429ee28e96373202d98073bcf0a2609c768aca0
7
+ data.tar.gz: 9b9f5c3cf058cc340cdb3106f32cfb63c5ff3fb2a7646a503ff3e3f9e5bfb43f71a1244f58cd751128521f5c5cd62ea3a2d4cf390bfdd49e013e6bd65d668a52
@@ -157,7 +157,8 @@ module Google
157
157
  credentials: credentials,
158
158
  endpoint: @config.endpoint,
159
159
  channel_args: @config.channel_args,
160
- interceptors: @config.interceptors
160
+ interceptors: @config.interceptors,
161
+ channel_pool_config: @config.channel_pool
161
162
  )
162
163
  end
163
164
 
@@ -1247,6 +1248,14 @@ module Google
1247
1248
  end
1248
1249
  end
1249
1250
 
1251
+ ##
1252
+ # Configuration for the channel pool
1253
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1254
+ #
1255
+ def channel_pool
1256
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1257
+ end
1258
+
1250
1259
  ##
1251
1260
  # Configuration RPC class for the Bigtable API.
1252
1261
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigtable
23
23
  module V2
24
- VERSION = "0.13.0"
24
+ VERSION = "0.14.0"
25
25
  end
26
26
  end
27
27
  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-bigtable-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-07-28 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
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  - !ruby/object:Gem::Version
219
219
  version: '0'
220
220
  requirements: []
221
- rubygems_version: 3.4.2
221
+ rubygems_version: 3.4.19
222
222
  signing_key:
223
223
  specification_version: 4
224
224
  summary: API for reading and writing the contents of Bigtables associated with a cloud