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