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: 4f7c4970d829be1e1e1d13cdc3f18ae40b8ccc3010b6602313ec95919cd2e195
4
- data.tar.gz: f1b1fb7975d344121320ebdd3cea48632edc8ae9a9dbb640ba82e1d21e203ef4
3
+ metadata.gz: a043924866764ff0a48e0787f4cf3cda747470cbd81977734aac3ed8ff080cd8
4
+ data.tar.gz: ec6fdc94f142babade487a79415fba618ebcd3ec83a0ea8d3a8820dc6b3f4eea
5
5
  SHA512:
6
- metadata.gz: ecd26595f4ac765b06665ece793e7acca61c889c9c41bec259cc46c8a3081d665a41a64ea9d81064f4841654b2a9536508ba4ff0e89608ebbed2f1572b354965
7
- data.tar.gz: 7a81505de36887eb86c35cf7d9451fd9c387f071261895412fc5a960328395e1c5e6285e0b84cad2fda4ac50aadf12d971d08dfac4654a395a321f6c3f0c7e67
6
+ metadata.gz: f67a6084d021869cbbf8065a2d5bec0452ba92d2754832e33f041e06e19d6988037c922118d4a443db7ba741034519c274fd201cc09871ca4da92bbfbcd076bd
7
+ data.tar.gz: 4b1f0e5b94d521830fd7626b37d1be278d1f34b9e4cb8b95a14a7c9a8ddf17aa5c1697c9ef42f4b2fa31d1c90f8aec7c0103eacd12591a553440144f1414324b
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.0.1 / 2020-01-15
4
+
5
+ #### Documentation
6
+
7
+ * Update lower-level API documentation
8
+
3
9
  ### 1.0.0 / 2019-12-03
4
10
 
5
11
  #### Documentation
@@ -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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigtable
19
- VERSION = "1.0.0".freeze
19
+ VERSION = "1.0.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.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: 2019-12-04 00:00:00.000000000 Z
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