| Modifier and Type | Method and Description |
|---|---|
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.clear() |
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.clearEncoding() |
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.clearUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Builder.getEncodingBuilder()
The encoding to use when converting to or from lower level types.
|
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.mergeFrom(com.google.protobuf.Message other) |
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.mergeFrom(Type.Timestamp.Encoding other) |
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.Builder.mergeUnixMicrosInt64(Type.Int64.Encoding value)
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
static Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.newBuilder() |
static Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.newBuilder(Type.Timestamp.Encoding prototype) |
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.newBuilderForType() |
protected Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Type.Timestamp.Encoding.Builder |
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 |
Type.Timestamp.Encoding.Builder.setUnixMicrosInt64(Type.Int64.Encoding value)
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Timestamp.Encoding.Builder |
Type.Timestamp.Encoding.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Type.Timestamp.Builder |
Type.Timestamp.Builder.setEncoding(Type.Timestamp.Encoding.Builder builderForValue)
The encoding to use when converting to or from lower level types.
|
Copyright © 2026 Google LLC. All rights reserved.