GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeTimestampEncoding (google_api_bigtable_admin v0.31.0)

View Source

Rules 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 given Int64 encoding. Values must be microsecond-aligned. Compatible with: - Java Instant.truncatedTo() with ChronoUnit.MICROS

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeTimestampEncoding{
    unixMicrosInt64:
      GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64Encoding.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.