| Modifier and Type | Method and Description |
|---|---|
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.Builder.clear() |
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.Builder.clearEscapeNulls()
If set, allows NULL values to be encoded as the empty string "".
|
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Builder.getRawBuilder()
Use `Raw` encoding.
|
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.Builder.mergeFrom(com.google.protobuf.Message other) |
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.Builder.mergeFrom(Type.Bytes.Encoding.Raw other) |
static Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.newBuilder() |
static Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.newBuilder(Type.Bytes.Encoding.Raw prototype) |
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.newBuilderForType() |
protected Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.Builder.setEscapeNulls(boolean value)
If set, allows NULL values to be encoded as the empty string "".
|
Type.Bytes.Encoding.Raw.Builder |
Type.Bytes.Encoding.Raw.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Type.Bytes.Encoding.Builder |
Type.Bytes.Encoding.Builder.setRaw(Type.Bytes.Encoding.Raw.Builder builderForValue)
Use `Raw` encoding.
|
Copyright © 2026 Google LLC. All rights reserved.