Uses of Class
com.google.cloud.dialogflow.cx.v3.ListWebhooksRequest
-
Packages that use ListWebhooksRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of ListWebhooksRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ListWebhooksRequest Modifier and Type Method Description ListWebhooksRequest
ListWebhooksRequest.Builder. build()
ListWebhooksRequest
ListWebhooksRequest.Builder. buildPartial()
static ListWebhooksRequest
ListWebhooksRequest. getDefaultInstance()
ListWebhooksRequest
ListWebhooksRequest.Builder. getDefaultInstanceForType()
ListWebhooksRequest
ListWebhooksRequest. getDefaultInstanceForType()
static ListWebhooksRequest
ListWebhooksRequest. parseDelimitedFrom(InputStream input)
static ListWebhooksRequest
ListWebhooksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(byte[] data)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(com.google.protobuf.ByteString data)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(InputStream input)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(ByteBuffer data)
static ListWebhooksRequest
ListWebhooksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ListWebhooksRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListWebhooksRequest,ListWebhooksResponse>
WebhooksGrpc. getListWebhooksMethod()
com.google.protobuf.Parser<ListWebhooksRequest>
ListWebhooksRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,ListWebhooksResponse>
WebhooksClient. listWebhooksCallable()
Returns the list of all webhooks in the specified agent.com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse>
WebhooksClient. listWebhooksPagedCallable()
Returns the list of all webhooks in the specified agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse>
WebhooksSettings.Builder. listWebhooksSettings()
Returns the builder for the settings used for calls to listWebhooks.com.google.api.gax.rpc.PagedCallSettings<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse>
WebhooksSettings. listWebhooksSettings()
Returns the object with the settings used for calls to listWebhooks.static com.google.protobuf.Parser<ListWebhooksRequest>
ListWebhooksRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ListWebhooksRequest Modifier and Type Method Description WebhooksClient.ListWebhooksPagedResponse
WebhooksClient. listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.default void
WebhooksGrpc.AsyncService. listWebhooks(ListWebhooksRequest request, io.grpc.stub.StreamObserver<ListWebhooksResponse> responseObserver)
Returns the list of all webhooks in the specified agent.ListWebhooksResponse
WebhooksGrpc.WebhooksBlockingStub. listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.com.google.common.util.concurrent.ListenableFuture<ListWebhooksResponse>
WebhooksGrpc.WebhooksFutureStub. listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.void
WebhooksGrpc.WebhooksStub. listWebhooks(ListWebhooksRequest request, io.grpc.stub.StreamObserver<ListWebhooksResponse> responseObserver)
Returns the list of all webhooks in the specified agent.ListWebhooksRequest.Builder
ListWebhooksRequest.Builder. mergeFrom(ListWebhooksRequest other)
static ListWebhooksRequest.Builder
ListWebhooksRequest. newBuilder(ListWebhooksRequest prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ListWebhooksRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<WebhooksClient.ListWebhooksPagedResponse>
WebhooksClient.ListWebhooksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context, com.google.api.core.ApiFuture<ListWebhooksResponse> futureResponse)
protected WebhooksClient.ListWebhooksPage
WebhooksClient.ListWebhooksPage. createPage(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context, ListWebhooksResponse response)
com.google.api.core.ApiFuture<WebhooksClient.ListWebhooksPage>
WebhooksClient.ListWebhooksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWebhooksRequest,ListWebhooksResponse,Webhook> context, com.google.api.core.ApiFuture<ListWebhooksResponse> futureResponse)
-
Uses of ListWebhooksRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type ListWebhooksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,ListWebhooksResponse>
GrpcWebhooksStub. listWebhooksCallable()
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,ListWebhooksResponse>
HttpJsonWebhooksStub. listWebhooksCallable()
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,ListWebhooksResponse>
WebhooksStub. listWebhooksCallable()
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse>
GrpcWebhooksStub. listWebhooksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse>
HttpJsonWebhooksStub. listWebhooksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListWebhooksRequest,WebhooksClient.ListWebhooksPagedResponse>
WebhooksStub. listWebhooksPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse>
WebhooksStubSettings.Builder. listWebhooksSettings()
Returns the builder for the settings used for calls to listWebhooks.com.google.api.gax.rpc.PagedCallSettings<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse>
WebhooksStubSettings. listWebhooksSettings()
Returns the object with the settings used for calls to listWebhooks.
-