Uses of Class
ru.tinkoff.piapi.contract.v1.GetBrandsResponse
-
Uses of GetBrandsResponse in ru.tinkoff.piapi.contract.v1
Methods in ru.tinkoff.piapi.contract.v1 that return GetBrandsResponseModifier and TypeMethodDescriptionGetBrandsResponse.Builder.build()GetBrandsResponse.Builder.buildPartial()InstrumentsServiceGrpc.InstrumentsServiceBlockingStub.getBrands(GetBrandsRequest request) Метод получения списка брендов.static GetBrandsResponseGetBrandsResponse.getDefaultInstance()GetBrandsResponse.Builder.getDefaultInstanceForType()GetBrandsResponse.getDefaultInstanceForType()static GetBrandsResponseGetBrandsResponse.parseDelimitedFrom(InputStream input) static GetBrandsResponseGetBrandsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetBrandsResponseGetBrandsResponse.parseFrom(byte[] data) static GetBrandsResponseGetBrandsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetBrandsResponseGetBrandsResponse.parseFrom(com.google.protobuf.ByteString data) static GetBrandsResponseGetBrandsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetBrandsResponseGetBrandsResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetBrandsResponseGetBrandsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetBrandsResponseGetBrandsResponse.parseFrom(InputStream input) static GetBrandsResponseGetBrandsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetBrandsResponseGetBrandsResponse.parseFrom(ByteBuffer data) static GetBrandsResponseGetBrandsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ru.tinkoff.piapi.contract.v1 that return types with arguments of type GetBrandsResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GetBrandsResponse>InstrumentsServiceGrpc.InstrumentsServiceFutureStub.getBrands(GetBrandsRequest request) Метод получения списка брендов.static io.grpc.MethodDescriptor<GetBrandsRequest,GetBrandsResponse> InstrumentsServiceGrpc.getGetBrandsMethod()com.google.protobuf.Parser<GetBrandsResponse>GetBrandsResponse.getParserForType()static com.google.protobuf.Parser<GetBrandsResponse>GetBrandsResponse.parser()Methods in ru.tinkoff.piapi.contract.v1 with parameters of type GetBrandsResponseModifier and TypeMethodDescriptionGetBrandsResponse.Builder.mergeFrom(GetBrandsResponse other) static GetBrandsResponse.BuilderGetBrandsResponse.newBuilder(GetBrandsResponse prototype) Method parameters in ru.tinkoff.piapi.contract.v1 with type arguments of type GetBrandsResponseModifier and TypeMethodDescriptionvoidInstrumentsServiceGrpc.InstrumentsServiceImplBase.getBrands(GetBrandsRequest request, io.grpc.stub.StreamObserver<GetBrandsResponse> responseObserver) Метод получения списка брендов.voidInstrumentsServiceGrpc.InstrumentsServiceStub.getBrands(GetBrandsRequest request, io.grpc.stub.StreamObserver<GetBrandsResponse> responseObserver) Метод получения списка брендов.