Class WebhooksGrpc.WebhooksImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.WebhooksGrpc.WebhooksImplBase
-
- All Implemented Interfaces:
WebhooksGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- WebhooksGrpc
public abstract static class WebhooksGrpc.WebhooksImplBase extends Object implements io.grpc.BindableService, WebhooksGrpc.AsyncService
Base class for the server implementation of the service Webhooks.Service for managing [Webhooks][google.cloud.dialogflow.cx.v3.Webhook].
-
-
Constructor Summary
Constructors Constructor Description WebhooksImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dialogflow.cx.v3.WebhooksGrpc.AsyncService
createWebhook, deleteWebhook, getWebhook, listWebhooks, updateWebhook
-
-