Package ru.tinkoff.piapi.contract.v1
Class UsersServiceGrpc
java.lang.Object
ru.tinkoff.piapi.contract.v1.UsersServiceGrpc
Сервис предназначен для получения: </br> **1**. списка счетов пользователя; </br> **2**. маржинальных показателей по счёту.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classСервис предназначен для получения: </br> **1**. списка счетов пользователя; </br> **2**. маржинальных показателей по счёту.static final classСервис предназначен для получения: </br> **1**. списка счетов пользователя; </br> **2**. маржинальных показателей по счёту.static classСервис предназначен для получения: </br> **1**. списка счетов пользователя; </br> **2**. маржинальных показателей по счёту.static final classСервис предназначен для получения: </br> **1**. списка счетов пользователя; </br> **2**. маржинальных показателей по счёту. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetAccountsRequest,GetAccountsResponse> static io.grpc.MethodDescriptor<GetInfoRequest,GetInfoResponse> static io.grpc.MethodDescriptor<GetMarginAttributesRequest,GetMarginAttributesResponse> static io.grpc.MethodDescriptor<GetUserTariffRequest,GetUserTariffResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetAccountsMethod
public static io.grpc.MethodDescriptor<GetAccountsRequest,GetAccountsResponse> getGetAccountsMethod() -
getGetMarginAttributesMethod
public static io.grpc.MethodDescriptor<GetMarginAttributesRequest,GetMarginAttributesResponse> getGetMarginAttributesMethod() -
getGetUserTariffMethod
public static io.grpc.MethodDescriptor<GetUserTariffRequest,GetUserTariffResponse> getGetUserTariffMethod() -
getGetInfoMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-