diff --git a/api_names_out.yaml b/api_names_out.yaml index 0db360812b9..26af7e06553 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -60639,6 +60639,7 @@ "/bigtableadmin:v2/GoogleBigtableAdminV2TypeEnum/schemaBundleId": schema_bundle_id "/bigtableadmin:v2/GoogleBigtableAdminV2TypeFloat32": google_bigtable_admin_v2_type_float32 "/bigtableadmin:v2/GoogleBigtableAdminV2TypeFloat64": google_bigtable_admin_v2_type_float64 +"/bigtableadmin:v2/GoogleBigtableAdminV2TypeGeography": google_bigtable_admin_v2_type_geography "/bigtableadmin:v2/GoogleBigtableAdminV2TypeInt64": google_bigtable_admin_v2_type_int64 "/bigtableadmin:v2/GoogleBigtableAdminV2TypeInt64/encoding": encoding "/bigtableadmin:v2/GoogleBigtableAdminV2TypeInt64Encoding": google_bigtable_admin_v2_type_int64_encoding @@ -60903,6 +60904,7 @@ "/bigtableadmin:v2/Type/enumType": enum_type "/bigtableadmin:v2/Type/float32Type": float32_type "/bigtableadmin:v2/Type/float64Type": float64_type +"/bigtableadmin:v2/Type/geographyType": geography_type "/bigtableadmin:v2/Type/int64Type": int64_type "/bigtableadmin:v2/Type/mapType": map_type "/bigtableadmin:v2/Type/protoType": proto_type diff --git a/generated/google-apis-bigtableadmin_v2/CHANGELOG.md b/generated/google-apis-bigtableadmin_v2/CHANGELOG.md index c987460808b..96f46fe4221 100644 --- a/generated/google-apis-bigtableadmin_v2/CHANGELOG.md +++ b/generated/google-apis-bigtableadmin_v2/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-bigtableadmin_v2 +### v0.82.0 (2026-02-15) + +* Regenerated from discovery document revision 20260210 + ### v0.81.0 (2025-12-21) * Regenerated from discovery document revision 20251209 diff --git a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb index a0c4a1ecec5..a6f7fa2735f 100644 --- a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb +++ b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb @@ -2144,6 +2144,20 @@ def update!(**args) end end + # A geography type, representing a point or region on Earth. The value is stored + # in `Value.bytes_value` as Well-Known Binary (WKB) bytes. + class GoogleBigtableAdminV2TypeGeography + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # Int64 Values of type `Int64` are stored in `Value.int_value`. class GoogleBigtableAdminV2TypeInt64 include Google::Apis::Core::Hashable @@ -4424,6 +4438,12 @@ class Type # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64] attr_accessor :float64_type + # A geography type, representing a point or region on Earth. The value is stored + # in `Value.bytes_value` as Well-Known Binary (WKB) bytes. + # Corresponds to the JSON property `geographyType` + # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography] + attr_accessor :geography_type + # Int64 Values of type `Int64` are stored in `Value.int_value`. # Corresponds to the JSON property `int64Type` # @return [Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64] @@ -4476,6 +4496,7 @@ def update!(**args) @enum_type = args[:enum_type] if args.key?(:enum_type) @float32_type = args[:float32_type] if args.key?(:float32_type) @float64_type = args[:float64_type] if args.key?(:float64_type) + @geography_type = args[:geography_type] if args.key?(:geography_type) @int64_type = args[:int64_type] if args.key?(:int64_type) @map_type = args[:map_type] if args.key?(:map_type) @proto_type = args[:proto_type] if args.key?(:proto_type) diff --git a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb index ef9f0d1b55e..f87c849376b 100644 --- a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb +++ b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module BigtableadminV2 # Version of the google-apis-bigtableadmin_v2 gem - GEM_VERSION = "0.81.0" + GEM_VERSION = "0.82.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251209" + REVISION = "20260210" end end end diff --git a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/representations.rb b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/representations.rb index 63c5529d842..fd055c6a893 100644 --- a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/representations.rb +++ b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/representations.rb @@ -400,6 +400,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleBigtableAdminV2TypeGeography + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleBigtableAdminV2TypeInt64 class Representation < Google::Apis::Core::JsonRepresentation; end @@ -1449,6 +1455,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleBigtableAdminV2TypeGeography + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GoogleBigtableAdminV2TypeInt64 # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -2069,6 +2081,8 @@ class Representation < Google::Apis::Core::JsonRepresentation property :float64_type, as: 'float64Type', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeFloat64::Representation + property :geography_type, as: 'geographyType', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography::Representation + property :int64_type, as: 'int64Type', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64::Representation property :map_type, as: 'mapType', class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeMap, decorator: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeMap::Representation diff --git a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/service.rb b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/service.rb index f9ebb01b953..fed750313ae 100644 --- a/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/service.rb +++ b/generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/service.rb @@ -3016,7 +3016,11 @@ def test_schema_bundle_iam_permissions(resource, test_iam_permissions_request_ob execute_or_queue_command(command, &block) end - # Lists information about the supported locations for this service. + # Lists information about the supported locations for this service. This method + # can be called in two ways: * **List all public locations:** Use the path `GET / + # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/ + # projects/`project_id`/locations`. This may include public locations as well as + # private or other locations specifically visible to the project. # @param [String] name # The resource that owns the locations collection, if applicable. # @param [Array, String] extra_location_types