google-cloud-bigtable-admin-v2 1.4.0 → 1.6.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.
@@ -172,9 +172,13 @@ module Google
172
172
  # @return [::String]
173
173
  # Delete all rows that start with this row key prefix. Prefix cannot be
174
174
  # zero length.
175
+ #
176
+ # Note: The following fields are mutually exclusive: `row_key_prefix`, `delete_all_data_from_table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
175
177
  # @!attribute [rw] delete_all_data_from_table
176
178
  # @return [::Boolean]
177
179
  # Delete all rows in the table. Setting this to false is a no-op.
180
+ #
181
+ # Note: The following fields are mutually exclusive: `delete_all_data_from_table`, `row_key_prefix`. If a field in that set is populated, all other fields in the set will automatically be cleared.
178
182
  class DropRowRangeRequest
179
183
  include ::Google::Protobuf::MessageExts
180
184
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -349,14 +353,20 @@ module Google
349
353
  # @return [::Google::Cloud::Bigtable::Admin::V2::ColumnFamily]
350
354
  # Create a new column family with the specified schema, or fail if
351
355
  # one already exists with the given ID.
356
+ #
357
+ # Note: The following fields are mutually exclusive: `create`, `update`, `drop`. If a field in that set is populated, all other fields in the set will automatically be cleared.
352
358
  # @!attribute [rw] update
353
359
  # @return [::Google::Cloud::Bigtable::Admin::V2::ColumnFamily]
354
360
  # Update an existing column family to the specified schema, or fail
355
361
  # if no column family exists with the given ID.
362
+ #
363
+ # Note: The following fields are mutually exclusive: `update`, `create`, `drop`. If a field in that set is populated, all other fields in the set will automatically be cleared.
356
364
  # @!attribute [rw] drop
357
365
  # @return [::Boolean]
358
366
  # Drop (delete) the column family with the given ID, or fail if no such
359
367
  # family exists.
368
+ #
369
+ # Note: The following fields are mutually exclusive: `drop`, `create`, `update`. If a field in that set is populated, all other fields in the set will automatically be cleared.
360
370
  # @!attribute [rw] update_mask
361
371
  # @return [::Google::Protobuf::FieldMask]
362
372
  # Optional. A mask specifying which fields (e.g. `gc_rule`) in the `update`
@@ -405,11 +415,15 @@ module Google
405
415
  # Checks that reads using an app profile with `StandardIsolation` can
406
416
  # see all writes committed before the token was created, even if the
407
417
  # read and write target different clusters.
418
+ #
419
+ # Note: The following fields are mutually exclusive: `standard_read_remote_writes`, `data_boost_read_local_writes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
408
420
  # @!attribute [rw] data_boost_read_local_writes
409
421
  # @return [::Google::Cloud::Bigtable::Admin::V2::DataBoostReadLocalWrites]
410
422
  # Checks that reads using an app profile with `DataBoostIsolationReadOnly`
411
423
  # can see all writes committed before the token was created, but only if
412
424
  # the read and write target the same cluster.
425
+ #
426
+ # Note: The following fields are mutually exclusive: `data_boost_read_local_writes`, `standard_read_remote_writes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
413
427
  class CheckConsistencyRequest
414
428
  include ::Google::Protobuf::MessageExts
415
429
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -279,9 +279,13 @@ module Google
279
279
  # @!attribute [rw] multi_cluster_routing_use_any
280
280
  # @return [::Google::Cloud::Bigtable::Admin::V2::AppProfile::MultiClusterRoutingUseAny]
281
281
  # Use a multi-cluster routing policy.
282
+ #
283
+ # Note: The following fields are mutually exclusive: `multi_cluster_routing_use_any`, `single_cluster_routing`. If a field in that set is populated, all other fields in the set will automatically be cleared.
282
284
  # @!attribute [rw] single_cluster_routing
283
285
  # @return [::Google::Cloud::Bigtable::Admin::V2::AppProfile::SingleClusterRouting]
284
286
  # Use a single-cluster routing policy.
287
+ #
288
+ # Note: The following fields are mutually exclusive: `single_cluster_routing`, `multi_cluster_routing_use_any`. If a field in that set is populated, all other fields in the set will automatically be cleared.
285
289
  # @!attribute [rw] priority
286
290
  # @deprecated This field is deprecated and may be removed in the next major version update.
287
291
  # @return [::Google::Cloud::Bigtable::Admin::V2::AppProfile::Priority]
