public static final class Type.Timestamp.Encoding.Builder extends com.google.protobuf.GeneratedMessage.Builder<Type.Timestamp.Encoding.Builder> implements Type.Timestamp.EncodingOrBuilder
Rules used to convert to or from lower level types.Protobuf type
google.bigtable.v2.Type.Timestamp.Encoding| Modifier and Type | Method and Description |
|---|---|
Type.Timestamp.Encoding |
build() |
Type.Timestamp.Encoding |
buildPartial() |
Type.Timestamp.Encoding.Builder |
clear() |
Type.Timestamp.Encoding.Builder |
clearEncoding() |
Type.Timestamp.Encoding.Builder |
clearUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Timestamp.Encoding |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Encoding.Builder |
getUnixMicrosInt64Builder()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Type.Timestamp.Encoding.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Timestamp.Encoding.Builder |
mergeFrom(com.google.protobuf.Message other) |
Type.Timestamp.Encoding.Builder |
mergeFrom(Type.Timestamp.Encoding other) |
Type.Timestamp.Encoding.Builder |
mergeUnixMicrosInt64(Type.Int64.Encoding value)
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Timestamp.Encoding.Builder |
setUnixMicrosInt64(Type.Int64.Encoding.Builder builderForValue)
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Timestamp.Encoding.Builder |
setUnixMicrosInt64(Type.Int64.Encoding value)
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Type.Timestamp.Encoding.Builder>public Type.Timestamp.Encoding.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Type.Timestamp.Encoding.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Type.Timestamp.Encoding.Builder>public Type.Timestamp.Encoding getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Type.Timestamp.Encoding build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Type.Timestamp.Encoding buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Type.Timestamp.Encoding.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Timestamp.Encoding.Builder>public Type.Timestamp.Encoding.Builder mergeFrom(Type.Timestamp.Encoding other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Type.Timestamp.Encoding.Builder>public Type.Timestamp.Encoding.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Timestamp.Encoding.Builder>IOExceptionpublic Type.Timestamp.Encoding.EncodingCase getEncodingCase()
getEncodingCase in interface Type.Timestamp.EncodingOrBuilderpublic Type.Timestamp.Encoding.Builder clearEncoding()
public boolean 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;hasUnixMicrosInt64 in interface Type.Timestamp.EncodingOrBuilderpublic 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;getUnixMicrosInt64 in interface Type.Timestamp.EncodingOrBuilderpublic Type.Timestamp.Encoding.Builder setUnixMicrosInt64(Type.Int64.Encoding value)
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;public Type.Timestamp.Encoding.Builder setUnixMicrosInt64(Type.Int64.Encoding.Builder builderForValue)
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;public Type.Timestamp.Encoding.Builder mergeUnixMicrosInt64(Type.Int64.Encoding value)
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;public Type.Timestamp.Encoding.Builder clearUnixMicrosInt64()
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;public Type.Int64.Encoding.Builder getUnixMicrosInt64Builder()
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;public 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;getUnixMicrosInt64OrBuilder in interface Type.Timestamp.EncodingOrBuilderCopyright © 2026 Google LLC. All rights reserved.