| Modifier and Type | Method and Description |
|---|---|
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.clear() |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.clearEncoding() |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.clearRaw()
Use `Raw` encoding.
|
Type.Bytes.Encoding.Builder |
Type.Bytes.Builder.getEncodingBuilder()
The encoding to use when converting to or from lower level types.
|
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.mergeFrom(com.google.protobuf.Message other) |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.mergeFrom(Type.Bytes.Encoding other) |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.mergeRaw(Type.Bytes.Encoding.Raw value)
Use `Raw` encoding.
|
static Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.newBuilder() |
static Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.newBuilder(Type.Bytes.Encoding prototype) |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.newBuilderForType() |
protected Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.setRaw(Type.Bytes.Encoding.Raw.Builder builderForValue)
Use `Raw` encoding.
|
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.setRaw(Type.Bytes.Encoding.Raw value)
Use `Raw` encoding.
|
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Type.Bytes.Builder |
Type.Bytes.Builder.setEncoding(Type.Bytes.Encoding.Builder builderForValue)
The encoding to use when converting to or from lower level types.
|
Copyright © 2026 Google LLC. All rights reserved.