Class WebhooksGrpc.WebhooksBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<WebhooksGrpc.WebhooksBlockingStub>
-
- com.google.cloud.dialogflow.cx.v3.WebhooksGrpc.WebhooksBlockingStub
-
- Enclosing class:
- WebhooksGrpc
public static final class WebhooksGrpc.WebhooksBlockingStub extends io.grpc.stub.AbstractBlockingStub<WebhooksGrpc.WebhooksBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Webhooks.Service for managing [Webhooks][google.cloud.dialogflow.cx.v3.Webhook].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebhooksGrpc.WebhooksBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)WebhookcreateWebhook(CreateWebhookRequest request)Creates a webhook in the specified agent.com.google.protobuf.EmptydeleteWebhook(DeleteWebhookRequest request)Deletes the specified webhook.WebhookgetWebhook(GetWebhookRequest request)Retrieves the specified webhook.ListWebhooksResponselistWebhooks(ListWebhooksRequest request)Returns the list of all webhooks in the specified agent.WebhookupdateWebhook(UpdateWebhookRequest request)Updates the specified webhook.
-
-
-
Method Detail
-
build
protected WebhooksGrpc.WebhooksBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<WebhooksGrpc.WebhooksBlockingStub>
-
listWebhooks
public ListWebhooksResponse listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.
-
getWebhook
public Webhook getWebhook(GetWebhookRequest request)
Retrieves the specified webhook.
-
createWebhook
public Webhook createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.
-
updateWebhook
public Webhook updateWebhook(UpdateWebhookRequest request)
Updates the specified webhook.
-
deleteWebhook
public com.google.protobuf.Empty deleteWebhook(DeleteWebhookRequest request)
Deletes the specified webhook.
-
-