Uses of Class
org.apache.camel.quarkus.component.protobuf.it.model.AddressBookProtos.Person
Packages that use AddressBookProtos.Person
-
Uses of AddressBookProtos.Person in org.apache.camel.quarkus.component.protobuf.it.model
Fields in org.apache.camel.quarkus.component.protobuf.it.model with type parameters of type AddressBookProtos.PersonModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<AddressBookProtos.Person>AddressBookProtos.Person.PARSERDeprecated.Methods in org.apache.camel.quarkus.component.protobuf.it.model that return AddressBookProtos.PersonModifier and TypeMethodDescriptionAddressBookProtos.Person.Builder.build()AddressBookProtos.Person.Builder.buildPartial()static AddressBookProtos.PersonAddressBookProtos.Person.getDefaultInstance()AddressBookProtos.Person.Builder.getDefaultInstanceForType()AddressBookProtos.Person.getDefaultInstanceForType()AddressBookProtos.AddressBook.Builder.getPerson(int index) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.AddressBook.getPerson(int index) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.AddressBookOrBuilder.getPerson(int index) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;static AddressBookProtos.PersonAddressBookProtos.Person.parseDelimitedFrom(InputStream input) static AddressBookProtos.PersonAddressBookProtos.Person.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(byte[] data) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(com.google.protobuf.ByteString data) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(com.google.protobuf.CodedInputStream input) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(InputStream input) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(ByteBuffer data) static AddressBookProtos.PersonAddressBookProtos.Person.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.camel.quarkus.component.protobuf.it.model that return types with arguments of type AddressBookProtos.PersonModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AddressBookProtos.Person>AddressBookProtos.Person.getParserForType()AddressBookProtos.AddressBook.Builder.getPersonList()repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.AddressBook.getPersonList()repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.AddressBookOrBuilder.getPersonList()repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;static com.google.protobuf.Parser<AddressBookProtos.Person>AddressBookProtos.Person.parser()Methods in org.apache.camel.quarkus.component.protobuf.it.model with parameters of type AddressBookProtos.PersonModifier and TypeMethodDescriptionAddressBookProtos.AddressBook.Builder.addPerson(int index, AddressBookProtos.Person value) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.AddressBook.Builder.addPerson(AddressBookProtos.Person value) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.Person.Builder.mergeFrom(AddressBookProtos.Person other) AddressBookProtos.Person.newBuilder(AddressBookProtos.Person prototype) AddressBookProtos.AddressBook.Builder.setPerson(int index, AddressBookProtos.Person value) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;Method parameters in org.apache.camel.quarkus.component.protobuf.it.model with type arguments of type AddressBookProtos.PersonModifier and TypeMethodDescriptionAddressBookProtos.AddressBook.Builder.addAllPerson(Iterable<? extends AddressBookProtos.Person> values) repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;