Api.Instrument.Builder |
Api.Instrument.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.Instrument.Builder |
Api.InstrumentResponse.Builder.addResultBuilder()
repeated .api.Instrument result = 1;
|
Api.Instrument.Builder |
Api.InstrumentResponse.Builder.addResultBuilder(int index)
repeated .api.Instrument result = 1;
|
Api.Instrument.Builder |
Api.Instrument.Builder.clear() |
Api.Instrument.Builder |
Api.Instrument.Builder.clearCurrency()
string currency = 5;
|
Api.Instrument.Builder |
Api.Instrument.Builder.clearExchangeCode()
string exchange_code = 4;
|
Api.Instrument.Builder |
Api.Instrument.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Api.Instrument.Builder |
Api.Instrument.Builder.clearInstrumentId()
string instrument_id = 3;
|
Api.Instrument.Builder |
Api.Instrument.Builder.clearName()
string name = 1;
|
Api.Instrument.Builder |
Api.Instrument.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Api.Instrument.Builder |
Api.Instrument.Builder.clearSymbol()
string symbol = 2;
|
Api.Instrument.Builder |
Api.Instrument.Builder.clone() |
Api.Instrument.Builder |
Api.InstrumentResponse.Builder.getResultBuilder(int index)
repeated .api.Instrument result = 1;
|
Api.Instrument.Builder |
Api.Instrument.Builder.mergeFrom(Api.Instrument other) |
Api.Instrument.Builder |
Api.Instrument.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Api.Instrument.Builder |
Api.Instrument.Builder.mergeFrom(com.google.protobuf.Message other) |
Api.Instrument.Builder |
Api.Instrument.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Api.Instrument.Builder |
Api.Instrument.newBuilder() |
static Api.Instrument.Builder |
Api.Instrument.newBuilder(Api.Instrument prototype) |
Api.Instrument.Builder |
Api.Instrument.newBuilderForType() |
protected Api.Instrument.Builder |
Api.Instrument.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Api.Instrument.Builder |
Api.Instrument.Builder.setCurrency(String value)
string currency = 5;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setCurrencyBytes(com.google.protobuf.ByteString value)
string currency = 5;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setExchangeCode(String value)
string exchange_code = 4;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setExchangeCodeBytes(com.google.protobuf.ByteString value)
string exchange_code = 4;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.Instrument.Builder |
Api.Instrument.Builder.setInstrumentId(String value)
string instrument_id = 3;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setInstrumentIdBytes(com.google.protobuf.ByteString value)
string instrument_id = 3;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setName(String value)
string name = 1;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 1;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Api.Instrument.Builder |
Api.Instrument.Builder.setSymbol(String value)
string symbol = 2;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setSymbolBytes(com.google.protobuf.ByteString value)
string symbol = 2;
|
Api.Instrument.Builder |
Api.Instrument.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Api.Instrument.Builder |
Api.Instrument.toBuilder() |