Uses of Class
io.confluent.protobuf.MetaProto.Rule
Packages that use MetaProto.Rule
-
Uses of MetaProto.Rule in io.confluent.protobuf
Methods in io.confluent.protobuf that return MetaProto.RuleModifier and TypeMethodDescriptionMetaProto.Rule.Builder.build()MetaProto.Rule.Builder.buildPartial()static MetaProto.RuleMetaProto.Rule.getDefaultInstance()MetaProto.Rule.Builder.getDefaultInstanceForType()MetaProto.Rule.getDefaultInstanceForType()MetaProto.Meta.Builder.getRules(int index) repeated .confluent.Rule rules = 4;MetaProto.Meta.getRules(int index) repeated .confluent.Rule rules = 4;MetaProto.MetaOrBuilder.getRules(int index) repeated .confluent.Rule rules = 4;static MetaProto.RuleMetaProto.Rule.parseDelimitedFrom(InputStream input) static MetaProto.RuleMetaProto.Rule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetaProto.RuleMetaProto.Rule.parseFrom(byte[] data) static MetaProto.RuleMetaProto.Rule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetaProto.RuleMetaProto.Rule.parseFrom(com.google.protobuf.ByteString data) static MetaProto.RuleMetaProto.Rule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetaProto.RuleMetaProto.Rule.parseFrom(com.google.protobuf.CodedInputStream input) static MetaProto.RuleMetaProto.Rule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetaProto.RuleMetaProto.Rule.parseFrom(InputStream input) static MetaProto.RuleMetaProto.Rule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MetaProto.RuleMetaProto.Rule.parseFrom(ByteBuffer data) static MetaProto.RuleMetaProto.Rule.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.confluent.protobuf that return types with arguments of type MetaProto.RuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MetaProto.Rule>MetaProto.Rule.getParserForType()MetaProto.Meta.Builder.getRulesList()repeated .confluent.Rule rules = 4;MetaProto.Meta.getRulesList()repeated .confluent.Rule rules = 4;MetaProto.MetaOrBuilder.getRulesList()repeated .confluent.Rule rules = 4;static com.google.protobuf.Parser<MetaProto.Rule>MetaProto.Rule.parser()Methods in io.confluent.protobuf with parameters of type MetaProto.RuleModifier and TypeMethodDescriptionMetaProto.Meta.Builder.addRules(int index, MetaProto.Rule value) repeated .confluent.Rule rules = 4;MetaProto.Meta.Builder.addRules(MetaProto.Rule value) repeated .confluent.Rule rules = 4;MetaProto.Rule.Builder.mergeFrom(MetaProto.Rule other) static MetaProto.Rule.BuilderMetaProto.Rule.newBuilder(MetaProto.Rule prototype) MetaProto.Meta.Builder.setRules(int index, MetaProto.Rule value) repeated .confluent.Rule rules = 4;Method parameters in io.confluent.protobuf with type arguments of type MetaProto.RuleModifier and TypeMethodDescriptionMetaProto.Meta.Builder.addAllRules(Iterable<? extends MetaProto.Rule> values) repeated .confluent.Rule rules = 4;