public static final class Protocol.BlockInventory.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder> implements Protocol.BlockInventoryOrBuilder
InventoryProtobuf type
protocol.BlockInventory| Modifier and Type | Method and Description |
|---|---|
Protocol.BlockInventory.Builder |
addAllIds(Iterable<? extends Protocol.BlockInventory.BlockId> values)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
addIds(int index,
Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
addIds(int index,
Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
addIds(Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
addIds(Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.BlockId.Builder |
addIdsBuilder()
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.BlockId.Builder |
addIdsBuilder(int index)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.BlockInventory |
build() |
Protocol.BlockInventory |
buildPartial() |
Protocol.BlockInventory.Builder |
clear() |
Protocol.BlockInventory.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.BlockInventory.Builder |
clearIds()
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.BlockInventory.Builder |
clearType()
.protocol.BlockInventory.Type type = 2; |
Protocol.BlockInventory.Builder |
clone() |
Protocol.BlockInventory |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protocol.BlockInventory.BlockId |
getIds(int index)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.BlockId.Builder |
getIdsBuilder(int index)
repeated .protocol.BlockInventory.BlockId ids = 1; |
List<Protocol.BlockInventory.BlockId.Builder> |
getIdsBuilderList()
repeated .protocol.BlockInventory.BlockId ids = 1; |
int |
getIdsCount()
repeated .protocol.BlockInventory.BlockId ids = 1; |
List<Protocol.BlockInventory.BlockId> |
getIdsList()
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.BlockIdOrBuilder |
getIdsOrBuilder(int index)
repeated .protocol.BlockInventory.BlockId ids = 1; |
List<? extends Protocol.BlockInventory.BlockIdOrBuilder> |
getIdsOrBuilderList()
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Type |
getType()
.protocol.BlockInventory.Type type = 2; |
int |
getTypeValue()
.protocol.BlockInventory.Type type = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protocol.BlockInventory.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.BlockInventory.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protocol.BlockInventory.Builder |
mergeFrom(Protocol.BlockInventory other) |
Protocol.BlockInventory.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.BlockInventory.Builder |
removeIds(int index)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.BlockInventory.Builder |
setIds(int index,
Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
setIds(int index,
Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1; |
Protocol.BlockInventory.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.BlockInventory.Builder |
setType(Protocol.BlockInventory.Type value)
.protocol.BlockInventory.Type type = 2; |
Protocol.BlockInventory.Builder |
setTypeValue(int value)
.protocol.BlockInventory.Type type = 2; |
Protocol.BlockInventory.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<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.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<Protocol.BlockInventory.Builder>public Protocol.BlockInventory getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Protocol.BlockInventory build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Protocol.BlockInventory buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Protocol.BlockInventory.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.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<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.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<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.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<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.Builder mergeFrom(Protocol.BlockInventory other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>public Protocol.BlockInventory.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<Protocol.BlockInventory.Builder>IOExceptionpublic List<Protocol.BlockInventory.BlockId> getIdsList()
repeated .protocol.BlockInventory.BlockId ids = 1;getIdsList in interface Protocol.BlockInventoryOrBuilderpublic int getIdsCount()
repeated .protocol.BlockInventory.BlockId ids = 1;getIdsCount in interface Protocol.BlockInventoryOrBuilderpublic Protocol.BlockInventory.BlockId getIds(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;getIds in interface Protocol.BlockInventoryOrBuilderpublic Protocol.BlockInventory.Builder setIds(int index, Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder setIds(int index, Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder addIds(Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder addIds(int index, Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder addIds(Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder addIds(int index, Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder addAllIds(Iterable<? extends Protocol.BlockInventory.BlockId> values)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder clearIds()
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.Builder removeIds(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.BlockId.Builder getIdsBuilder(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.BlockIdOrBuilder getIdsOrBuilder(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;getIdsOrBuilder in interface Protocol.BlockInventoryOrBuilderpublic List<? extends Protocol.BlockInventory.BlockIdOrBuilder> getIdsOrBuilderList()
repeated .protocol.BlockInventory.BlockId ids = 1;getIdsOrBuilderList in interface Protocol.BlockInventoryOrBuilderpublic Protocol.BlockInventory.BlockId.Builder addIdsBuilder()
repeated .protocol.BlockInventory.BlockId ids = 1;public Protocol.BlockInventory.BlockId.Builder addIdsBuilder(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;public List<Protocol.BlockInventory.BlockId.Builder> getIdsBuilderList()
repeated .protocol.BlockInventory.BlockId ids = 1;public int getTypeValue()
.protocol.BlockInventory.Type type = 2;getTypeValue in interface Protocol.BlockInventoryOrBuilderpublic Protocol.BlockInventory.Builder setTypeValue(int value)
.protocol.BlockInventory.Type type = 2;public Protocol.BlockInventory.Type getType()
.protocol.BlockInventory.Type type = 2;getType in interface Protocol.BlockInventoryOrBuilderpublic Protocol.BlockInventory.Builder setType(Protocol.BlockInventory.Type value)
.protocol.BlockInventory.Type type = 2;public Protocol.BlockInventory.Builder clearType()
.protocol.BlockInventory.Type type = 2;public final Protocol.BlockInventory.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>public final Protocol.BlockInventory.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>Copyright © 2020. All rights reserved.