Skip to content

Commit 69205cb

Browse files
authored
chore: update googleapis version (#6911)
For `google.spanner.admin.database.v1.Database.default_leader` and `google.spanner.admin.instance.v1.InstanceConfig.leader_options`.
1 parent 65776df commit 69205cb

File tree

6 files changed

+84
-84
lines changed

6 files changed

+84
-84
lines changed

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ def google_cloud_cpp_deps():
7575
http_archive(
7676
name = "com_google_googleapis",
7777
urls = [
78-
"https://github.com/googleapis/googleapis/archive/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f.tar.gz",
78+
"https://github.com/googleapis/googleapis/archive/2c6e4dd22260e34403b468cc6d19aa43a9c684ed.tar.gz",
7979
],
80-
strip_prefix = "googleapis-fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f",
81-
sha256 = "cd30d3732eaf94beef4fd184eb6a890ce4f2e9f2ce8a69c393a8f2c1642f9eea",
80+
strip_prefix = "googleapis-2c6e4dd22260e34403b468cc6d19aa43a9c684ed",
81+
sha256 = "8dffa7cf62a821b1c0b25a09335684c6f240d9a8efb6c599b8cec63e3b6f4054",
8282
build_file = "@com_github_googleapis_google_cloud_cpp//bazel:googleapis.BUILD",
8383
# Scaffolding for patching googleapis after download. For example:
8484
# patches = ["googleapis.patch"]

external/googleapis/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ cmake_minimum_required(VERSION 3.5)
1919
# Give application developers a hook to configure the version and hash
2020
# downloaded from GitHub.
2121
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_URL
22-
"https://github.com/googleapis/googleapis/archive/fb5c4fbc1ded09e6958d6be7ca36a9221dc7e52f.tar.gz"
22+
"https://github.com/googleapis/googleapis/archive/2c6e4dd22260e34403b468cc6d19aa43a9c684ed.tar.gz"
2323
)
2424
set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
25-
"cd30d3732eaf94beef4fd184eb6a890ce4f2e9f2ce8a69c393a8f2c1642f9eea")
25+
"8dffa7cf62a821b1c0b25a09335684c6f240d9a8efb6c599b8cec63e3b6f4054")
2626

2727
set(EXTERNAL_GOOGLEAPIS_SOURCE
2828
"${CMAKE_BINARY_DIR}/external/googleapis/src/googleapis_download")

google/cloud/bigquery/bigquery_read_client.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BigQueryReadClient {
9393
* greater than the current system max limit of 1,000. Streams must be read
9494
* starting from offset 0.
9595
* @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)
9797
*/
9898
StatusOr<google::cloud::bigquery::storage::v1::ReadSession> CreateReadSession(
9999
std::string const& parent,
@@ -114,7 +114,7 @@ class BigQueryReadClient {
114114
* from Read. Requesting a larger offset is undefined. If not specified, start
115115
* reading from offset zero.
116116
* @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)
118118
*/
119119
StreamRange<google::cloud::bigquery::storage::v1::ReadRowsResponse> ReadRows(
120120
std::string const& read_stream, std::int64_t offset);
@@ -141,9 +141,9 @@ class BigQueryReadClient {
141141
* not require manual clean-up by the caller.
142142
*
143143
* @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)
145145
* @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)
147147
*/
148148
StatusOr<google::cloud::bigquery::storage::v1::ReadSession> CreateReadSession(
149149
google::cloud::bigquery::storage::v1::CreateReadSessionRequest const&
@@ -159,9 +159,9 @@ class BigQueryReadClient {
159159
* state of the stream.
160160
*
161161
* @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)
163163
* @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)
165165
*/
166166
StreamRange<google::cloud::bigquery::storage::v1::ReadRowsResponse> ReadRows(
167167
google::cloud::bigquery::storage::v1::ReadRowsRequest const& request);
@@ -181,9 +181,9 @@ class BigQueryReadClient {
181181
* completion.
182182
*
183183
* @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)
185185
* @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)
187187
*/
188188
StatusOr<google::cloud::bigquery::storage::v1::SplitReadStreamResponse>
189189
SplitReadStream(

0 commit comments

Comments
 (0)