15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_MOCKS_MOCK_ROW_READER_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_MOCKS_MOCK_ROW_READER_H
18#include "google/cloud/bigtable/row_reader.h"
19#include "google/cloud/version.h"
24GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
62GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Object returned by Table::ReadRows(), enumerates rows in the response.
Definition: row_reader.h:54
The in-memory representation of a Bigtable row.
Definition: row.h:34
Definition: mock_data_connection.h:24
bigtable::RowReader MakeRowReader(std::vector< bigtable::Row > rows, Status final_status={})
Returns a RowReader with a fixed output stream.
Contains all the Cloud Bigtable C++ client APIs.
Definition: admin_client.h:28