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.
Implements
BackgroundResourceConstructors
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> |