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