Uses of Class
com.google.cloud.dialogflow.cx.v3.Webhook
-
Packages that use Webhook Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of Webhook in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Webhook Modifier and Type Method Description Webhook
Webhook.Builder. build()
Webhook
Webhook.Builder. buildPartial()
Webhook
WebhooksClient. createWebhook(AgentName parent, Webhook webhook)
Creates a webhook in the specified agent.Webhook
WebhooksClient. createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.Webhook
WebhooksClient. createWebhook(String parent, Webhook webhook)
Creates a webhook in the specified agent.Webhook
WebhooksGrpc.WebhooksBlockingStub. createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.static Webhook
Webhook. getDefaultInstance()
Webhook
Webhook.Builder. getDefaultInstanceForType()
Webhook
Webhook. getDefaultInstanceForType()
Webhook
CreateWebhookRequest.Builder. getWebhook()
Required.Webhook
CreateWebhookRequest. getWebhook()
Required.Webhook
CreateWebhookRequestOrBuilder. getWebhook()
Required.Webhook
UpdateWebhookRequest.Builder. getWebhook()
Required.Webhook
UpdateWebhookRequest. getWebhook()
Required.Webhook
UpdateWebhookRequestOrBuilder. getWebhook()
Required.Webhook
WebhooksClient. getWebhook(GetWebhookRequest request)
Retrieves the specified webhook.Webhook
WebhooksClient. getWebhook(WebhookName name)
Retrieves the specified webhook.Webhook
WebhooksClient. getWebhook(String name)
Retrieves the specified webhook.Webhook
WebhooksGrpc.WebhooksBlockingStub. getWebhook(GetWebhookRequest request)
Retrieves the specified webhook.Webhook
Environment.WebhookConfig.Builder. getWebhookOverrides(int index)
The list of webhooks to override for the agent environment.Webhook
Environment.WebhookConfig. getWebhookOverrides(int index)
The list of webhooks to override for the agent environment.Webhook
Environment.WebhookConfigOrBuilder. getWebhookOverrides(int index)
The list of webhooks to override for the agent environment.Webhook
ListWebhooksResponse.Builder. getWebhooks(int index)
The list of webhooks.Webhook
ListWebhooksResponse. getWebhooks(int index)
The list of webhooks.Webhook
ListWebhooksResponseOrBuilder. getWebhooks(int index)
The list of webhooks.static Webhook
Webhook. parseDelimitedFrom(InputStream input)
static Webhook
Webhook. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook
Webhook. parseFrom(byte[] data)
static Webhook
Webhook. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook
Webhook. parseFrom(com.google.protobuf.ByteString data)
static Webhook
Webhook. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook
Webhook. parseFrom(com.google.protobuf.CodedInputStream input)
static Webhook
Webhook. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook
Webhook. parseFrom(InputStream input)
static Webhook
Webhook. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook
Webhook. parseFrom(ByteBuffer data)
static Webhook
Webhook. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Webhook
WebhooksClient. updateWebhook(UpdateWebhookRequest request)
Updates the specified webhook.Webhook
WebhooksClient. updateWebhook(Webhook webhook, com.google.protobuf.FieldMask updateMask)
Updates the specified webhook.Webhook
WebhooksGrpc.WebhooksBlockingStub. updateWebhook(UpdateWebhookRequest request)
Updates the specified webhook.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Webhook Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Webhook>
WebhooksGrpc.WebhooksFutureStub. createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.com.google.api.gax.rpc.UnaryCallable<CreateWebhookRequest,Webhook>
WebhooksClient. createWebhookCallable()
Creates a webhook in the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWebhookRequest,Webhook>
WebhooksSettings.Builder. createWebhookSettings()
Returns the builder for the settings used for calls to createWebhook.com.google.api.gax.rpc.UnaryCallSettings<CreateWebhookRequest,Webhook>
WebhooksSettings. createWebhookSettings()
Returns the object with the settings used for calls to createWebhook.static io.grpc.MethodDescriptor<CreateWebhookRequest,Webhook>
WebhooksGrpc. getCreateWebhookMethod()
static io.grpc.MethodDescriptor<GetWebhookRequest,Webhook>
WebhooksGrpc. getGetWebhookMethod()
com.google.protobuf.Parser<Webhook>
Webhook. getParserForType()
static io.grpc.MethodDescriptor<UpdateWebhookRequest,Webhook>
WebhooksGrpc. getUpdateWebhookMethod()
com.google.common.util.concurrent.ListenableFuture<Webhook>
WebhooksGrpc.WebhooksFutureStub. getWebhook(GetWebhookRequest request)
Retrieves the specified webhook.com.google.api.gax.rpc.UnaryCallable<GetWebhookRequest,Webhook>
WebhooksClient. getWebhookCallable()
Retrieves the specified webhook.List<Webhook>
Environment.WebhookConfig.Builder. getWebhookOverridesList()
The list of webhooks to override for the agent environment.List<Webhook>
Environment.WebhookConfig. getWebhookOverridesList()
The list of webhooks to override for the agent environment.List<Webhook>
Environment.WebhookConfigOrBuilder. getWebhookOverridesList()
The list of webhooks to override for the agent environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWebhookRequest,Webhook>
WebhooksSettings.Builder. getWebhookSettings()
Returns the builder for the settings used for calls to getWebhook.com.google.api.gax.rpc.UnaryCallSettings<GetWebhookRequest,Webhook>
WebhooksSettings. getWebhookSettings()
Returns the object with the settings used for calls to getWebhook.List<Webhook>
ListWebhooksResponse.Builder. getWebhooksList()
The list of webhooks.List<Webhook>
ListWebhooksResponse. getWebhooksList()
The list of webhooks.List<Webhook>
ListWebhooksResponseOrBuilder. getWebhooksList()
The list of webhooks.static com.google.protobuf.Parser<Webhook>
Webhook. parser()
com.google.common.util.concurrent.ListenableFuture<Webhook>
WebhooksGrpc.WebhooksFutureStub. updateWebhook(UpdateWebhookRequest request)
Updates the specified webhook.com.google.api.gax.rpc.UnaryCallable<UpdateWebhookRequest,Webhook>
WebhooksClient. updateWebhookCallable()
Updates the specified webhook.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateWebhookRequest,Webhook>
WebhooksSettings.Builder. updateWebhookSettings()
Returns the builder for the settings used for calls to updateWebhook.com.google.api.gax.rpc.UnaryCallSettings<UpdateWebhookRequest,Webhook>
WebhooksSettings. updateWebhookSettings()
Returns the object with the settings used for calls to updateWebhook.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Webhook Modifier and Type Method Description Environment.WebhookConfig.Builder
Environment.WebhookConfig.Builder. addWebhookOverrides(int index, Webhook value)
The list of webhooks to override for the agent environment.Environment.WebhookConfig.Builder
Environment.WebhookConfig.Builder. addWebhookOverrides(Webhook value)
The list of webhooks to override for the agent environment.ListWebhooksResponse.Builder
ListWebhooksResponse.Builder. addWebhooks(int index, Webhook value)
The list of webhooks.ListWebhooksResponse.Builder
ListWebhooksResponse.Builder. addWebhooks(Webhook value)
The list of webhooks.Webhook
WebhooksClient. createWebhook(AgentName parent, Webhook webhook)
Creates a webhook in the specified agent.Webhook
WebhooksClient. createWebhook(String parent, Webhook webhook)
Creates a webhook in the specified agent.Webhook.Builder
Webhook.Builder. mergeFrom(Webhook other)
CreateWebhookRequest.Builder
CreateWebhookRequest.Builder. mergeWebhook(Webhook value)
Required.UpdateWebhookRequest.Builder
UpdateWebhookRequest.Builder. mergeWebhook(Webhook value)
Required.static Webhook.Builder
Webhook. newBuilder(Webhook prototype)
CreateWebhookRequest.Builder
CreateWebhookRequest.Builder. setWebhook(Webhook value)
Required.UpdateWebhookRequest.Builder
UpdateWebhookRequest.Builder. setWebhook(Webhook value)
Required.Environment.WebhookConfig.Builder
Environment.WebhookConfig.Builder. setWebhookOverrides(int index, Webhook value)
The list of webhooks to override for the agent environment.ListWebhooksResponse.Builder
ListWebhooksResponse.Builder. setWebhooks(int index, Webhook value)
The list of webhooks.Webhook
WebhooksClient. updateWebhook(Webhook webhook, com.google.protobuf.FieldMask updateMask)
Updates the specified webhook.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Webhook Modifier and Type Method Description Environment.WebhookConfig.Builder
Environment.WebhookConfig.Builder. addAllWebhookOverrides(Iterable<? extends Webhook> values)
The list of webhooks to override for the agent environment.ListWebhooksResponse.Builder
ListWebhooksResponse.Builder. addAllWebhooks(Iterable<? extends Webhook> values)
The list of webhooks.static com.google.api.core.ApiFuture<WebhooksClient.ListWebhooksPagedResponse>
WebhooksClient.ListWebhooksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context, com.google.api.core.ApiFuture<ListWebhooksResponse> futureResponse)
protected WebhooksClient.ListWebhooksPage
WebhooksClient.ListWebhooksPage. createPage(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context, ListWebhooksResponse response)
com.google.api.core.ApiFuture<WebhooksClient.ListWebhooksPage>
WebhooksClient.ListWebhooksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context, com.google.api.core.ApiFuture<ListWebhooksResponse> futureResponse)
default void
WebhooksGrpc.AsyncService. createWebhook(CreateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Creates a webhook in the specified agent.void
WebhooksGrpc.WebhooksStub. createWebhook(CreateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Creates a webhook in the specified agent.default void
WebhooksGrpc.AsyncService. getWebhook(GetWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Retrieves the specified webhook.void
WebhooksGrpc.WebhooksStub. getWebhook(GetWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Retrieves the specified webhook.default void
WebhooksGrpc.AsyncService. updateWebhook(UpdateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Updates the specified webhook.void
WebhooksGrpc.WebhooksStub. updateWebhook(UpdateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Updates the specified webhook. -
Uses of Webhook in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type Webhook Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateWebhookRequest,Webhook>
GrpcWebhooksStub. createWebhookCallable()
com.google.api.gax.rpc.UnaryCallable<CreateWebhookRequest,Webhook>
HttpJsonWebhooksStub. createWebhookCallable()
com.google.api.gax.rpc.UnaryCallable<CreateWebhookRequest,Webhook>
WebhooksStub. createWebhookCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWebhookRequest,Webhook>
WebhooksStubSettings.Builder. createWebhookSettings()
Returns the builder for the settings used for calls to createWebhook.com.google.api.gax.rpc.UnaryCallSettings<CreateWebhookRequest,Webhook>
WebhooksStubSettings. createWebhookSettings()
Returns the object with the settings used for calls to createWebhook.com.google.api.gax.rpc.UnaryCallable<GetWebhookRequest,Webhook>
GrpcWebhooksStub. getWebhookCallable()
com.google.api.gax.rpc.UnaryCallable<GetWebhookRequest,Webhook>
HttpJsonWebhooksStub. getWebhookCallable()
com.google.api.gax.rpc.UnaryCallable<GetWebhookRequest,Webhook>
WebhooksStub. getWebhookCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWebhookRequest,Webhook>
WebhooksStubSettings.Builder. getWebhookSettings()
Returns the builder for the settings used for calls to getWebhook.com.google.api.gax.rpc.UnaryCallSettings<GetWebhookRequest,Webhook>
WebhooksStubSettings. getWebhookSettings()
Returns the object with the settings used for calls to getWebhook.com.google.api.gax.rpc.UnaryCallable<UpdateWebhookRequest,Webhook>
GrpcWebhooksStub. updateWebhookCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateWebhookRequest,Webhook>
HttpJsonWebhooksStub. updateWebhookCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateWebhookRequest,Webhook>
WebhooksStub. updateWebhookCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateWebhookRequest,Webhook>
WebhooksStubSettings.Builder. updateWebhookSettings()
Returns the builder for the settings used for calls to updateWebhook.com.google.api.gax.rpc.UnaryCallSettings<UpdateWebhookRequest,Webhook>
WebhooksStubSettings. updateWebhookSettings()
Returns the object with the settings used for calls to updateWebhook.
-