Class ControlServiceStub (2.14.0)

public abstract class ControlServiceStub implements BackgroundResource

Base stub class for the ControlService service API.

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

Inheritance

java.lang.Object > ControlServiceStub

Implements

BackgroundResource

Constructors

ControlServiceStub()

public ControlServiceStub()

Methods

close()

public abstract void close()

createControlCallable()

public UnaryCallable<CreateControlRequest,Control> createControlCallable()
Returns

deleteControlCallable()

public UnaryCallable<DeleteControlRequest,Empty> deleteControlCallable()
Returns

getControlCallable()

public UnaryCallable<GetControlRequest,Control> getControlCallable()
Returns

listControlsCallable()

public UnaryCallable<ListControlsRequest,ListControlsResponse> listControlsCallable()
Returns

listControlsPagedCallable()

public UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse> listControlsPagedCallable()
Returns

updateControlCallable()

public UnaryCallable<UpdateControlRequest,Control> updateControlCallable()
Returns