google-apis-bigtableadmin_v2 0.81.0 → 0.83.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdfb68e280b3c7806fcfeaf163eeef5d2fad2bf3d138a6f673394760cec64421
|
|
4
|
+
data.tar.gz: c66e199248fc6932b717463323cab6e385360d87acff1aa8d41f0ec6970376ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89053232b603052e8fb5b61211e241a892d2c7cd3f3ada4da3e4a40e047527a927f1021db6b7e2f1659a90dde23abfe2c0ae1bf82f3b0dd4aa7e49aa5ec5b308
|
|
7
|
+
data.tar.gz: 804fb2bd3ba45ef00dff45b7db2795bc2e9f665cfa6d86991cb4bcc57e713198dade4de2ef2e8bd7dd86c9c44b2029382646b73e6e3ec227bf49647436128e04
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.83.0 (2026-03-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260225
|
|
6
|
+
|
|
7
|
+
### v0.82.0 (2026-02-15)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260210
|
|
10
|
+
|
|
3
11
|
### v0.81.0 (2025-12-21)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251209
|
|
@@ -2144,6 +2144,20 @@ module Google
|
|
|
2144
2144
|
end
|
|
2145
2145
|
end
|
|
2146
2146
|
|
|
2147
|
+
# A geography type, representing a point or region on Earth. The value is stored
|
|
2148
|
+
# in `Value.bytes_value` as Well-Known Binary (WKB) bytes.
|
|
2149
|
+
class GoogleBigtableAdminV2TypeGeography
|
|
2150
|
+
include Google::Apis::Core::Hashable
|
|
2151
|
+
|
|
2152
|
+
def initialize(**args)
|
|
2153
|
+
update!(**args)
|
|
2154
|
+
end
|
|
2155
|
+
|
|
2156
|
+
# Update properties of this object
|
|
2157
|
+
def update!(**args)
|
|
2158
|
+
end
|
|
2159
|
+
end
|
|
2160
|
+
|
|
2147
2161
|
# Int64 Values of type `Int64` are stored in `Value.int_value`.
|
|
2148
2162
|
class GoogleBigtableAdminV2TypeInt64
|
|
2149
2163
|
include Google::Apis::Core::Hashable
|
|
@@ -4133,10 +4147,9 @@ module Google
|
|
|
4133
4147
|
attr_accessor :deletion_protection
|
|
4134
4148
|
alias_method :deletion_protection?, :deletion_protection
|
|
4135
4149
|
|
|
4136
|
-
# Immutable. The granularity
|
|
4137
|
-
#
|
|
4138
|
-
#
|
|
4139
|
-
# SCHEMA_VIEW`, `FULL`.
|
|
4150
|
+
# Immutable. The granularity at which timestamps are stored in this table.
|
|
4151
|
+
# Timestamps not matching the granularity will be rejected. If unspecified at
|
|
4152
|
+
# creation time, the value will be set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
|
|
4140
4153
|
# Corresponds to the JSON property `granularity`
|
|
4141
4154
|
# @return [String]
|
|
4142
4155
|
attr_accessor :granularity
|
|
@@ -4424,6 +4437,12 @@ module Google
|
|
|
4424
4437
|
# @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64]
|
|
4425
4438
|
attr_accessor :float64_type
|
|
4426
4439
|
|
|
4440
|
+
# A geography type, representing a point or region on Earth. The value is stored
|
|
4441
|
+
# in `Value.bytes_value` as Well-Known Binary (WKB) bytes.
|
|
4442
|
+
# Corresponds to the JSON property `geographyType`
|
|
4443
|
+
# @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography]
|
|
4444
|
+
attr_accessor :geography_type
|
|
4445
|
+
|
|
4427
4446
|
# Int64 Values of type `Int64` are stored in `Value.int_value`.
|
|
4428
4447
|
# Corresponds to the JSON property `int64Type`
|
|
4429
4448
|
# @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64]
|
|
@@ -4476,6 +4495,7 @@ module Google
|
|
|
4476
4495
|
@enum_type = args[:enum_type] if args.key?(:enum_type)
|
|
4477
4496
|
@float32_type = args[:float32_type] if args.key?(:float32_type)
|
|
4478
4497
|
@float64_type = args[:float64_type] if args.key?(:float64_type)
|
|
4498
|
+
@geography_type = args[:geography_type] if args.key?(:geography_type)
|
|
4479
4499
|
@int64_type = args[:int64_type] if args.key?(:int64_type)
|
|
4480
4500
|
@map_type = args[:map_type] if args.key?(:map_type)
|
|
4481
4501
|
@proto_type = args[:proto_type] if args.key?(:proto_type)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigtableadminV2
|
|
18
18
|
# Version of the google-apis-bigtableadmin_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.83.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260225"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -400,6 +400,12 @@ module Google
|
|
|
400
400
|
include Google::Apis::Core::JsonObjectSupport
|
|
401
401
|
end
|
|
402
402
|
|
|
403
|
+
class GoogleBigtableAdminV2TypeGeography
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
403
409
|
class GoogleBigtableAdminV2TypeInt64
|
|
404
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
411
|
|
|
@@ -1449,6 +1455,12 @@ module Google
|
|
|
1449
1455
|
end
|
|
1450
1456
|
end
|
|
1451
1457
|
|
|
1458
|
+
class GoogleBigtableAdminV2TypeGeography
|
|
1459
|
+
# @private
|
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1461
|
+
end
|
|
1462
|
+
end
|
|
1463
|
+
|
|
1452
1464
|
class GoogleBigtableAdminV2TypeInt64
|
|
1453
1465
|
# @private
|
|
1454
1466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2069,6 +2081,8 @@ module Google
|
|
|
2069
2081
|
|
|
2070
2082
|
property :float64_type, as: 'float64Type', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64::Representation
|
|
2071
2083
|
|
|
2084
|
+
property :geography_type, as: 'geographyType', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography::Representation
|
|
2085
|
+
|
|
2072
2086
|
property :int64_type, as: 'int64Type', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64::Representation
|
|
2073
2087
|
|
|
2074
2088
|
property :map_type, as: 'mapType', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeMap, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeMap::Representation
|
|
@@ -3016,7 +3016,11 @@ module Google
|
|
|
3016
3016
|
execute_or_queue_command(command, &block)
|
|
3017
3017
|
end
|
|
3018
3018
|
|
|
3019
|
-
# Lists information about the supported locations for this service.
|
|
3019
|
+
# Lists information about the supported locations for this service. This method
|
|
3020
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
3021
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
3022
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
3023
|
+
# private or other locations specifically visible to the project.
|
|
3020
3024
|
# @param [String] name
|
|
3021
3025
|
# The resource that owns the locations collection, if applicable.
|
|
3022
3026
|
# @param [Array<String>, String] extra_location_types
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigtableadmin_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.83.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|