Class WebhooksStub (0.53.0)

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
TypeDescription
UnaryCallable<CreateWebhookRequest,Webhook>

deleteWebhookCallable()

public UnaryCallable<DeleteWebhookRequest,Empty> deleteWebhookCallable()
Returns
TypeDescription
UnaryCallable<DeleteWebhookRequest,Empty>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getWebhookCallable()

public UnaryCallable<GetWebhookRequest,Webhook> getWebhookCallable()
Returns
TypeDescription
UnaryCallable<GetWebhookRequest,Webhook>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,WebhooksClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listWebhooksCallable()

public UnaryCallable<ListWebhooksRequest,ListWebhooksResponse> listWebhooksCallable()
Returns
TypeDescription
UnaryCallable<ListWebhooksRequest,ListWebhooksResponse>

listWebhooksPagedCallable()

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

updateWebhookCallable()

public UnaryCallable<UpdateWebhookRequest,Webhook> updateWebhookCallable()
Returns
TypeDescription
UnaryCallable<UpdateWebhookRequest,Webhook>