Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeGeography
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb
Overview
A geography type, representing a point or region on Earth. The value is stored
in Value.bytes_value as Well-Known Binary (WKB) bytes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeGeography
constructor
A new instance of GoogleBigtableAdminV2TypeGeography.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeGeography
Returns a new instance of GoogleBigtableAdminV2TypeGeography.
2199 2200 2201 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2199 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2204 2205 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2204 def update!(**args) end |