Interface AddressBookProtos.AddressBookOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AddressBookProtos.Person getPerson​(int index)
      repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;
      int getPersonCount()
      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.PersonOrBuilder getPersonOrBuilder​(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.MessageLiteOrBuilder

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

        AddressBookProtos.PersonOrBuilder getPersonOrBuilder​(int index)
        repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person person = 1;