Class AccountRelationshipsServiceGrpc (1.0.0)

public final class AccountRelationshipsServiceGrpc

Service to support AccountRelationship API.

Inheritance

java.lang.Object > AccountRelationshipsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AccountRelationshipsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AccountRelationshipsServiceGrpc.AsyncService service)
Parameter
Name Description
service AccountRelationshipsServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetAccountRelationshipMethod()

public static MethodDescriptor<GetAccountRelationshipRequest,AccountRelationship> getGetAccountRelationshipMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAccountRelationshipRequest,AccountRelationship>

getListAccountRelationshipsMethod()

public static MethodDescriptor<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse> getListAccountRelationshipsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateAccountRelationshipMethod()

public static MethodDescriptor<UpdateAccountRelationshipRequest,AccountRelationship> getUpdateAccountRelationshipMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAccountRelationshipRequest,AccountRelationship>

newBlockingStub(Channel channel)

public static AccountRelationshipsServiceGrpc.AccountRelationshipsServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AccountRelationshipsServiceGrpc.AccountRelationshipsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static AccountRelationshipsServiceGrpc.AccountRelationshipsServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AccountRelationshipsServiceGrpc.AccountRelationshipsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static AccountRelationshipsServiceGrpc.AccountRelationshipsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AccountRelationshipsServiceGrpc.AccountRelationshipsServiceFutureStub

newStub(Channel channel)

public static AccountRelationshipsServiceGrpc.AccountRelationshipsServiceStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AccountRelationshipsServiceGrpc.AccountRelationshipsServiceStub