google-apis-bigtableadmin_v2 0.80.0 → 0.82.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: 75b40f2e6f492667af8427ef573b77ed4d7e65abdac0eef527ede3f24278c4fa
|
|
4
|
+
data.tar.gz: 9cdeb6e3b1ab0f971ad7958cd965c79de8278040094cccbf878fbe43ef7e7b93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f63a7ea59d9eda2eb3514f5b53357c27e4b454cd4d2670640929fc867aac7187ad0344213e448cd7d357966c87782cf360588f6d437db7c5974211ecce2ce7c
|
|
7
|
+
data.tar.gz: a21ae26a0a1f18f05e12b09ab4370753222667777867b0b95cc9c564e25cff5cac41565552d155a124209f8c4c8196d3c06dfa214acb356af861f071f8f3548e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.82.0 (2026-02-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260210
|
|
6
|
+
|
|
7
|
+
### v0.81.0 (2025-12-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251209
|
|
10
|
+
|
|
3
11
|
### v0.80.0 (2025-11-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251026
|
|
@@ -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
|
|
@@ -3100,8 +3114,9 @@ module Google
|
|
|
3100
3114
|
attr_accessor :operations
|
|
3101
3115
|
|
|
3102
3116
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
3103
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
3104
|
-
# when attempting to list all resources across all supported
|
|
3117
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
3118
|
+
# For example, when attempting to list all resources across all supported
|
|
3119
|
+
# locations.
|
|
3105
3120
|
# Corresponds to the JSON property `unreachable`
|
|
3106
3121
|
# @return [Array<String>]
|
|
3107
3122
|
attr_accessor :unreachable
|
|
@@ -4423,6 +4438,12 @@ module Google
|
|
|
4423
4438
|
# @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64]
|
|
4424
4439
|
attr_accessor :float64_type
|
|
4425
4440
|
|
|
4441
|
+
# A geography type, representing a point or region on Earth. The value is stored
|
|
4442
|
+
# in `Value.bytes_value` as Well-Known Binary (WKB) bytes.
|
|
4443
|
+
# Corresponds to the JSON property `geographyType`
|
|
4444
|
+
# @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography]
|
|
4445
|
+
attr_accessor :geography_type
|
|
4446
|
+
|
|
4426
4447
|
# Int64 Values of type `Int64` are stored in `Value.int_value`.
|
|
4427
4448
|
# Corresponds to the JSON property `int64Type`
|
|
4428
4449
|
# @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64]
|
|
@@ -4475,6 +4496,7 @@ module Google
|
|
|
4475
4496
|
@enum_type = args[:enum_type] if args.key?(:enum_type)
|
|
4476
4497
|
@float32_type = args[:float32_type] if args.key?(:float32_type)
|
|
4477
4498
|
@float64_type = args[:float64_type] if args.key?(:float64_type)
|
|
4499
|
+
@geography_type = args[:geography_type] if args.key?(:geography_type)
|
|
4478
4500
|
@int64_type = args[:int64_type] if args.key?(:int64_type)
|
|
4479
4501
|
@map_type = args[:map_type] if args.key?(:map_type)
|
|
4480
4502
|
@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.82.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 = "20260210"
|
|
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
|
|
@@ -94,11 +94,12 @@ module Google
|
|
|
94
94
|
# The standard list page token.
|
|
95
95
|
# @param [Boolean] return_partial_success
|
|
96
96
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
97
|
-
# those that are unreachable are returned in the
|
|
98
|
-
# unreachable
|
|
99
|
-
#
|
|
100
|
-
# by default
|
|
101
|
-
# explicitly documented otherwise in service or product specific
|
|
97
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
98
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
99
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
100
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
101
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
102
|
+
# documentation.
|
|
102
103
|
# @param [String] fields
|
|
103
104
|
# Selector specifying which fields to include in a partial response.
|
|
104
105
|
# @param [String] quota_user
|
|
@@ -3015,7 +3016,11 @@ module Google
|
|
|
3015
3016
|
execute_or_queue_command(command, &block)
|
|
3016
3017
|
end
|
|
3017
3018
|
|
|
3018
|
-
# 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.
|
|
3019
3024
|
# @param [String] name
|
|
3020
3025
|
# The resource that owns the locations collection, if applicable.
|
|
3021
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.82.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.82.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:
|