Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.addAllResult(Iterable<? extends Api.Instrument> values)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.addResult(Api.Instrument.Builder builderForValue)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.addResult(Api.Instrument value)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.addResult(int index,
Api.Instrument.Builder builderForValue)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.addResult(int index,
Api.Instrument value)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.clear() |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.clearResult()
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.clone() |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.mergeFrom(Api.InstrumentResponse other) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Api.InstrumentResponse.Builder |
Api.InstrumentResponse.newBuilder() |
static Api.InstrumentResponse.Builder |
Api.InstrumentResponse.newBuilder(Api.InstrumentResponse prototype) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.newBuilderForType() |
protected Api.InstrumentResponse.Builder |
Api.InstrumentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.removeResult(int index)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.setResult(int index,
Api.Instrument.Builder builderForValue)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.setResult(int index,
Api.Instrument value)
repeated .api.Instrument result = 1;
|
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Api.InstrumentResponse.Builder |
Api.InstrumentResponse.toBuilder() |