Class AccountsServiceGrpc (0.1.0)

public final class AccountsServiceGrpc

Service for managing CSS/MC account information.

Inheritance

java.lang.Object > AccountsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AccountsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AccountsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceAccountsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getGetAccountMethod()

public static MethodDescriptor<GetAccountRequest,Account> getGetAccountMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAccountRequest,Account>

getListChildAccountsMethod()

public static MethodDescriptor<ListChildAccountsRequest,ListChildAccountsResponse> getListChildAccountsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListChildAccountsRequest,ListChildAccountsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateLabelsMethod()

public static MethodDescriptor<UpdateAccountLabelsRequest,Account> getUpdateLabelsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAccountLabelsRequest,Account>

newBlockingStub(Channel channel)

public static AccountsServiceGrpc.AccountsServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AccountsServiceGrpc.AccountsServiceBlockingStub

newFutureStub(Channel channel)

public static AccountsServiceGrpc.AccountsServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AccountsServiceGrpc.AccountsServiceFutureStub

newStub(Channel channel)

public static AccountsServiceGrpc.AccountsServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AccountsServiceGrpc.AccountsServiceStub