public static final class AddressBookProtos.Person.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder> implements AddressBookProtos.PersonOrBuilder
org.apache.camel.quarkus.component.protobuf.it.model.Person| Modifier and Type | Method and Description |
|---|---|
AddressBookProtos.Person.Builder |
addAllNicknames(Iterable<String> values)
repeated string nicknames = 5; |
AddressBookProtos.Person.Builder |
addAllPhone(Iterable<? extends AddressBookProtos.Person.PhoneNumber> values)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
addNicknames(String value)
repeated string nicknames = 5; |
AddressBookProtos.Person.Builder |
addNicknamesBytes(com.google.protobuf.ByteString value)
repeated string nicknames = 5; |
AddressBookProtos.Person.Builder |
addPhone(AddressBookProtos.Person.PhoneNumber.Builder builderForValue)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
addPhone(AddressBookProtos.Person.PhoneNumber value)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
addPhone(int index,
AddressBookProtos.Person.PhoneNumber.Builder builderForValue)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
addPhone(int index,
AddressBookProtos.Person.PhoneNumber value)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.PhoneNumber.Builder |
addPhoneBuilder()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.PhoneNumber.Builder |
addPhoneBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AddressBookProtos.Person |
build() |
AddressBookProtos.Person |
buildPartial() |
AddressBookProtos.Person.Builder |
clear() |
AddressBookProtos.Person.Builder |
clearAddress()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person.Builder |
clearEmail()
optional string email = 3; |
AddressBookProtos.Person.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AddressBookProtos.Person.Builder |
clearId()
required int32 id = 2; |
AddressBookProtos.Person.Builder |
clearName()
required string name = 1; |
AddressBookProtos.Person.Builder |
clearNicknames()
repeated string nicknames = 5; |
AddressBookProtos.Person.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AddressBookProtos.Person.Builder |
clearPhone()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
clone() |
AddressBookProtos.Person.Address |
getAddress()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person.Address.Builder |
getAddressBuilder()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person.AddressOrBuilder |
getAddressOrBuilder()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEmail()
optional string email = 3; |
com.google.protobuf.ByteString |
getEmailBytes()
optional string email = 3; |
int |
getId()
required int32 id = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getNicknames(int index)
repeated string nicknames = 5; |
com.google.protobuf.ByteString |
getNicknamesBytes(int index)
repeated string nicknames = 5; |
int |
getNicknamesCount()
repeated string nicknames = 5; |
com.google.protobuf.ProtocolStringList |
getNicknamesList()
repeated string nicknames = 5; |
AddressBookProtos.Person.PhoneNumber |
getPhone(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.PhoneNumber.Builder |
getPhoneBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
List<AddressBookProtos.Person.PhoneNumber.Builder> |
getPhoneBuilderList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
int |
getPhoneCount()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
List<AddressBookProtos.Person.PhoneNumber> |
getPhoneList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.PhoneNumberOrBuilder |
getPhoneOrBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
List<? extends AddressBookProtos.Person.PhoneNumberOrBuilder> |
getPhoneOrBuilderList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
boolean |
hasAddress()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
boolean |
hasEmail()
optional string email = 3; |
boolean |
hasId()
required int32 id = 2; |
boolean |
hasName()
required string name = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AddressBookProtos.Person.Builder |
mergeAddress(AddressBookProtos.Person.Address value)
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person.Builder |
mergeFrom(AddressBookProtos.Person other) |
AddressBookProtos.Person.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AddressBookProtos.Person.Builder |
mergeFrom(com.google.protobuf.Message other) |
AddressBookProtos.Person.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AddressBookProtos.Person.Builder |
removePhone(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
setAddress(AddressBookProtos.Person.Address.Builder builderForValue)
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person.Builder |
setAddress(AddressBookProtos.Person.Address value)
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6; |
AddressBookProtos.Person.Builder |
setEmail(String value)
optional string email = 3; |
AddressBookProtos.Person.Builder |
setEmailBytes(com.google.protobuf.ByteString value)
optional string email = 3; |
AddressBookProtos.Person.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AddressBookProtos.Person.Builder |
setId(int value)
required int32 id = 2; |
AddressBookProtos.Person.Builder |
setName(String value)
required string name = 1; |
AddressBookProtos.Person.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
AddressBookProtos.Person.Builder |
setNicknames(int index,
String value)
repeated string nicknames = 5; |
AddressBookProtos.Person.Builder |
setPhone(int index,
AddressBookProtos.Person.PhoneNumber.Builder builderForValue)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
setPhone(int index,
AddressBookProtos.Person.PhoneNumber value)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4; |
AddressBookProtos.Person.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AddressBookProtos.Person.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AddressBookProtos.Person build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AddressBookProtos.Person buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AddressBookProtos.Person.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder mergeFrom(AddressBookProtos.Person other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public AddressBookProtos.Person.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AddressBookProtos.Person.Builder>IOExceptionpublic boolean hasName()
required string name = 1;hasName in interface AddressBookProtos.PersonOrBuilderpublic String getName()
required string name = 1;getName in interface AddressBookProtos.PersonOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.Builder setName(String value)
required string name = 1;value - The name to set.public AddressBookProtos.Person.Builder clearName()
required string name = 1;public AddressBookProtos.Person.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;value - The bytes for name to set.public boolean hasId()
required int32 id = 2;hasId in interface AddressBookProtos.PersonOrBuilderpublic int getId()
required int32 id = 2;getId in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.Builder setId(int value)
required int32 id = 2;value - The id to set.public AddressBookProtos.Person.Builder clearId()
required int32 id = 2;public boolean hasEmail()
optional string email = 3;hasEmail in interface AddressBookProtos.PersonOrBuilderpublic String getEmail()
optional string email = 3;getEmail in interface AddressBookProtos.PersonOrBuilderpublic com.google.protobuf.ByteString getEmailBytes()
optional string email = 3;getEmailBytes in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.Builder setEmail(String value)
optional string email = 3;value - The email to set.public AddressBookProtos.Person.Builder clearEmail()
optional string email = 3;public AddressBookProtos.Person.Builder setEmailBytes(com.google.protobuf.ByteString value)
optional string email = 3;value - The bytes for email to set.public List<AddressBookProtos.Person.PhoneNumber> getPhoneList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;getPhoneList in interface AddressBookProtos.PersonOrBuilderpublic int getPhoneCount()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;getPhoneCount in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.PhoneNumber getPhone(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;getPhone in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.Builder setPhone(int index, AddressBookProtos.Person.PhoneNumber value)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder setPhone(int index, AddressBookProtos.Person.PhoneNumber.Builder builderForValue)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder addPhone(AddressBookProtos.Person.PhoneNumber value)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder addPhone(int index, AddressBookProtos.Person.PhoneNumber value)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder addPhone(AddressBookProtos.Person.PhoneNumber.Builder builderForValue)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder addPhone(int index, AddressBookProtos.Person.PhoneNumber.Builder builderForValue)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder addAllPhone(Iterable<? extends AddressBookProtos.Person.PhoneNumber> values)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder clearPhone()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.Builder removePhone(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.PhoneNumber.Builder getPhoneBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.PhoneNumberOrBuilder getPhoneOrBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;getPhoneOrBuilder in interface AddressBookProtos.PersonOrBuilderpublic List<? extends AddressBookProtos.Person.PhoneNumberOrBuilder> getPhoneOrBuilderList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;getPhoneOrBuilderList in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.PhoneNumber.Builder addPhoneBuilder()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public AddressBookProtos.Person.PhoneNumber.Builder addPhoneBuilder(int index)
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public List<AddressBookProtos.Person.PhoneNumber.Builder> getPhoneBuilderList()
repeated .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneNumber phone = 4;public com.google.protobuf.ProtocolStringList getNicknamesList()
repeated string nicknames = 5;getNicknamesList in interface AddressBookProtos.PersonOrBuilderpublic int getNicknamesCount()
repeated string nicknames = 5;getNicknamesCount in interface AddressBookProtos.PersonOrBuilderpublic String getNicknames(int index)
repeated string nicknames = 5;getNicknames in interface AddressBookProtos.PersonOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNicknamesBytes(int index)
repeated string nicknames = 5;getNicknamesBytes in interface AddressBookProtos.PersonOrBuilderindex - The index of the value to return.public AddressBookProtos.Person.Builder setNicknames(int index, String value)
repeated string nicknames = 5;index - The index to set the value at.value - The nicknames to set.public AddressBookProtos.Person.Builder addNicknames(String value)
repeated string nicknames = 5;value - The nicknames to add.public AddressBookProtos.Person.Builder addAllNicknames(Iterable<String> values)
repeated string nicknames = 5;values - The nicknames to add.public AddressBookProtos.Person.Builder clearNicknames()
repeated string nicknames = 5;public AddressBookProtos.Person.Builder addNicknamesBytes(com.google.protobuf.ByteString value)
repeated string nicknames = 5;value - The bytes of the nicknames to add.public boolean hasAddress()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;hasAddress in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.Address getAddress()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;getAddress in interface AddressBookProtos.PersonOrBuilderpublic AddressBookProtos.Person.Builder setAddress(AddressBookProtos.Person.Address value)
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;public AddressBookProtos.Person.Builder setAddress(AddressBookProtos.Person.Address.Builder builderForValue)
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;public AddressBookProtos.Person.Builder mergeAddress(AddressBookProtos.Person.Address value)
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;public AddressBookProtos.Person.Builder clearAddress()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;public AddressBookProtos.Person.Address.Builder getAddressBuilder()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;public AddressBookProtos.Person.AddressOrBuilder getAddressOrBuilder()
optional .org.apache.camel.quarkus.component.protobuf.it.model.Person.Address address = 6;getAddressOrBuilder in interface AddressBookProtos.PersonOrBuilderpublic final AddressBookProtos.Person.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>public final AddressBookProtos.Person.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AddressBookProtos.Person.Builder>Copyright © 2019–2020 The Apache Software Foundation. All rights reserved.