Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.CreateWebhookRequest
-
Packages that use CreateWebhookRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of CreateWebhookRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return CreateWebhookRequest Modifier and Type Method Description CreateWebhookRequest
CreateWebhookRequest.Builder. build()
CreateWebhookRequest
CreateWebhookRequest.Builder. buildPartial()
static CreateWebhookRequest
CreateWebhookRequest. getDefaultInstance()
CreateWebhookRequest
CreateWebhookRequest.Builder. getDefaultInstanceForType()
CreateWebhookRequest
CreateWebhookRequest. getDefaultInstanceForType()
static CreateWebhookRequest
CreateWebhookRequest. parseDelimitedFrom(InputStream input)
static CreateWebhookRequest
CreateWebhookRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(byte[] data)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(InputStream input)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(ByteBuffer data)
static CreateWebhookRequest
CreateWebhookRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type CreateWebhookRequest Modifier and Type Method Description 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()
com.google.protobuf.Parser<CreateWebhookRequest>
CreateWebhookRequest. getParserForType()
static com.google.protobuf.Parser<CreateWebhookRequest>
CreateWebhookRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type CreateWebhookRequest Modifier and Type Method Description Webhook
WebhooksClient. createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.default void
WebhooksGrpc.AsyncService. createWebhook(CreateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)
Creates a webhook in the specified agent.Webhook
WebhooksGrpc.WebhooksBlockingStub. createWebhook(CreateWebhookRequest request)
Creates a webhook in the specified agent.com.google.common.util.concurrent.ListenableFuture<Webhook>
WebhooksGrpc.WebhooksFutureStub. createWebhook(CreateWebhookRequest request)
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.CreateWebhookRequest.Builder
CreateWebhookRequest.Builder. mergeFrom(CreateWebhookRequest other)
static CreateWebhookRequest.Builder
CreateWebhookRequest. newBuilder(CreateWebhookRequest prototype)
-
Uses of CreateWebhookRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type CreateWebhookRequest 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.
-