Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeTimestamp
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeTimestamp
- 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
Timestamp Values of type Timestamp
are stored in Value.timestamp_value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeTimestamp
constructor
A new instance of GoogleBigtableAdminV2TypeTimestamp.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeTimestamp
Returns a new instance of GoogleBigtableAdminV2TypeTimestamp.
2159 2160 2161 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2159 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2164 2165 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2164 def update!(**args) end |