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