public static final class RosterProto.Roster.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder> implements RosterProto.RosterOrBuilder
Roster| Modifier and Type | Method and Description |
|---|---|
RosterProto.Roster.Builder |
addAllList(Iterable<? extends ServerIdentityProto.ServerIdentity> values)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
addList(int index,
ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
addList(int index,
ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
addList(ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
addList(ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2; |
ServerIdentityProto.ServerIdentity.Builder |
addListBuilder()
repeated .ServerIdentity list = 2; |
ServerIdentityProto.ServerIdentity.Builder |
addListBuilder(int index)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RosterProto.Roster |
build() |
RosterProto.Roster |
buildPartial() |
RosterProto.Roster.Builder |
clear() |
RosterProto.Roster.Builder |
clearAggregate()
required bytes aggregate = 3; |
RosterProto.Roster.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RosterProto.Roster.Builder |
clearId()
required bytes id = 1; |
RosterProto.Roster.Builder |
clearList()
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RosterProto.Roster.Builder |
clone() |
com.google.protobuf.ByteString |
getAggregate()
required bytes aggregate = 3; |
RosterProto.Roster |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getId()
required bytes id = 1; |
ServerIdentityProto.ServerIdentity |
getList(int index)
repeated .ServerIdentity list = 2; |
ServerIdentityProto.ServerIdentity.Builder |
getListBuilder(int index)
repeated .ServerIdentity list = 2; |
List<ServerIdentityProto.ServerIdentity.Builder> |
getListBuilderList()
repeated .ServerIdentity list = 2; |
int |
getListCount()
repeated .ServerIdentity list = 2; |
List<ServerIdentityProto.ServerIdentity> |
getListList()
repeated .ServerIdentity list = 2; |
ServerIdentityProto.ServerIdentityOrBuilder |
getListOrBuilder(int index)
repeated .ServerIdentity list = 2; |
List<? extends ServerIdentityProto.ServerIdentityOrBuilder> |
getListOrBuilderList()
repeated .ServerIdentity list = 2; |
boolean |
hasAggregate()
required bytes aggregate = 3; |
boolean |
hasId()
required bytes id = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RosterProto.Roster.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RosterProto.Roster.Builder |
mergeFrom(com.google.protobuf.Message other) |
RosterProto.Roster.Builder |
mergeFrom(RosterProto.Roster other) |
RosterProto.Roster.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RosterProto.Roster.Builder |
removeList(int index)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
setAggregate(com.google.protobuf.ByteString value)
required bytes aggregate = 3; |
RosterProto.Roster.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RosterProto.Roster.Builder |
setId(com.google.protobuf.ByteString value)
required bytes id = 1; |
RosterProto.Roster.Builder |
setList(int index,
ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
setList(int index,
ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RosterProto.Roster.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<RosterProto.Roster.Builder>public RosterProto.Roster.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.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<RosterProto.Roster.Builder>public RosterProto.Roster getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RosterProto.Roster build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RosterProto.Roster buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RosterProto.Roster.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder>public RosterProto.Roster.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<RosterProto.Roster.Builder>public RosterProto.Roster.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder>public RosterProto.Roster.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder>public RosterProto.Roster.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<RosterProto.Roster.Builder>public RosterProto.Roster.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<RosterProto.Roster.Builder>public RosterProto.Roster.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RosterProto.Roster.Builder>public RosterProto.Roster.Builder mergeFrom(RosterProto.Roster other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder>public RosterProto.Roster.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<RosterProto.Roster.Builder>IOExceptionpublic boolean hasId()
required bytes id = 1;hasId in interface RosterProto.RosterOrBuilderpublic com.google.protobuf.ByteString getId()
required bytes id = 1;getId in interface RosterProto.RosterOrBuilderpublic RosterProto.Roster.Builder setId(com.google.protobuf.ByteString value)
required bytes id = 1;public RosterProto.Roster.Builder clearId()
required bytes id = 1;public List<ServerIdentityProto.ServerIdentity> getListList()
repeated .ServerIdentity list = 2;getListList in interface RosterProto.RosterOrBuilderpublic int getListCount()
repeated .ServerIdentity list = 2;getListCount in interface RosterProto.RosterOrBuilderpublic ServerIdentityProto.ServerIdentity getList(int index)
repeated .ServerIdentity list = 2;getList in interface RosterProto.RosterOrBuilderpublic RosterProto.Roster.Builder setList(int index, ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder setList(int index, ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder addList(ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder addList(int index, ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder addList(ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder addList(int index, ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder addAllList(Iterable<? extends ServerIdentityProto.ServerIdentity> values)
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder clearList()
repeated .ServerIdentity list = 2;public RosterProto.Roster.Builder removeList(int index)
repeated .ServerIdentity list = 2;public ServerIdentityProto.ServerIdentity.Builder getListBuilder(int index)
repeated .ServerIdentity list = 2;public ServerIdentityProto.ServerIdentityOrBuilder getListOrBuilder(int index)
repeated .ServerIdentity list = 2;getListOrBuilder in interface RosterProto.RosterOrBuilderpublic List<? extends ServerIdentityProto.ServerIdentityOrBuilder> getListOrBuilderList()
repeated .ServerIdentity list = 2;getListOrBuilderList in interface RosterProto.RosterOrBuilderpublic ServerIdentityProto.ServerIdentity.Builder addListBuilder()
repeated .ServerIdentity list = 2;public ServerIdentityProto.ServerIdentity.Builder addListBuilder(int index)
repeated .ServerIdentity list = 2;public List<ServerIdentityProto.ServerIdentity.Builder> getListBuilderList()
repeated .ServerIdentity list = 2;public boolean hasAggregate()
required bytes aggregate = 3;hasAggregate in interface RosterProto.RosterOrBuilderpublic com.google.protobuf.ByteString getAggregate()
required bytes aggregate = 3;getAggregate in interface RosterProto.RosterOrBuilderpublic RosterProto.Roster.Builder setAggregate(com.google.protobuf.ByteString value)
required bytes aggregate = 3;public RosterProto.Roster.Builder clearAggregate()
required bytes aggregate = 3;public final RosterProto.Roster.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder>public final RosterProto.Roster.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RosterProto.Roster.Builder>Copyright © 2018. All rights reserved.