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