Class ContentLabelServiceStub (0.39.0)

public abstract class ContentLabelServiceStub implements BackgroundResource

Base stub class for the ContentLabelService service API.

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

Inheritance

java.lang.Object > ContentLabelServiceStub

Implements

BackgroundResource

Constructors

ContentLabelServiceStub()

public ContentLabelServiceStub()

Methods

close()

public abstract void close()

getContentLabelCallable()

public UnaryCallable<GetContentLabelRequest,ContentLabel> getContentLabelCallable()
Returns
Type Description
UnaryCallable<GetContentLabelRequest,ContentLabel>

listContentLabelsCallable()

public UnaryCallable<ListContentLabelsRequest,ListContentLabelsResponse> listContentLabelsCallable()
Returns
Type Description
UnaryCallable<ListContentLabelsRequest,ListContentLabelsResponse>

listContentLabelsPagedCallable()

public UnaryCallable<ListContentLabelsRequest,ContentLabelServiceClient.ListContentLabelsPagedResponse> listContentLabelsPagedCallable()
Returns
Type Description
UnaryCallable<ListContentLabelsRequest,ListContentLabelsPagedResponse>