Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::Type::Timestamp::Encoding.
Rules used to convert to or from lower level types.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#unix_micros_int64
def unix_micros_int64() -> ::Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding
-
(::Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding) —
Encodes the number of microseconds since the Unix epoch using the given
Int64
encoding. Values must be microsecond-aligned.Compatible with:
- Java
Instant.truncatedTo()
withChronoUnit.MICROS
- Java
#unix_micros_int64=
def unix_micros_int64=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding
-
value (::Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding) —
Encodes the number of microseconds since the Unix epoch using the given
Int64
encoding. Values must be microsecond-aligned.Compatible with:
- Java
Instant.truncatedTo()
withChronoUnit.MICROS
- Java
-
(::Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding) —
Encodes the number of microseconds since the Unix epoch using the given
Int64
encoding. Values must be microsecond-aligned.Compatible with:
- Java
Instant.truncatedTo()
withChronoUnit.MICROS
- Java