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