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