Uses of Class
com.google.bigtable.v2.Type.Bytes.Encoding
-
Uses of Type.Bytes.Encoding in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Type.Bytes.EncodingModifier and TypeMethodDescriptionType.Bytes.Encoding.Builder.build()Type.Bytes.Encoding.Builder.buildPartial()static Type.Bytes.EncodingType.Bytes.Encoding.getDefaultInstance()Type.Bytes.Encoding.Builder.getDefaultInstanceForType()Type.Bytes.Encoding.getDefaultInstanceForType()Type.Bytes.Builder.getEncoding()The encoding to use when converting to/from lower level types.Type.Bytes.getEncoding()The encoding to use when converting to/from lower level types.Type.BytesOrBuilder.getEncoding()The encoding to use when converting to/from lower level types.static Type.Bytes.EncodingType.Bytes.Encoding.parseDelimitedFrom(InputStream input) static Type.Bytes.EncodingType.Bytes.Encoding.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(byte[] data) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(com.google.protobuf.ByteString data) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(com.google.protobuf.CodedInputStream input) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(InputStream input) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(ByteBuffer data) static Type.Bytes.EncodingType.Bytes.Encoding.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type Type.Bytes.EncodingModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Type.Bytes.Encoding>Type.Bytes.Encoding.getParserForType()static com.google.protobuf.Parser<Type.Bytes.Encoding>Type.Bytes.Encoding.parser()Methods in com.google.bigtable.v2 with parameters of type Type.Bytes.EncodingModifier and TypeMethodDescriptionType.Bytes.Builder.mergeEncoding(Type.Bytes.Encoding value) The encoding to use when converting to/from lower level types.Type.Bytes.Encoding.Builder.mergeFrom(Type.Bytes.Encoding other) static Type.Bytes.Encoding.BuilderType.Bytes.Encoding.newBuilder(Type.Bytes.Encoding prototype) Type.Bytes.Builder.setEncoding(Type.Bytes.Encoding value) The encoding to use when converting to/from lower level types.