Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.DeleteWebhookRequest
-
Packages that use DeleteWebhookRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of DeleteWebhookRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return DeleteWebhookRequest Modifier and Type Method Description DeleteWebhookRequest
DeleteWebhookRequest.Builder. build()
DeleteWebhookRequest
DeleteWebhookRequest.Builder. buildPartial()
static DeleteWebhookRequest
DeleteWebhookRequest. getDefaultInstance()
DeleteWebhookRequest
DeleteWebhookRequest.Builder. getDefaultInstanceForType()
DeleteWebhookRequest
DeleteWebhookRequest. getDefaultInstanceForType()
static DeleteWebhookRequest
DeleteWebhookRequest. parseDelimitedFrom(InputStream input)
static DeleteWebhookRequest
DeleteWebhookRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(byte[] data)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(InputStream input)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(ByteBuffer data)
static DeleteWebhookRequest
DeleteWebhookRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type DeleteWebhookRequest Modifier and Type Method Description void
WebhooksClient. deleteWebhook(DeleteWebhookRequest request)
Deletes the specified webhook.default void
WebhooksGrpc.AsyncService. deleteWebhook(DeleteWebhookRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified webhook.com.google.protobuf.Empty
WebhooksGrpc.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.void
WebhooksGrpc.WebhooksStub. deleteWebhook(DeleteWebhookRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified webhook.DeleteWebhookRequest.Builder
DeleteWebhookRequest.Builder. mergeFrom(DeleteWebhookRequest other)
static DeleteWebhookRequest.Builder
DeleteWebhookRequest. newBuilder(DeleteWebhookRequest prototype)
-
Uses of DeleteWebhookRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-