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.WebhooksBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Webhook
createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.com.google.protobuf.Empty
deleteWebhook(DeleteWebhookRequest request)
Deletes the specified webhook.Webhook
getWebhook(GetWebhookRequest request)
Retrieves the specified webhook.ListWebhooksResponse
listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.Webhook
updateWebhook(UpdateWebhookRequest request)
Updates the specified webhook.
-
-
-
Method Detail
-
build
protected WebhooksGrpc.WebhooksBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in 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.
-
-