Uses of Class
com.google.cloud.dialogflow.cx.v3.DeleteWebhookRequest
-
Packages that use DeleteWebhookRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of DeleteWebhookRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return DeleteWebhookRequest Modifier and Type Method Description DeleteWebhookRequestDeleteWebhookRequest.Builder. build()DeleteWebhookRequestDeleteWebhookRequest.Builder. buildPartial()static DeleteWebhookRequestDeleteWebhookRequest. getDefaultInstance()DeleteWebhookRequestDeleteWebhookRequest.Builder. getDefaultInstanceForType()DeleteWebhookRequestDeleteWebhookRequest. getDefaultInstanceForType()static DeleteWebhookRequestDeleteWebhookRequest. parseDelimitedFrom(InputStream input)static DeleteWebhookRequestDeleteWebhookRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(byte[] data)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(InputStream input)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(ByteBuffer data)static DeleteWebhookRequestDeleteWebhookRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type DeleteWebhookRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksClient. deleteWebhookCallable()Deletes the specified webhook.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksSettings.Builder. deleteWebhookSettings()Returns the builder for the settings used for calls to deleteWebhook.com.google.api.gax.rpc.UnaryCallSettings<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksSettings. deleteWebhookSettings()Returns the object with the settings used for calls to deleteWebhook.static io.grpc.MethodDescriptor<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksGrpc. getDeleteWebhookMethod()com.google.protobuf.Parser<DeleteWebhookRequest>DeleteWebhookRequest. getParserForType()static com.google.protobuf.Parser<DeleteWebhookRequest>DeleteWebhookRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type DeleteWebhookRequest Modifier and Type Method Description voidWebhooksClient. deleteWebhook(DeleteWebhookRequest request)Deletes the specified webhook.default voidWebhooksGrpc.AsyncService. deleteWebhook(DeleteWebhookRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified webhook.com.google.protobuf.EmptyWebhooksGrpc.WebhooksBlockingStub. deleteWebhook(DeleteWebhookRequest request)Deletes the specified webhook.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>WebhooksGrpc.WebhooksFutureStub. deleteWebhook(DeleteWebhookRequest request)Deletes the specified webhook.voidWebhooksGrpc.WebhooksStub. deleteWebhook(DeleteWebhookRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified webhook.DeleteWebhookRequest.BuilderDeleteWebhookRequest.Builder. mergeFrom(DeleteWebhookRequest other)static DeleteWebhookRequest.BuilderDeleteWebhookRequest. newBuilder(DeleteWebhookRequest prototype) -
Uses of DeleteWebhookRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type DeleteWebhookRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteWebhookRequest,com.google.protobuf.Empty>GrpcWebhooksStub. deleteWebhookCallable()com.google.api.gax.rpc.UnaryCallable<DeleteWebhookRequest,com.google.protobuf.Empty>HttpJsonWebhooksStub. deleteWebhookCallable()com.google.api.gax.rpc.UnaryCallable<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksStub. deleteWebhookCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksStubSettings.Builder. deleteWebhookSettings()Returns the builder for the settings used for calls to deleteWebhook.com.google.api.gax.rpc.UnaryCallSettings<DeleteWebhookRequest,com.google.protobuf.Empty>WebhooksStubSettings. deleteWebhookSettings()Returns the object with the settings used for calls to deleteWebhook.
-