@@ -289,14 +293,20 @@ module Google
289
293
  # If you set this field, `standard_isolation.priority` will be set instead.
290
294
  #
291
295
  # The priority of requests sent using this app profile.
296
+ #
297
+ # Note: The following fields are mutually exclusive: `priority`, `standard_isolation`, `data_boost_isolation_read_only`. If a field in that set is populated, all other fields in the set will automatically be cleared.
292
298
  # @!attribute [rw] standard_isolation
293
299
  # @return [::Google::Cloud::Bigtable::Admin::V2::AppProfile::StandardIsolation]
294
300
  # The standard options used for isolating this app profile's traffic from
295
301
  # other use cases.
302
+ #
303
+ # Note: The following fields are mutually exclusive: `standard_isolation`, `priority`, `data_boost_isolation_read_only`. If a field in that set is populated, all other fields in the set will automatically be cleared.
296
304
  # @!attribute [rw] data_boost_isolation_read_only
297
305
  # @return [::Google::Cloud::Bigtable::Admin::V2::AppProfile::DataBoostIsolationReadOnly]
298
306
  # Specifies that this app profile is intended for read-only usage via the
299
307
  # Data Boost feature.
308
+ #
309
+ # Note: The following fields are mutually exclusive: `data_boost_isolation_read_only`, `priority`, `standard_isolation`. If a field in that set is populated, all other fields in the set will automatically be cleared.
300
310
  class AppProfile
301
311
  include ::Google::Protobuf::MessageExts
302
312
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -321,17 +321,25 @@ module Google
321
321
  # @!attribute [rw] max_num_versions
322
322
  # @return [::Integer]
323
323
  # Delete all cells in a column except the most recent N.
324
+ #
325
+ # Note: The following fields are mutually exclusive: `max_num_versions`, `max_age`, `intersection`, `union`. If a field in that set is populated, all other fields in the set will automatically be cleared.
324
326
  # @!attribute [rw] max_age
325
327
  # @return [::Google::Protobuf::Duration]
326
328
  # Delete cells in a column older than the given age.
327
329
  # Values must be at least one millisecond, and will be truncated to
328
330
  # microsecond granularity.
331
+ #
332
+ # Note: The following fields are mutually exclusive: `max_age`, `max_num_versions`, `intersection`, `union`. If a field in that set is populated, all other fields in the set will automatically be cleared.
329
333
  # @!attribute [rw] intersection
330
334
  # @return [::Google::Cloud::Bigtable::Admin::V2::GcRule::Intersection]
331
335
  # Delete cells that would be deleted by every nested rule.
336
+ #
337
+ # Note: The following fields are mutually exclusive: `intersection`, `max_num_versions`, `max_age`, `union`. If a field in that set is populated, all other fields in the set will automatically be cleared.
332
338
  # @!attribute [rw] union
333
339
  # @return [::Google::Cloud::Bigtable::Admin::V2::GcRule::Union]
334
340
  # Delete cells that would be deleted by any nested rule.
341
+ #
342
+ # Note: The following fields are mutually exclusive: `union`, `max_num_versions`, `max_age`, `intersection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
335
343
  class GcRule
336
344
  include ::Google::Protobuf::MessageExts
337
345
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -49,39 +49,63 @@ module Google
49
49
  # @!attribute [rw] bytes_type
50
50
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Bytes]
51
51
  # Bytes
52
+ #
53
+ # Note: The following fields are mutually exclusive: `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
52
54
  # @!attribute [rw] string_type
53
55
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::String]
54
56
  # String
57
+ #
58
+ # Note: The following fields are mutually exclusive: `string_type`, `bytes_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
55
59
  # @!attribute [rw] int64_type
56
60
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Int64]
57
61
  # Int64
62
+ #
63
+ # Note: The following fields are mutually exclusive: `int64_type`, `bytes_type`, `string_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
58
64
  # @!attribute [rw] float32_type
59
65
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Float32]
60
66
  # Float32
67
+ #
68
+ # Note: The following fields are mutually exclusive: `float32_type`, `bytes_type`, `string_type`, `int64_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
61
69
  # @!attribute [rw] float64_type
62
70
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Float64]
63
71
  # Float64
72
+ #
73
+ # Note: The following fields are mutually exclusive: `float64_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
64
74
  # @!attribute [rw] bool_type
65
75
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Bool]
66
76
  # Bool
