public static final class Type.String.Encoding.Utf8Bytes.Builder extends com.google.protobuf.GeneratedMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder> implements Type.String.Encoding.Utf8BytesOrBuilder
UTF-8 encoding. Sorted mode: - All values are supported. - Code point order is preserved. Distinct mode: all values are supported. Compatible with: - BigQuery `TEXT` encoding - HBase `Bytes.toBytes` - Java `String#getBytes(StandardCharsets.UTF_8)`Protobuf type
google.bigtable.v2.Type.String.Encoding.Utf8Bytes| Modifier and Type | Method and Description |
|---|---|
Type.String.Encoding.Utf8Bytes |
build() |
Type.String.Encoding.Utf8Bytes |
buildPartial() |
Type.String.Encoding.Utf8Bytes.Builder |
clear() |
Type.String.Encoding.Utf8Bytes.Builder |
clearNullEscapeChar()
Single-character escape sequence used to support NULL values.
|
Type.String.Encoding.Utf8Bytes |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNullEscapeChar()
Single-character escape sequence used to support NULL values.
|
com.google.protobuf.ByteString |
getNullEscapeCharBytes()
Single-character escape sequence used to support NULL values.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Type.String.Encoding.Utf8Bytes.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.String.Encoding.Utf8Bytes.Builder |
mergeFrom(com.google.protobuf.Message other) |
Type.String.Encoding.Utf8Bytes.Builder |
mergeFrom(Type.String.Encoding.Utf8Bytes other) |
Type.String.Encoding.Utf8Bytes.Builder |
setNullEscapeChar(String value)
Single-character escape sequence used to support NULL values.
|
Type.String.Encoding.Utf8Bytes.Builder |
setNullEscapeCharBytes(com.google.protobuf.ByteString value)
Single-character escape sequence used to support NULL values.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder>public Type.String.Encoding.Utf8Bytes.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder>public Type.String.Encoding.Utf8Bytes getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Type.String.Encoding.Utf8Bytes build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Type.String.Encoding.Utf8Bytes buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Type.String.Encoding.Utf8Bytes.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder>public Type.String.Encoding.Utf8Bytes.Builder mergeFrom(Type.String.Encoding.Utf8Bytes other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder>public Type.String.Encoding.Utf8Bytes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.String.Encoding.Utf8Bytes.Builder>IOExceptionpublic String getNullEscapeChar()
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;getNullEscapeChar in interface Type.String.Encoding.Utf8BytesOrBuilderpublic com.google.protobuf.ByteString getNullEscapeCharBytes()
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;getNullEscapeCharBytes in interface Type.String.Encoding.Utf8BytesOrBuilderpublic Type.String.Encoding.Utf8Bytes.Builder setNullEscapeChar(String value)
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;value - The nullEscapeChar to set.public Type.String.Encoding.Utf8Bytes.Builder clearNullEscapeChar()
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;public Type.String.Encoding.Utf8Bytes.Builder setNullEscapeCharBytes(com.google.protobuf.ByteString value)
Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value where every character equals `null_escape_char`, has one more `null_escape_char` appended. If `null_escape_char` is set and does not equal the ASCII null character `0x00`, then the encoding will not support sorted mode. .
string null_escape_char = 1;value - The bytes for nullEscapeChar to set.Copyright © 2026 Google LLC. All rights reserved.