Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.addAllIds(Iterable<? extends Protocol.BlockInventory.BlockId> values)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.addIds(int index,
Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.addIds(int index,
Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.addIds(Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.addIds(Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.clear() |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.clearIds()
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.clearType()
.protocol.BlockInventory.Type type = 2;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.clone() |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.mergeFrom(Protocol.BlockInventory other) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.BlockInventory.Builder |
Protocol.BlockInventory.newBuilder() |
static Protocol.BlockInventory.Builder |
Protocol.BlockInventory.newBuilder(Protocol.BlockInventory prototype) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.newBuilderForType() |
protected Protocol.BlockInventory.Builder |
Protocol.BlockInventory.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.removeIds(int index)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setIds(int index,
Protocol.BlockInventory.BlockId.Builder builderForValue)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setIds(int index,
Protocol.BlockInventory.BlockId value)
repeated .protocol.BlockInventory.BlockId ids = 1;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setType(Protocol.BlockInventory.Type value)
.protocol.BlockInventory.Type type = 2;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setTypeValue(int value)
.protocol.BlockInventory.Type type = 2;
|
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.BlockInventory.Builder |
Protocol.BlockInventory.toBuilder() |