Class LabelServiceStub (0.4.0)

public abstract class LabelServiceStub implements BackgroundResource

Base stub class for the LabelService service API.

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

Inheritance

java.lang.Object > LabelServiceStub

Implements

BackgroundResource

Constructors

LabelServiceStub()

public LabelServiceStub()

Methods

close()

public abstract void close()

getLabelCallable()

public UnaryCallable<GetLabelRequest,Label> getLabelCallable()
Returns
Type Description
UnaryCallable<GetLabelRequest,Label>

listLabelsCallable()

public UnaryCallable<ListLabelsRequest,ListLabelsResponse> listLabelsCallable()
Returns
Type Description
UnaryCallable<ListLabelsRequest,ListLabelsResponse>

listLabelsPagedCallable()

public UnaryCallable<ListLabelsRequest,LabelServiceClient.ListLabelsPagedResponse> listLabelsPagedCallable()
Returns
Type Description
UnaryCallable<ListLabelsRequest,ListLabelsPagedResponse>