public static final class WebhooksGrpc.WebhooksBlockingStub extends io.grpc.stub.AbstractBlockingStub<WebhooksGrpc.WebhooksBlockingStub>
Service for managing [Webhooks][google.cloud.dialogflow.cx.v3.Webhook].
| Modifier and Type | Method and 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.
|
protected WebhooksGrpc.WebhooksBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<WebhooksGrpc.WebhooksBlockingStub>public ListWebhooksResponse listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.
public Webhook getWebhook(GetWebhookRequest request)
Retrieves the specified webhook.
public Webhook createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.
public Webhook updateWebhook(UpdateWebhookRequest request)
Updates the specified webhook.
public com.google.protobuf.Empty deleteWebhook(DeleteWebhookRequest request)
Deletes the specified webhook.
Copyright © 2023 Google LLC. All rights reserved.