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 CreateWebhookRequestCreateWebhookRequest.Builder. build()CreateWebhookRequestCreateWebhookRequest.Builder. buildPartial()static CreateWebhookRequestCreateWebhookRequest. getDefaultInstance()CreateWebhookRequestCreateWebhookRequest.Builder. getDefaultInstanceForType()CreateWebhookRequestCreateWebhookRequest. getDefaultInstanceForType()static CreateWebhookRequestCreateWebhookRequest. parseDelimitedFrom(InputStream input)static CreateWebhookRequestCreateWebhookRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWebhookRequestCreateWebhookRequest. parseFrom(byte[] data)static CreateWebhookRequestCreateWebhookRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWebhookRequestCreateWebhookRequest. parseFrom(com.google.protobuf.ByteString data)static CreateWebhookRequestCreateWebhookRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWebhookRequestCreateWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateWebhookRequestCreateWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWebhookRequestCreateWebhookRequest. parseFrom(InputStream input)static CreateWebhookRequestCreateWebhookRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWebhookRequestCreateWebhookRequest. parseFrom(ByteBuffer data)static CreateWebhookRequestCreateWebhookRequest. 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 WebhookWebhooksClient. createWebhook(CreateWebhookRequest request)Creates a webhook in the specified agent.default voidWebhooksGrpc.AsyncService. createWebhook(CreateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)Creates a webhook in the specified agent.WebhookWebhooksGrpc.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.voidWebhooksGrpc.WebhooksStub. createWebhook(CreateWebhookRequest request, io.grpc.stub.StreamObserver<Webhook> responseObserver)Creates a webhook in the specified agent.CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. mergeFrom(CreateWebhookRequest other)static CreateWebhookRequest.BuilderCreateWebhookRequest. 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.
-