google-cloud-bigtable 1.0.0 → 1.0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a043924866764ff0a48e0787f4cf3cda747470cbd81977734aac3ed8ff080cd8
|
|
4
|
+
data.tar.gz: ec6fdc94f142babade487a79415fba618ebcd3ec83a0ea8d3a8820dc6b3f4eea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f67a6084d021869cbbf8065a2d5bec0452ba92d2754832e33f041e06e19d6988037c922118d4a443db7ba741034519c274fd201cc09871ca4da92bbfbcd076bd
|
|
7
|
+
data.tar.gz: 4b1f0e5b94d521830fd7626b37d1be278d1f34b9e4cb8b95a14a7c9a8ddf17aa5c1697c9ef42f4b2fa31d1c90f8aec7c0103eacd12591a553440144f1414324b
|
data/CHANGELOG.md
CHANGED
|
@@ -351,9 +351,6 @@ module Google
|
|
|
351
351
|
# `projects/<project>/instances/<instance>/tables/<table>`.
|
|
352
352
|
# @param row_key [String]
|
|
353
353
|
# Required. The key of the row to which the mutation should be applied.
|
|
354
|
-
#
|
|
355
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
356
|
-
# auditing systems.
|
|
357
354
|
# @param mutations [Array<Google::Bigtable::V2::Mutation | Hash>]
|
|
358
355
|
# Required. Changes to be atomically applied to the specified row. Entries are applied
|
|
359
356
|
# in order, meaning that earlier mutations can be masked by later ones.
|
|
@@ -460,9 +457,6 @@ module Google
|
|
|
460
457
|
# `projects/<project>/instances/<instance>/tables/<table>`.
|
|
461
458
|
# @param row_key [String]
|
|
462
459
|
# Required. The key of the row to which the conditional mutation should be applied.
|
|
463
|
-
#
|
|
464
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
465
|
-
# auditing systems.
|
|
466
460
|
# @param app_profile_id [String]
|
|
467
461
|
# This value specifies routing for replication. If not specified, the
|
|
468
462
|
# "default" application profile will be used.
|
|
@@ -541,9 +535,6 @@ module Google
|
|
|
541
535
|
# `projects/<project>/instances/<instance>/tables/<table>`.
|
|
542
536
|
# @param row_key [String]
|
|
543
537
|
# Required. The key of the row to which the read/modify/write rules should be applied.
|
|
544
|
-
#
|
|
545
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
546
|
-
# auditing systems.
|
|
547
538
|
# @param rules [Array<Google::Bigtable::V2::ReadModifyWriteRule | Hash>]
|
|
548
539
|
# Required. Rules specifying how the specified row's contents are to be transformed
|
|
549
540
|
# into writes. Entries are applied in order, meaning that earlier rules will
|
|
@@ -61,9 +61,6 @@ module Google
|
|
|
61
61
|
# this CellChunk is a continuation of the same row as the previous
|
|
62
62
|
# CellChunk in the response stream, even if that CellChunk was in a
|
|
63
63
|
# previous ReadRowsResponse message.
|
|
64
|
-
#
|
|
65
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
66
|
-
# auditing systems.
|
|
67
64
|
# @!attribute [rw] family_name
|
|
68
65
|
# @return [Google::Protobuf::StringValue]
|
|
69
66
|
# The column family name for this chunk of data. If this message
|
|
@@ -140,9 +137,6 @@ module Google
|
|
|
140
137
|
# Note that row keys in this list may not have ever been written to or read
|
|
141
138
|
# from, and users should therefore not make any assumptions about the row key
|
|
142
139
|
# structure that are specific to their use case.
|
|
143
|
-
#
|
|
144
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
145
|
-
# auditing systems.
|
|
146
140
|
# @!attribute [rw] offset_bytes
|
|
147
141
|
# @return [Integer]
|
|
148
142
|
# Approximate total storage space used by all rows in the table which precede
|
|
@@ -164,9 +158,6 @@ module Google
|
|
|
164
158
|
# @!attribute [rw] row_key
|
|
165
159
|
# @return [String]
|
|
166
160
|
# Required. The key of the row to which the mutation should be applied.
|
|
167
|
-
#
|
|
168
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
169
|
-
# auditing systems.
|
|
170
161
|
# @!attribute [rw] mutations
|
|
171
162
|
# @return [Array<Google::Bigtable::V2::Mutation>]
|
|
172
163
|
# Required. Changes to be atomically applied to the specified row. Entries are applied
|
|
@@ -197,9 +188,6 @@ module Google
|
|
|
197
188
|
# @!attribute [rw] row_key
|
|
198
189
|
# @return [String]
|
|
199
190
|
# The key of the row to which the `mutations` should be applied.
|
|
200
|
-
#
|
|
201
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
202
|
-
# auditing systems.
|
|
203
191
|
# @!attribute [rw] mutations
|
|
204
192
|
# @return [Array<Google::Bigtable::V2::Mutation>]
|
|
205
193
|
# Required. Changes to be atomically applied to the specified row. Mutations are
|
|
@@ -242,9 +230,6 @@ module Google
|
|
|
242
230
|
# @!attribute [rw] row_key
|
|
243
231
|
# @return [String]
|
|
244
232
|
# Required. The key of the row to which the conditional mutation should be applied.
|
|
245
|
-
#
|
|
246
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
247
|
-
# auditing systems.
|
|
248
233
|
# @!attribute [rw] predicate_filter
|
|
249
234
|
# @return [Google::Bigtable::V2::RowFilter]
|
|
250
235
|
# The filter to be applied to the contents of the specified row. Depending
|
|
@@ -288,9 +273,6 @@ module Google
|
|
|
288
273
|
# @!attribute [rw] row_key
|
|
289
274
|
# @return [String]
|
|
290
275
|
# Required. The key of the row to which the read/modify/write rules should be applied.
|
|
291
|
-
#
|
|
292
|
-
# Classified as IDENTIFYING_ID to provide context around data accesses for
|
|
293
|
-
# auditing systems.
|
|
294
276
|
# @!attribute [rw] rules
|
|
295
277
|
# @return [Array<Google::Bigtable::V2::ReadModifyWriteRule>]
|
|
296
278
|
# Required. Rules specifying how the specified row's contents are to be transformed
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigtable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|