Uses of Class
com.google.cloud.dialogflow.cx.v3.WebhooksClient.ListWebhooksPagedResponse
-
Packages that use WebhooksClient.ListWebhooksPagedResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of WebhooksClient.ListWebhooksPagedResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return WebhooksClient.ListWebhooksPagedResponse Modifier and Type Method Description WebhooksClient.ListWebhooksPagedResponse
WebhooksClient. listWebhooks(AgentName parent)
Returns the list of all webhooks in the specified agent.WebhooksClient.ListWebhooksPagedResponse
WebhooksClient. listWebhooks(ListWebhooksRequest request)
Returns the list of all webhooks in the specified agent.WebhooksClient.ListWebhooksPagedResponse
WebhooksClient. listWebhooks(String parent)
Returns the list of all webhooks in the specified agent.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type WebhooksClient.ListWebhooksPagedResponse 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)
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. -
Uses of WebhooksClient.ListWebhooksPagedResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type WebhooksClient.ListWebhooksPagedResponse Modifier and Type Method Description 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.
-