public static interface Type.Timestamp.EncodingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type.Timestamp.Encoding.EncodingCase |
getEncodingCase() |
Type.Int64.Encoding |
getUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Int64.EncodingOrBuilder |
getUnixMicrosInt64OrBuilder()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
boolean |
hasUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUnixMicrosInt64()
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`
.google.bigtable.v2.Type.Int64.Encoding unix_micros_int64 = 1;Type.Int64.Encoding getUnixMicrosInt64()
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`
.google.bigtable.v2.Type.Int64.Encoding unix_micros_int64 = 1;Type.Int64.EncodingOrBuilder getUnixMicrosInt64OrBuilder()
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`
.google.bigtable.v2.Type.Int64.Encoding unix_micros_int64 = 1;Type.Timestamp.Encoding.EncodingCase getEncodingCase()
Copyright © 2026 Google LLC. All rights reserved.