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

    Modifier and Type
    Method
    Description
    getPerson(int index)
    repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
    int
    repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
    repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
    getPersonOrBuilder(int index)
    repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
    repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;