77
+ #
78
+ # Note: The following fields are mutually exclusive: `bool_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
67
79
  # @!attribute [rw] timestamp_type
68
80
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Timestamp]
69
81
  # Timestamp
82
+ #
83
+ # Note: The following fields are mutually exclusive: `timestamp_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
70
84
  # @!attribute [rw] date_type
71
85
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Date]
72
86
  # Date
87
+ #
88
+ # Note: The following fields are mutually exclusive: `date_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `aggregate_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
73
89
  # @!attribute [rw] aggregate_type
74
90
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate]
75
91
  # Aggregate
92
+ #
93
+ # Note: The following fields are mutually exclusive: `aggregate_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `struct_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
76
94
  # @!attribute [rw] struct_type
77
95
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Struct]
78
96
  # Struct
97
+ #
98
+ # Note: The following fields are mutually exclusive: `struct_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `array_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
79
99
  # @!attribute [rw] array_type
80
100
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Array]
81
101
  # Array
102
+ #
103
+ # Note: The following fields are mutually exclusive: `array_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `map_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
82
104
  # @!attribute [rw] map_type
83
105
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Map]
84
106
  # Map
107
+ #
108
+ # Note: The following fields are mutually exclusive: `map_type`, `bytes_type`, `string_type`, `int64_type`, `float32_type`, `float64_type`, `bool_type`, `timestamp_type`, `date_type`, `aggregate_type`, `struct_type`, `array_type`. If a field in that set is populated, all other fields in the set will automatically be cleared.
85
109
  class Type
86
110
  include ::Google::Protobuf::MessageExts
87
111
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -128,9 +152,13 @@ module Google
128
152
  # @deprecated This field is deprecated and may be removed in the next major version update.
129
153
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::String::Encoding::Utf8Raw]
130
154
  # Deprecated: if set, converts to an empty `utf8_bytes`.
155
+ #
156
+ # Note: The following fields are mutually exclusive: `utf8_raw`, `utf8_bytes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
131
157
  # @!attribute [rw] utf8_bytes
132
158
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::String::Encoding::Utf8Bytes]
133
159
  # Use `Utf8Bytes` encoding.
160
+ #
161
+ # Note: The following fields are mutually exclusive: `utf8_bytes`, `utf8_raw`. If a field in that set is populated, all other fields in the set will automatically be cleared.
134
162
  class Encoding
135
163
  include ::Google::Protobuf::MessageExts
136
164
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -298,15 +326,23 @@ module Google
298
326
  # @!attribute [rw] sum
299
327
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate::Sum]
300
328
  # Sum aggregator.
329
+ #
330
+ # Note: The following fields are mutually exclusive: `sum`, `hllpp_unique_count`, `max`, `min`. If a field in that set is populated, all other fields in the set will automatically be cleared.
301
331
  # @!attribute [rw] hllpp_unique_count
302
332
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate::HyperLogLogPlusPlusUniqueCount]
303
333
  # HyperLogLogPlusPlusUniqueCount aggregator.
334
+ #
335
+ # Note: The following fields are mutually exclusive: `hllpp_unique_count`, `sum`, `max`, `min`. If a field in that set is populated, all other fields in the set will automatically be cleared.
304
336
  # @!attribute [rw] max
305
337
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate::Max]
306
338
  # Max aggregator.
339
+ #
340
+ # Note: The following fields are mutually exclusive: `max`, `sum`, `hllpp_unique_count`, `min`. If a field in that set is populated, all other fields in the set will automatically be cleared.
307
341
  # @!attribute [rw] min
308
342
  # @return [::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate::Min]
309
343
  # Min aggregator.
344
+ #
345
+ # Note: The following fields are mutually exclusive: `min`, `sum`, `hllpp_unique_count`, `max`. If a field in that set is populated, all other fields in the set will automatically be cleared.
310
346
  class Aggregate
311
347
  include ::Google::Protobuf::MessageExts
312
348
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,9 +40,11 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
- # The normal response of the operation in case of success. If the original
47
+ # The normal, successful response of the operation. If the original
46
48
  # method returns no data on success, such as `Delete`, the response is
47
49
  # `google.protobuf.Empty`. If the original method is standard
48
50
  # `Get`/`Create`/`Update`, the response should be the resource. For other
@@ -50,12 +52,15 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
56
60
  end
57
61
 
58
- # The request message for Operations.GetOperation.
62
+ # The request message for
63
+ # Operations.GetOperation.
59
64
  # @!attribute [rw] name
