Class GrpcAccountRelationshipsServiceStub (1.0.0)

public class GrpcAccountRelationshipsServiceStub extends AccountRelationshipsServiceStub

gRPC stub implementation for the AccountRelationshipsService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AccountRelationshipsServiceStub > GrpcAccountRelationshipsServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcAccountRelationshipsServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcAccountRelationshipsServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcAccountRelationshipsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcAccountRelationshipsServiceStub
Exceptions
Type Description
IOException

create(AccountRelationshipsServiceStubSettings settings)

public static final GrpcAccountRelationshipsServiceStub create(AccountRelationshipsServiceStubSettings settings)
Parameter
Name Description
settings AccountRelationshipsServiceStubSettings
Returns
Type Description
GrpcAccountRelationshipsServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcAccountRelationshipsServiceStub(AccountRelationshipsServiceStubSettings settings, ClientContext clientContext)

protected GrpcAccountRelationshipsServiceStub(AccountRelationshipsServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcAccountRelationshipsServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings AccountRelationshipsServiceStubSettings
clientContext ClientContext

GrpcAccountRelationshipsServiceStub(AccountRelationshipsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcAccountRelationshipsServiceStub(AccountRelationshipsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcAccountRelationshipsServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings AccountRelationshipsServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

getAccountRelationshipCallable()

public UnaryCallable<GetAccountRelationshipRequest,AccountRelationship> getAccountRelationshipCallable()
Returns
Type Description
UnaryCallable<GetAccountRelationshipRequest,AccountRelationship>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAccountRelationshipsCallable()

public UnaryCallable<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse> listAccountRelationshipsCallable()
Returns
Type Description
UnaryCallable<ListAccountRelationshipsRequest,ListAccountRelationshipsResponse>
Overrides

listAccountRelationshipsPagedCallable()

public UnaryCallable<ListAccountRelationshipsRequest,AccountRelationshipsServiceClient.ListAccountRelationshipsPagedResponse> listAccountRelationshipsPagedCallable()
Returns
Type Description
UnaryCallable<ListAccountRelationshipsRequest,ListAccountRelationshipsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateAccountRelationshipCallable()

public UnaryCallable<UpdateAccountRelationshipRequest,AccountRelationship> updateAccountRelationshipCallable()
Returns
Type Description
UnaryCallable<UpdateAccountRelationshipRequest,AccountRelationship>
Overrides