Uses of Class
io.confluent.protobuf.MetaProto.Meta.Builder
Packages that use MetaProto.Meta.Builder
-
Uses of MetaProto.Meta.Builder in io.confluent.protobuf
Methods in io.confluent.protobuf that return MetaProto.Meta.BuilderModifier and TypeMethodDescriptionMetaProto.Meta.Builder.addAllTags(Iterable<String> values) repeated string tags = 3;repeated string tags = 3;MetaProto.Meta.Builder.addTagsBytes(com.google.protobuf.ByteString value) repeated string tags = 3;MetaProto.Meta.Builder.clear()MetaProto.Meta.Builder.clearDoc()string doc = 1;MetaProto.Meta.Builder.clearParams()MetaProto.Meta.Builder.clearTags()repeated string tags = 3;MetaProto.Meta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetaProto.Meta.Builder.mergeFrom(com.google.protobuf.Message other) MetaProto.Meta.Builder.mergeFrom(MetaProto.Meta other) static MetaProto.Meta.BuilderMetaProto.Meta.newBuilder()static MetaProto.Meta.BuilderMetaProto.Meta.newBuilder(MetaProto.Meta prototype) MetaProto.Meta.newBuilderForType()protected MetaProto.Meta.BuilderMetaProto.Meta.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MetaProto.Meta.Builder.putAllParams(Map<String, String> values) map<string, string> params = 2;map<string, string> params = 2;MetaProto.Meta.Builder.removeParams(String key) map<string, string> params = 2;string doc = 1;MetaProto.Meta.Builder.setDocBytes(com.google.protobuf.ByteString value) string doc = 1;repeated string tags = 3;MetaProto.Meta.toBuilder()