| Modifier and Type | Method and Description |
|---|---|
Type.Int64.Encoding |
Type.Int64.Encoding.Builder.build() |
Type.Int64.Encoding |
Type.Int64.Encoding.Builder.buildPartial() |
static Type.Int64.Encoding |
Type.Int64.Encoding.getDefaultInstance() |
Type.Int64.Encoding |
Type.Int64.Encoding.getDefaultInstanceForType() |
Type.Int64.Encoding |
Type.Int64.Encoding.Builder.getDefaultInstanceForType() |
Type.Int64.Encoding |
Type.Int64OrBuilder.getEncoding()
The encoding to use when converting to or from lower level types.
|
Type.Int64.Encoding |
Type.Int64.getEncoding()
The encoding to use when converting to or from lower level types.
|
Type.Int64.Encoding |
Type.Int64.Builder.getEncoding()
The encoding to use when converting to or from lower level types.
|
Type.Int64.Encoding |
Type.Timestamp.EncodingOrBuilder.getUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Int64.Encoding |
Type.Timestamp.Encoding.getUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
Type.Int64.Encoding |
Type.Timestamp.Encoding.Builder.getUnixMicrosInt64()
Encodes the number of microseconds since the Unix epoch using the
given `Int64` encoding.
|
static Type.Int64.Encoding |
Type.Int64.Encoding.parseDelimitedFrom(InputStream input) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(byte[] data) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(ByteBuffer data) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(com.google.protobuf.ByteString data) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(com.google.protobuf.CodedInputStream input) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(InputStream input) |
static Type.Int64.Encoding |
Type.Int64.Encoding.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Type.Int64.Encoding> |
Type.Int64.Encoding.getParserForType() |
static com.google.protobuf.Parser<Type.Int64.Encoding> |
Type.Int64.Encoding.parser() |
| Modifier and Type | Method and Description |
|---|---|
Type.Int64.Builder |
Type.Int64.Builder.mergeEncoding(Type.Int64.Encoding value)
The encoding to use when converting to or from lower level types.
|
Type.Int64.Encoding.Builder |
Type.Int64.Encoding.Builder.mergeFrom(Type.Int64.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.Int64.Encoding.Builder |
Type.Int64.Encoding.newBuilder(Type.Int64.Encoding prototype) |
Type.Int64.Builder |
Type.Int64.Builder.setEncoding(Type.Int64.Encoding value)
The encoding to use when converting to or from lower level types.
|
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.
|
Copyright © 2026 Google LLC. All rights reserved.