19#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_MOCKS_MOCK_WEBHOOKS_CONNECTION_H
20#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_DIALOGFLOW_CX_MOCKS_MOCK_WEBHOOKS_CONNECTION_H
22#include "google/cloud/dialogflow_cx/webhooks_connection.h"
23#include <gmock/gmock.h>
28GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
31
32
33
34
35
36
37
38
39
40
41
42
43
44
49 MOCK_METHOD(StreamRange<
google::
cloud::dialogflow::cx::v3::Webhook>,
51 (
google::
cloud::dialogflow::cx::v3::ListWebhooksRequest request),
55 StatusOr<
google::
cloud::dialogflow::cx::v3::Webhook>, GetWebhook,
56 (
google::
cloud::dialogflow::cx::v3::GetWebhookRequest
const& request),
60 StatusOr<
google::
cloud::dialogflow::cx::v3::Webhook>, CreateWebhook,
61 (
google::
cloud::dialogflow::cx::v3::CreateWebhookRequest
const& request),
65 StatusOr<
google::
cloud::dialogflow::cx::v3::Webhook>, UpdateWebhook,
66 (
google::
cloud::dialogflow::cx::v3::UpdateWebhookRequest
const& request),
71 (
google::
cloud::dialogflow::cx::v3::DeleteWebhookRequest
const& request),
75GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The WebhooksConnection object for WebhooksClient.
Definition: webhooks_connection.h:61
A class to mock WebhooksConnection.
Definition: mock_webhooks_connection.h:45
Definition: mock_agents_connection.h:27
Definition: agents_client.h:33