60
65
  # @return [::String]
61
66
  # The name of the operation resource.
@@ -64,7 +69,8 @@ module Google
64
69
  extend ::Google::Protobuf::MessageExts::ClassMethods
65
70
  end
66
71
 
67
- # The request message for Operations.ListOperations.
72
+ # The request message for
73
+ # Operations.ListOperations.
68
74
  # @!attribute [rw] name
69
75
  # @return [::String]
70
76
  # The name of the operation's parent resource.
@@ -82,7 +88,8 @@ module Google
82
88
  extend ::Google::Protobuf::MessageExts::ClassMethods
83
89
  end
84
90
 
85
- # The response message for Operations.ListOperations.
91
+ # The response message for
92
+ # Operations.ListOperations.
86
93
  # @!attribute [rw] operations
87
94
  # @return [::Array<::Google::Longrunning::Operation>]
88
95
  # A list of operations that matches the specified filter in the request.
@@ -94,7 +101,8 @@ module Google
94
101
  extend ::Google::Protobuf::MessageExts::ClassMethods
95
102
  end
96
103
 
97
- # The request message for Operations.CancelOperation.
104
+ # The request message for
105
+ # Operations.CancelOperation.
98
106
  # @!attribute [rw] name
99
107
  # @return [::String]
100
108
  # The name of the operation resource to be cancelled.
@@ -103,7 +111,8 @@ module Google
103
111
  extend ::Google::Protobuf::MessageExts::ClassMethods
104
112
  end
105
113
 
106
- # The request message for Operations.DeleteOperation.
114
+ # The request message for
115
+ # Operations.DeleteOperation.
107
116
  # @!attribute [rw] name
108
117
  # @return [::String]
109
118
  # The name of the operation resource to be deleted.
@@ -112,7 +121,8 @@ module Google
112
121
  extend ::Google::Protobuf::MessageExts::ClassMethods
113
122
  end
114
123
 
115
- # The request message for Operations.WaitOperation.
124
+ # The request message for
125
+ # Operations.WaitOperation.
116
126
  # @!attribute [rw] name
117
127
  # @return [::String]
118
128
  # The name of the operation resource to wait on.
@@ -130,13 +140,12 @@ module Google
130
140
  #
131
141
  # Example:
132
142
  #
133
- # rpc LongRunningRecognize(LongRunningRecognizeRequest)
134
- # returns (google.longrunning.Operation) {
135
- # option (google.longrunning.operation_info) = {
136
- # response_type: "LongRunningRecognizeResponse"
137
- # metadata_type: "LongRunningRecognizeMetadata"
138
- # };
139
- # }
143
+ # rpc Export(ExportRequest) returns (google.longrunning.Operation) {
144
+ # option (google.longrunning.operation_info) = {
145
+ # response_type: "ExportResponse"
146
+ # metadata_type: "ExportMetadata"
147
+ # };
148
+ # }
140
149
  # @!attribute [rw] response_type
141
150
  # @return [::String]
142
151
  # Required. The message name of the primary return type for this
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-30 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.21.1
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.21.1
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -89,6 +88,7 @@ files:
89
88
  - lib/google/cloud/bigtable/admin/v2/bigtable_table_admin.rb
90
89
  - lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/client.rb
91
90
  - lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/credentials.rb
91
+ - lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/helpers.rb
92
92
  - lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/operations.rb
93
93
  - lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/paths.rb
94
94
  - lib/google/cloud/bigtable/admin/v2/version.rb
@@ -118,7 +118,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
118
118
  licenses:
119
119
  - Apache-2.0
120
120
  metadata: {}
121
- post_install_message:
122
121
  rdoc_options: []
123
122
  require_paths:
124
123
  - lib
@@ -126,15 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
125
  requirements:
127
126
  - - ">="
128
127
  - !ruby/object:Gem::Version
129
- version: '2.7'
128
+ version: '3.0'
130
129
  required_rubygems_version: !ruby/object:Gem::Requirement
131
130
  requirements:
132
131
  - - ">="
133
132
  - !ruby/object:Gem::Version
134
133
  version: '0'
135
134
  requirements: []
136
- rubygems_version: 3.5.6
137
- signing_key:
135
+ rubygems_version: 3.6.2
138
136
  specification_version: 4
139
137
  summary: Administer your Cloud Bigtable tables and instances.
140
138
  test_files: []