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