Uses of Class
com.google.bigtable.v2.Type.Bytes.Encoding.Raw.Builder
-
Uses of Type.Bytes.Encoding.Raw.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Type.Bytes.Encoding.Raw.BuilderModifier and TypeMethodDescriptionType.Bytes.Encoding.Raw.Builder.clear()Type.Bytes.Encoding.Raw.Builder.clearEscapeNulls()If set, allows NULL values to be encoded as the empty string "".Type.Bytes.Encoding.Builder.getRawBuilder()Use `Raw` encoding.Type.Bytes.Encoding.Raw.Builder.mergeFrom(Type.Bytes.Encoding.Raw other) Type.Bytes.Encoding.Raw.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Type.Bytes.Encoding.Raw.Builder.mergeFrom(com.google.protobuf.Message other) Type.Bytes.Encoding.Raw.newBuilder()Type.Bytes.Encoding.Raw.newBuilder(Type.Bytes.Encoding.Raw prototype) Type.Bytes.Encoding.Raw.newBuilderForType()protected Type.Bytes.Encoding.Raw.BuilderType.Bytes.Encoding.Raw.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Type.Bytes.Encoding.Raw.Builder.setEscapeNulls(boolean value) If set, allows NULL values to be encoded as the empty string "".Type.Bytes.Encoding.Raw.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Type.Bytes.Encoding.Raw.BuilderModifier and TypeMethodDescriptionType.Bytes.Encoding.Builder.setRaw(Type.Bytes.Encoding.Raw.Builder builderForValue) Use `Raw` encoding.