@@ -93,7 +93,7 @@ class BigQueryReadClient {
93
93
* greater than the current system max limit of 1,000. Streams must be read
94
94
* starting from offset 0.
95
95
* @return
96
- * [google::cloud::bigquery::storage::v1::ReadSession](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/stream.proto#L46)
96
+ * [google::cloud::bigquery::storage::v1::ReadSession](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/stream.proto#L46)
97
97
*/
98
98
StatusOr<google::cloud::bigquery::storage::v1::ReadSession> CreateReadSession (
99
99
std::string const & parent,
@@ -114,7 +114,7 @@ class BigQueryReadClient {
114
114
* from Read. Requesting a larger offset is undefined. If not specified, start
115
115
* reading from offset zero.
116
116
* @return
117
- * [google::cloud::bigquery::storage::v1::ReadRowsResponse](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/storage.proto#L184)
117
+ * [google::cloud::bigquery::storage::v1::ReadRowsResponse](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/storage.proto#L184)
118
118
*/
119
119
StreamRange<google::cloud::bigquery::storage::v1::ReadRowsResponse> ReadRows (
120
120
std::string const & read_stream, std::int64_t offset);
@@ -141,9 +141,9 @@ class BigQueryReadClient {
141
141
* not require manual clean-up by the caller.
142
142
*
143
143
* @param request
144
- * [google::cloud::bigquery::storage::v1::CreateReadSessionRequest](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/storage.proto#L109)
144
+ * [google::cloud::bigquery::storage::v1::CreateReadSessionRequest](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/storage.proto#L109)
145
145
* @return
146
- * [google::cloud::bigquery::storage::v1::ReadSession](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/stream.proto#L46)
146
+ * [google::cloud::bigquery::storage::v1::ReadSession](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/stream.proto#L46)
147
147
*/
148
148
StatusOr<google::cloud::bigquery::storage::v1::ReadSession> CreateReadSession (
149
149
google::cloud::bigquery::storage::v1::CreateReadSessionRequest const &
@@ -159,9 +159,9 @@ class BigQueryReadClient {
159
159
* state of the stream.
160
160
*
161
161
* @param request
162
- * [google::cloud::bigquery::storage::v1::ReadRowsRequest](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/storage.proto#L134)
162
+ * [google::cloud::bigquery::storage::v1::ReadRowsRequest](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/storage.proto#L134)
163
163
* @return
164
- * [google::cloud::bigquery::storage::v1::ReadRowsResponse](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/storage.proto#L184)
164
+ * [google::cloud::bigquery::storage::v1::ReadRowsResponse](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/storage.proto#L184)
165
165
*/
166
166
StreamRange<google::cloud::bigquery::storage::v1::ReadRowsResponse> ReadRows (
167
167
google::cloud::bigquery::storage::v1::ReadRowsRequest const & request);
@@ -181,9 +181,9 @@ class BigQueryReadClient {
181
181
* completion.
182
182
*
183
183
* @param request
184
- * [google::cloud::bigquery::storage::v1::SplitReadStreamRequest](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/storage.proto#L219)
184
+ * [google::cloud::bigquery::storage::v1::SplitReadStreamRequest](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/storage.proto#L219)
185
185
* @return
186
- * [google::cloud::bigquery::storage::v1::SplitReadStreamResponse](https://github.com/googleapis/googleapis/blob/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f /google/cloud/bigquery/storage/v1/storage.proto#L239)
186
+ * [google::cloud::bigquery::storage::v1::SplitReadStreamResponse](https://github.com/googleapis/googleapis/blob/2c6e4dd22260e34403b468cc6d19aa43a9c684ed /google/cloud/bigquery/storage/v1/storage.proto#L239)
187
187
*/
188
188
StatusOr<google::cloud::bigquery::storage::v1::SplitReadStreamResponse>
189
189
SplitReadStream (
0 commit comments