15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_MOCKS_MOCK_PULL_ACK_HANDLER_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_PUBSUB_MOCKS_MOCK_PULL_ACK_HANDLER_H
18#include "google/cloud/pubsub/pull_ack_handler.h"
19#include <gmock/gmock.h>
25GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
28
29
30
31
32
37 MOCK_METHOD(std::int32_t, delivery_attempt, (), (
const,
override));
40GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
friend friend class future
Allow applications to mock an PullAckHandler.
Definition: pull_ack_handler.h:110
Defines the interface to acknowledge and reject messages.
Definition: pull_ack_handler.h:50
A googlemock-based mock for [pubsub::PullAckHandler::Impl][mocked-link].
Definition: mock_pull_ack_handler.h:33
A namespace for googlemock-based Cloud Pub/Sub C++ client mocks.
Definition: mock_ack_handler.h:25
Contains all the Cloud Pub/Sub C++ client types and functions.
Definition: ack_handler.h:25
The namespace Google Cloud Platform C++ client libraries.