Class DeveloperRegistrationServiceStub (1.0.0)

public abstract class DeveloperRegistrationServiceStub implements BackgroundResource

Base stub class for the DeveloperRegistrationService service API.

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

Inheritance

java.lang.Object > DeveloperRegistrationServiceStub

Implements

BackgroundResource

Constructors

DeveloperRegistrationServiceStub()

public DeveloperRegistrationServiceStub()

Methods

close()

public abstract void close()

getDeveloperRegistrationCallable()

public UnaryCallable<GetDeveloperRegistrationRequest,DeveloperRegistration> getDeveloperRegistrationCallable()
Returns
Type Description
UnaryCallable<GetDeveloperRegistrationRequest,DeveloperRegistration>

registerGcpCallable()

public UnaryCallable<RegisterGcpRequest,DeveloperRegistration> registerGcpCallable()
Returns
Type Description
UnaryCallable<RegisterGcpRequest,DeveloperRegistration>

unregisterGcpCallable()

public UnaryCallable<UnregisterGcpRequest,Empty> unregisterGcpCallable()
Returns
Type Description
UnaryCallable<UnregisterGcpRequest,Empty>