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