Class WebhooksStub (0.11.5)

public abstract class WebhooksStub implements BackgroundResource

Base stub class for the Webhooks service API.

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

Inheritance

java.lang.Object > WebhooksStub

Implements

BackgroundResource

Constructors

WebhooksStub()

public WebhooksStub()

Methods

close()

public abstract void close()

createWebhookCallable()

public UnaryCallable<CreateWebhookRequest,Webhook> createWebhookCallable()
Returns

deleteWebhookCallable()

public UnaryCallable<DeleteWebhookRequest,Empty> deleteWebhookCallable()
Returns

getWebhookCallable()

public UnaryCallable<GetWebhookRequest,Webhook> getWebhookCallable()
Returns

listWebhooksCallable()

public UnaryCallable<ListWebhooksRequest,ListWebhooksResponse> listWebhooksCallable()
Returns

listWebhooksPagedCallable()

public UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse> listWebhooksPagedCallable()
Returns

updateWebhookCallable()

public UnaryCallable<UpdateWebhookRequest,Webhook> updateWebhookCallable()
Returns