Uses of Class
com.google.bigtable.v2.Type.Bytes.Encoding.Builder
-
Uses of Type.Bytes.Encoding.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Type.Bytes.Encoding.BuilderModifier and TypeMethodDescriptionType.Bytes.Encoding.Builder.clear()Type.Bytes.Encoding.Builder.clearEncoding()Type.Bytes.Encoding.Builder.clearRaw()Use `Raw` encoding.Type.Bytes.Builder.getEncodingBuilder()The encoding to use when converting to or from lower level types.Type.Bytes.Encoding.Builder.mergeFrom(Type.Bytes.Encoding other) Type.Bytes.Encoding.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Type.Bytes.Encoding.Builder.mergeFrom(com.google.protobuf.Message other) Type.Bytes.Encoding.Builder.mergeRaw(Type.Bytes.Encoding.Raw value) Use `Raw` encoding.static Type.Bytes.Encoding.BuilderType.Bytes.Encoding.newBuilder()static Type.Bytes.Encoding.BuilderType.Bytes.Encoding.newBuilder(Type.Bytes.Encoding prototype) Type.Bytes.Encoding.newBuilderForType()protected Type.Bytes.Encoding.BuilderType.Bytes.Encoding.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Type.Bytes.Encoding.Builder.setRaw(Type.Bytes.Encoding.Raw value) Use `Raw` encoding.Type.Bytes.Encoding.Builder.setRaw(Type.Bytes.Encoding.Raw.Builder builderForValue) Use `Raw` encoding.Type.Bytes.Encoding.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Type.Bytes.Encoding.BuilderModifier and TypeMethodDescriptionType.Bytes.Builder.setEncoding(Type.Bytes.Encoding.Builder builderForValue) The encoding to use when converting to or from lower level types.