Interface AddressBookProtos.AddressBookOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddressBookProtos.AddressBook,AddressBookProtos.AddressBook.Builder
- Enclosing class:
- AddressBookProtos
public static interface AddressBookProtos.AddressBookOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressBookProtos.PersongetPerson(int index)repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;intgetPersonCount()repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;List<AddressBookProtos.Person>getPersonList()repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;AddressBookProtos.PersonOrBuildergetPersonOrBuilder(int index)repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;List<? extends AddressBookProtos.PersonOrBuilder>getPersonOrBuilderList()repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPersonList
List<AddressBookProtos.Person> getPersonList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
-
getPerson
AddressBookProtos.Person getPerson(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
-
getPersonCount
int getPersonCount()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
-
getPersonOrBuilderList
List<? extends AddressBookProtos.PersonOrBuilder> getPersonOrBuilderList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
-
getPersonOrBuilder
AddressBookProtos.PersonOrBuilder getPersonOrBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
-
-