Uses of Class
io.confluent.protobuf.type.Variant.Builder
Packages that use Variant.Builder
-
Uses of Variant.Builder in io.confluent.protobuf.type
Methods in io.confluent.protobuf.type that return Variant.BuilderModifier and TypeMethodDescriptionVariant.Builder.clear()Variant.Builder.clearMetadata()A dictionary of field names used by all objects in the variant value.Variant.Builder.clearValue()The variant value, which can be a primitive, object, or array.Variant.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Variant.Builder.mergeFrom(com.google.protobuf.Message other) static Variant.BuilderVariant.newBuilder()static Variant.BuilderVariant.newBuilder(Variant prototype) Variant.newBuilderForType()protected Variant.BuilderVariant.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Variant.Builder.setMetadata(com.google.protobuf.ByteString value) A dictionary of field names used by all objects in the variant value.Variant.Builder.setValue(com.google.protobuf.ByteString value) The variant value, which can be a primitive, object, or array.Variant.toBuilder()