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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>
public Protocol.BlockInventory getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protocol.BlockInventory build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protocol.BlockInventory buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protocol.BlockInventory.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protocol.BlockInventory.Builder>
IOException
public List<Protocol.BlockInventory.BlockId> getIdsList()
repeated .protocol.BlockInventory.BlockId ids = 1;
getIdsList
in interface Protocol.BlockInventoryOrBuilder
public int getIdsCount()
repeated .protocol.BlockInventory.BlockId ids = 1;
getIdsCount
in interface Protocol.BlockInventoryOrBuilder
public Protocol.BlockInventory.BlockId getIds(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;
getIds
in interface Protocol.BlockInventoryOrBuilder
public 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.BlockInventoryOrBuilder
public List<? extends Protocol.BlockInventory.BlockIdOrBuilder> getIdsOrBuilderList()
repeated .protocol.BlockInventory.BlockId ids = 1;
getIdsOrBuilderList
in interface Protocol.BlockInventoryOrBuilder
public 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.BlockInventoryOrBuilder
public 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.BlockInventoryOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.BlockInventory.Builder>
Copyright © 2020. All rights reserved.