Class WebhooksStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.stub.WebhooksStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcWebhooksStub,HttpJsonWebhooksStub
@BetaApi @Generated("by gapic-generator-java") public abstract class WebhooksStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Webhooks service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description WebhooksStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateWebhookRequest,Webhook>createWebhookCallable()com.google.api.gax.rpc.UnaryCallable<DeleteWebhookRequest,com.google.protobuf.Empty>deleteWebhookCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.api.gax.rpc.UnaryCallable<GetWebhookRequest,Webhook>getWebhookCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,WebhooksClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,ListWebhooksResponse>listWebhooksCallable()com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse>listWebhooksPagedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateWebhookRequest,Webhook>updateWebhookCallable()
-
-
-
Method Detail
-
listWebhooksPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse> listWebhooksPagedCallable()
-
listWebhooksCallable
public com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,ListWebhooksResponse> listWebhooksCallable()
-
getWebhookCallable
public com.google.api.gax.rpc.UnaryCallable<GetWebhookRequest,Webhook> getWebhookCallable()
-
createWebhookCallable
public com.google.api.gax.rpc.UnaryCallable<CreateWebhookRequest,Webhook> createWebhookCallable()
-
updateWebhookCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateWebhookRequest,Webhook> updateWebhookCallable()
-
deleteWebhookCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteWebhookRequest,com.google.protobuf.Empty> deleteWebhookCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,WebhooksClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-