GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeTimestampEncoding (google_api_bigtable_admin v0.31.0)
View SourceRules used to convert to or from lower level types.
Attributes
-
unixMicrosInt64
(type:GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64Encoding.t
, default:nil
) - Encodes the number of microseconds since the Unix epoch using the givenInt64
encoding. Values must be microsecond-aligned. Compatible with: - JavaInstant.truncatedTo()
withChronoUnit.MICROS
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeTimestampEncoding{ unixMicrosInt64: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64Encoding.t() | nil }