google-cloud-bigtable-v2 0.12.0 → 0.14.0

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: 398c39861ce2c8346fcba6a6ecf4a1273aebd07552483a0c756a8c88eea79585
4
- data.tar.gz: b8388fc6e511f2dc523cbbedf97ea970fd81cfa11d8f56940b0043d6b026acd5
3
+ metadata.gz: 7d05ed79f00df7011929fef9bda3a7179737c98b61d2b51c0a482d169cb24431
4
+ data.tar.gz: 9f3ff0597df382af0bb97111dcfdbfdcf6c9c989154500acfca431bf09736ebe
5
5
  SHA512:
6
- metadata.gz: 891cd672d22b4b8c7e9373aa53ea8da5d893c4ecf8821caff1fa7b2754efdb28463363b63e84aa0b11428f8e3514ad5179c591c449976df50462e6a94aa58e24
7
- data.tar.gz: 7a0f51f0317bd186a145ea9fd8f1d7437bfa2826c852e0f4fe30c9f84f742b3a5c892f4167781713f4738c1718506be2d81c78cff16b4c55f951f2da4d474189
6
+ metadata.gz: 0d7cee97c07c47a906b1184bbc87277fc25089fd8da31d15c2afbbf2455e9b14069c682ede5931c43e59f65c6429ee28e96373202d98073bcf0a2609c768aca0
7
+ data.tar.gz: 9b9f5c3cf058cc340cdb3106f32cfb63c5ff3fb2a7646a503ff3e3f9e5bfb43f71a1244f58cd751128521f5c5cd62ea3a2d4cf390bfdd49e013e6bd65d668a52
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n&google/bigtable/v2/feature_flags.proto\x12\x12google.bigtable.v2\"E\n\x0c\x46\x65\x61tureFlags\x12\x15\n\rreverse_scans\x18\x01 \x01(\x08\x12\x1e\n\x16mutate_rows_rate_limit\x18\x03 \x01(\x08\x42\xbd\x01\n\x16\x63om.google.bigtable.v2B\x11\x46\x65\x61tureFlagsProtoP\x01Z:google.golang.org/genproto/googleapis/bigtable/v2;bigtable\xaa\x02\x18Google.Cloud.Bigtable.V2\xca\x02\x18Google\\Cloud\\Bigtable\\V2\xea\x02\x1bGoogle::Cloud::Bigtable::V2b\x06proto3"
8
+ descriptor_data = "\n&google/bigtable/v2/feature_flags.proto\x12\x12google.bigtable.v2\"i\n\x0c\x46\x65\x61tureFlags\x12\x15\n\rreverse_scans\x18\x01 \x01(\x08\x12\x1e\n\x16mutate_rows_rate_limit\x18\x03 \x01(\x08\x12\"\n\x1alast_scanned_row_responses\x18\x04 \x01(\x08\x42\xbd\x01\n\x16\x63om.google.bigtable.v2B\x11\x46\x65\x61tureFlagsProtoP\x01Z:google.golang.org/genproto/googleapis/bigtable/v2;bigtable\xaa\x02\x18Google.Cloud.Bigtable.V2\xca\x02\x18Google\\Cloud\\Bigtable\\V2\xea\x02\x1bGoogle::Cloud::Bigtable::V2b\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
@@ -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.12.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
@@ -37,6 +37,10 @@ module Google
37
37
  # @return [::Boolean]
38
38
  # Notify the server that the client enables batch write flow control by
39
39
  # requesting RateLimitInfo from MutateRowsResponse.
40
+ # @!attribute [rw] last_scanned_row_responses
41
+ # @return [::Boolean]
42
+ # Notify the server that the client supports the last_scanned_row field
43
+ # in ReadRowsResponse for long-running sparse scans.
40
44
  class FeatureFlags
41
45
  include ::Google::Protobuf::MessageExts
42
46
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.12.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-18 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