From 76876ef7d94d1d367a5f6b00a6afd2be0eb7a3df Mon Sep 17 00:00:00 2001 From: JR Conlin Date: Mon, 12 Jul 2021 16:44:03 -0700 Subject: [PATCH] Chore/update 2106 (#1116) chore: Update for Jun 2021 * update vendor --- Cargo.lock | 546 +++++++------- .../googleapis-raw/Cargo.toml | 2 +- .../admin/cluster/v1/bigtable_cluster_data.rs | 4 +- .../cluster/v1/bigtable_cluster_service.rs | 4 +- .../v1/bigtable_cluster_service_messages.rs | 4 +- .../admin/table/v1/bigtable_table_data.rs | 4 +- .../admin/table/v1/bigtable_table_service.rs | 4 +- .../v1/bigtable_table_service_messages.rs | 4 +- .../admin/v2/bigtable_instance_admin.rs | 4 +- .../bigtable/admin/v2/bigtable_table_admin.rs | 4 +- .../src/bigtable/admin/v2/common.rs | 4 +- .../src/bigtable/admin/v2/instance.rs | 4 +- .../src/bigtable/admin/v2/table.rs | 4 +- .../src/bigtable/v1/bigtable_data.rs | 4 +- .../src/bigtable/v1/bigtable_service.rs | 4 +- .../bigtable/v1/bigtable_service_messages.rs | 4 +- .../src/bigtable/v2/bigtable.rs | 688 +++++++++--------- .../googleapis-raw/src/bigtable/v2/data.rs | 4 +- .../googleapis-raw/src/empty.rs | 4 +- .../googleapis-raw/src/iam/v1/iam_policy.rs | 12 +- .../googleapis-raw/src/iam/v1/options.rs | 4 +- .../googleapis-raw/src/iam/v1/policy.rs | 4 +- .../googleapis-raw/src/lib.rs | 2 +- .../src/longrunning/operations.rs | 4 +- .../googleapis-raw/src/pubsub/v1/pubsub.rs | 10 +- .../src/pubsub/v1beta2/pubsub.rs | 4 +- .../googleapis-raw/src/rpc/code.rs | 4 +- .../googleapis-raw/src/rpc/error_details.rs | 4 +- .../googleapis-raw/src/rpc/status.rs | 4 +- .../database/v1/spanner_database_admin.rs | 80 +- .../instance/v1/spanner_instance_admin.rs | 66 +- .../googleapis-raw/src/spanner/v1/keys.rs | 4 +- .../googleapis-raw/src/spanner/v1/mutation.rs | 4 +- .../src/spanner/v1/query_plan.rs | 4 +- .../src/spanner/v1/result_set.rs | 4 +- .../googleapis-raw/src/spanner/v1/spanner.rs | 172 ++--- .../src/spanner/v1/transaction.rs | 4 +- .../googleapis-raw/src/spanner/v1/type_pb.rs | 4 +- .../src/type/calendar_period.rs | 4 +- .../googleapis-raw/src/type/color.rs | 4 +- .../googleapis-raw/src/type/date.rs | 4 +- .../googleapis-raw/src/type/dayofweek.rs | 4 +- .../googleapis-raw/src/type/expr.rs | 4 +- .../googleapis-raw/src/type/fraction.rs | 4 +- .../googleapis-raw/src/type/latlng.rs | 4 +- .../googleapis-raw/src/type/money.rs | 4 +- .../googleapis-raw/src/type/month.rs | 4 +- .../googleapis-raw/src/type/postal_address.rs | 4 +- .../googleapis-raw/src/type/quaternion.rs | 4 +- .../googleapis-raw/src/type/timeofday.rs | 4 +- 50 files changed, 877 insertions(+), 865 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9cbd815..3584d8ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ "futures-core", "futures-sink", "log", - "pin-project 0.4.27", + "pin-project 0.4.28", "tokio", "tokio-util", ] @@ -85,15 +85,15 @@ dependencies = [ "log", "mime", "percent-encoding 2.1.0", - "pin-project 1.0.5", + "pin-project 1.0.7", "rand 0.7.3", "regex", - "serde 1.0.124", + "serde 1.0.126", "serde_json", "serde_urlencoded", "sha-1", "slab", - "time 0.2.25", + "time 0.2.27", ] [[package]] @@ -116,7 +116,7 @@ dependencies = [ "http", "log", "regex", - "serde 1.0.124", + "serde 1.0.126", ] [[package]] @@ -161,7 +161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb" dependencies = [ "futures-util", - "pin-project 0.4.27", + "pin-project 0.4.28", ] [[package]] @@ -221,7 +221,7 @@ dependencies = [ "futures-sink", "futures-util", "log", - "pin-project 0.4.27", + "pin-project 0.4.28", "slab", ] @@ -253,15 +253,15 @@ dependencies = [ "fxhash", "log", "mime", - "pin-project 1.0.5", + "pin-project 1.0.7", "regex", - "serde 1.0.124", + "serde 1.0.126", "serde_json", "serde_urlencoded", "socket2 0.3.19", - "time 0.2.25", + "time 0.2.27", "tinyvec", - "url 2.2.1", + "url 2.2.2", ] [[package]] @@ -277,22 +277,20 @@ dependencies = [ [[package]] name = "actix-web-httpauth" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "536a75d767c5c2b3e64d3f569621f38ed7609359a0c82d149c88290a6ba41b22" +checksum = "0c3b11a07a3df3f7970fd8bd38cc66998b5549f507c54cc64c6e843bc82d6358" dependencies = [ - "actix-service", "actix-web", - "base64 0.12.3", - "bytes 0.5.6", + "base64 0.13.0", "futures-util", ] [[package]] name = "addr2line" -version = "0.14.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" +checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a" dependencies = [ "gimli", ] @@ -305,24 +303,24 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aho-corasick" -version = "0.7.15" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ "memchr", ] [[package]] name = "anyhow" -version = "1.0.38" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" +checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61" [[package]] name = "arc-swap" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73" +checksum = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820" [[package]] name = "arrayvec" @@ -332,9 +330,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "async-trait" -version = "0.1.48" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf" +checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722" dependencies = [ "proc-macro2", "quote", @@ -377,18 +375,19 @@ dependencies = [ "mime", "percent-encoding 2.1.0", "rand 0.7.3", - "serde 1.0.124", + "serde 1.0.126", "serde_json", "serde_urlencoded", ] [[package]] name = "backtrace" -version = "0.3.56" +version = "0.3.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc" +checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282" dependencies = [ "addr2line", + "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", @@ -421,7 +420,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "374bba43fc924d90393ee7768e6f75d223a98307a488fe5bc34b66c3e96932a6" dependencies = [ "async-trait", - "futures 0.3.13", + "futures 0.3.15", "tokio", ] @@ -499,9 +498,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.6.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" +checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" [[package]] name = "byteorder" @@ -541,9 +540,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" +checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" [[package]] name = "cexpr" @@ -575,16 +574,16 @@ dependencies = [ "libc", "num-integer", "num-traits 0.2.14", - "serde 1.0.124", + "serde 1.0.126", "time 0.1.43", "winapi 0.3.9", ] [[package]] name = "clang-sys" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1" +checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c" dependencies = [ "glob", "libc", @@ -608,7 +607,7 @@ checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3" dependencies = [ "lazy_static", "nom", - "serde 1.0.124", + "serde 1.0.126", ] [[package]] @@ -620,7 +619,7 @@ dependencies = [ "lazy_static", "nom", "rust-ini", - "serde 1.0.124", + "serde 1.0.126", "serde-hjson", "serde_json", "toml", @@ -629,9 +628,15 @@ dependencies = [ [[package]] name = "const_fn" -version = "0.4.5" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" +checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7" + +[[package]] +name = "convert_case" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[package]] name = "cookie" @@ -640,7 +645,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" dependencies = [ "percent-encoding 2.1.0", - "time 0.2.25", + "time 0.2.27", "version_check", ] @@ -667,10 +672,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] -name = "cpuid-bool" -version = "0.1.2" +name = "cpufeatures" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" +checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef" +dependencies = [ + "libc", +] [[package]] name = "crc32fast" @@ -683,12 +691,12 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" +checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" dependencies = [ "cfg-if 1.0.0", - "crossbeam-utils 0.8.3", + "crossbeam-utils 0.8.5", ] [[package]] @@ -715,11 +723,10 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" +checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" dependencies = [ - "autocfg", "cfg-if 1.0.0", "lazy_static", ] @@ -736,9 +743,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" +checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d" dependencies = [ "quote", "syn", @@ -783,7 +790,7 @@ dependencies = [ "config 0.10.1", "crossbeam-queue", "num_cpus", - "serde 1.0.124", + "serde 1.0.126", "tokio", ] @@ -793,16 +800,17 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f91cf5a8c2f2097e2a32627123508635d47ce10563d999ec1a95addf08b502ba" dependencies = [ - "serde 1.0.124", + "serde 1.0.126", "uuid", ] [[package]] name = "derive_more" -version = "0.99.11" +version = "0.99.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" +checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320" dependencies = [ + "convert_case", "proc-macro2", "quote", "syn", @@ -810,9 +818,9 @@ dependencies = [ [[package]] name = "diesel" -version = "1.4.6" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542" +checksum = "bba51ca66f57261fd17cadf8b73e4775cc307d0521d855de3f5de91a8f074e0e" dependencies = [ "byteorder", "diesel_derives", @@ -890,13 +898,13 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "docopt" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969" +checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f" dependencies = [ "lazy_static", "regex", - "serde 1.0.124", + "serde 1.0.126", "strsim", ] @@ -929,9 +937,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f" +checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" dependencies = [ "atty", "humantime", @@ -942,11 +950,11 @@ dependencies = [ [[package]] name = "erased-serde" -version = "0.3.13" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c" +checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa" dependencies = [ - "serde 1.0.124", + "serde 1.0.126", ] [[package]] @@ -1038,9 +1046,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] name = "futures" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" +checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" dependencies = [ "futures-channel", "futures-core", @@ -1053,9 +1061,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" +checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" dependencies = [ "futures-core", "futures-sink", @@ -1063,15 +1071,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" +checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" [[package]] name = "futures-executor" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1" +checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" dependencies = [ "futures-core", "futures-task", @@ -1080,16 +1088,17 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" +checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" [[package]] name = "futures-macro" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7" +checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121" dependencies = [ + "autocfg", "proc-macro-hack", "proc-macro2", "quote", @@ -1098,22 +1107,23 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" +checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282" [[package]] name = "futures-task" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" +checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae" [[package]] name = "futures-util" -version = "0.3.13" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" +checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" dependencies = [ + "autocfg", "futures 0.1.31", "futures-channel", "futures-core", @@ -1122,7 +1132,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.6", + "pin-project-lite 0.2.7", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -1161,9 +1171,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" +checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ "cfg-if 1.0.0", "libc", @@ -1183,9 +1193,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" +checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" [[package]] name = "glob" @@ -1197,7 +1207,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" name = "googleapis-raw" version = "0.1.0" dependencies = [ - "futures 0.3.13", + "futures 0.3.15", "grpcio", "protobuf", ] @@ -1208,7 +1218,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a1b8dd4e79b81ccfd5b9282dfc6d3d4e97568291c383c1bc98756a0f21e39d9" dependencies = [ - "futures 0.3.13", + "futures 0.3.15", "grpcio-sys", "libc", "log", @@ -1270,23 +1280,23 @@ dependencies = [ "once_cell", "ring", "thiserror", - "url 2.2.1", + "url 2.2.2", ] [[package]] name = "heck" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" +checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" dependencies = [ "unicode-segmentation", ] [[package]] name = "hermit-abi" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" dependencies = [ "libc", ] @@ -1330,9 +1340,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ "bytes 1.0.1", "fnv", @@ -1383,7 +1393,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.5", + "pin-project 1.0.7", "socket2 0.3.19", "tokio", "tower-service", @@ -1417,9 +1427,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ "matches", "unicode-bidi", @@ -1533,9 +1543,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" +checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" [[package]] name = "itoa" @@ -1545,9 +1555,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "js-sys" -version = "0.3.48" +version = "0.3.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78" +checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062" dependencies = [ "wasm-bindgen", ] @@ -1582,9 +1592,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lexical-core" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374" +checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" dependencies = [ "arrayvec", "bitflags", @@ -1595,9 +1605,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.88" +version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a" +checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" [[package]] name = "libloading" @@ -1629,9 +1639,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "lock_api" -version = "0.4.2" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" +checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb" dependencies = [ "scopeguard", ] @@ -1674,9 +1684,9 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" [[package]] name = "memchr" -version = "2.3.4" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" +checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" [[package]] name = "migrations_internals" @@ -1857,15 +1867,18 @@ dependencies = [ [[package]] name = "object" -version = "0.23.0" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" +checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7" +dependencies = [ + "memchr", +] [[package]] name = "once_cell" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" +checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "opaque-debug" @@ -1875,9 +1888,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.34" +version = "0.10.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8" +checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885" dependencies = [ "bitflags", "cfg-if 1.0.0", @@ -1889,15 +1902,15 @@ dependencies = [ [[package]] name = "openssl-probe" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" +checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "openssl-sys" -version = "0.9.63" +version = "0.9.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98" +checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d" dependencies = [ "autocfg", "cc", @@ -1970,27 +1983,27 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pin-project" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" +checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f" dependencies = [ - "pin-project-internal 0.4.27", + "pin-project-internal 0.4.28", ] [[package]] name = "pin-project" -version = "1.0.5" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" +checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" dependencies = [ - "pin-project-internal 1.0.5", + "pin-project-internal 1.0.7", ] [[package]] name = "pin-project-internal" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" +checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e" dependencies = [ "proc-macro2", "quote", @@ -1999,9 +2012,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.5" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" +checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" dependencies = [ "proc-macro2", "quote", @@ -2016,9 +2029,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" +checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" [[package]] name = "pin-utils" @@ -2076,18 +2089,18 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" [[package]] name = "proc-macro2" -version = "1.0.24" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" +checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" dependencies = [ "unicode-xid", ] [[package]] name = "protobuf" -version = "2.23.0" +version = "2.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45604fc7a88158e7d514d8e22e14ac746081e7a70d7690074dd0029ee37458d6" +checksum = "db50e77ae196458ccd3dc58a31ea1a90b0698ab1b7928d89f644c25d72070267" [[package]] name = "pyo3" @@ -2169,14 +2182,14 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", - "rand_chacha 0.3.0", - "rand_core 0.6.2", - "rand_hc 0.3.0", + "rand_chacha 0.3.1", + "rand_core 0.6.3", + "rand_hc 0.3.1", ] [[package]] @@ -2191,12 +2204,12 @@ dependencies = [ [[package]] name = "rand_chacha" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.2", + "rand_core 0.6.3", ] [[package]] @@ -2210,11 +2223,11 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" +checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" dependencies = [ - "getrandom 0.2.2", + "getrandom 0.2.3", ] [[package]] @@ -2228,11 +2241,11 @@ dependencies = [ [[package]] name = "rand_hc" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" dependencies = [ - "rand_core 0.6.2", + "rand_core 0.6.3", ] [[package]] @@ -2246,9 +2259,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.5" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" +checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee" dependencies = [ "bitflags", ] @@ -2259,27 +2272,26 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ - "getrandom 0.2.2", + "getrandom 0.2.3", "redox_syscall", ] [[package]] name = "regex" -version = "1.4.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" +checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] name = "regex-syntax" -version = "0.6.22" +version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" +checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remove_dir_all" @@ -2313,13 +2325,13 @@ dependencies = [ "mime_guess", "native-tls", "percent-encoding 2.1.0", - "pin-project-lite 0.2.6", - "serde 1.0.124", + "pin-project-lite 0.2.7", + "serde 1.0.126", "serde_json", "serde_urlencoded", "tokio", "tokio-tls", - "url 2.2.1", + "url 2.2.2", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -2359,9 +2371,9 @@ checksum = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" [[package]] name = "rustc-demangle" -version = "0.1.18" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" +checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49" [[package]] name = "rustc-hash" @@ -2380,9 +2392,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" +checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" [[package]] name = "ryu" @@ -2426,9 +2438,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "security-framework" -version = "2.1.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d493c5f39e02dfb062cd8f33301f90f9b13b650e8c1b1d0fd75c19dd64bff69d" +checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467" dependencies = [ "bitflags", "core-foundation", @@ -2439,9 +2451,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.1.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d" +checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284" dependencies = [ "core-foundation-sys", "libc", @@ -2547,10 +2559,10 @@ checksum = "87b41bac48a3586249431fa9efb88cd1414c3455117eb57c02f5bda9634e158d" dependencies = [ "chrono", "debugid", - "serde 1.0.124", + "serde 1.0.126", "serde_json", "thiserror", - "url 2.2.1", + "url 2.2.2", "uuid", ] @@ -2562,9 +2574,9 @@ checksum = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" [[package]] name = "serde" -version = "1.0.124" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f" +checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" dependencies = [ "serde_derive", ] @@ -2583,9 +2595,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.124" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b" +checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" dependencies = [ "proc-macro2", "quote", @@ -2600,7 +2612,7 @@ checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" dependencies = [ "itoa", "ryu", - "serde 1.0.124", + "serde 1.0.126", ] [[package]] @@ -2612,18 +2624,18 @@ dependencies = [ "form_urlencoded", "itoa", "ryu", - "serde 1.0.124", + "serde 1.0.126", ] [[package]] name = "sha-1" -version = "0.9.4" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f" +checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" dependencies = [ "block-buffer", "cfg-if 1.0.0", - "cpuid-bool", + "cpufeatures", "digest", "opaque-debug", ] @@ -2636,13 +2648,13 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" [[package]] name = "sha2" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de" +checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" dependencies = [ "block-buffer", "cfg-if 1.0.0", - "cpuid-bool", + "cpufeatures", "digest", "opaque-debug", ] @@ -2655,9 +2667,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook-registry" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" +checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" dependencies = [ "libc", ] @@ -2674,9 +2686,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" +checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" [[package]] name = "slog" @@ -2721,7 +2733,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f400f1c5db96f1f52065e8931ca0c524cceb029f7537c9e6d5424488ca137ca0" dependencies = [ "chrono", - "serde 1.0.124", + "serde 1.0.126", "serde_json", "slog", ] @@ -2796,9 +2808,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "standback" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8" +checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" dependencies = [ "version_check", ] @@ -2831,7 +2843,7 @@ checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" dependencies = [ "proc-macro2", "quote", - "serde 1.0.124", + "serde 1.0.126", "serde_derive", "syn", ] @@ -2845,7 +2857,7 @@ dependencies = [ "base-x", "proc-macro2", "quote", - "serde 1.0.124", + "serde 1.0.126", "serde_derive", "serde_json", "sha1", @@ -2860,9 +2872,9 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" [[package]] name = "strsim" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "subtle" @@ -2872,9 +2884,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "syn" -version = "1.0.63" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717" +checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" dependencies = [ "proc-macro2", "quote", @@ -2904,7 +2916,7 @@ dependencies = [ "docopt", "env_logger", "failure", - "futures 0.3.13", + "futures 0.3.15", "googleapis-raw", "grpcio", "hawk", @@ -2918,11 +2930,11 @@ dependencies = [ "num_cpus", "protobuf", "pyo3", - "rand 0.8.3", + "rand 0.8.4", "regex", "scheduled-thread-pool", "sentry", - "serde 1.0.124", + "serde 1.0.126", "serde_derive", "serde_json", "sha2", @@ -2933,9 +2945,9 @@ dependencies = [ "slog-scope", "slog-stdlog", "slog-term", - "time 0.2.25", + "time 0.2.27", "tokio", - "url 2.2.1", + "url 2.2.2", "urlencoding", "uuid", "validator", @@ -2969,7 +2981,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.3", + "rand 0.8.4", "redox_syscall", "remove_dir_all", "winapi 0.3.9", @@ -2997,18 +3009,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" dependencies = [ "proc-macro2", "quote", @@ -3045,9 +3057,9 @@ dependencies = [ [[package]] name = "time" -version = "0.2.25" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7" +checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" dependencies = [ "const_fn", "libc", @@ -3070,9 +3082,9 @@ dependencies = [ [[package]] name = "time-macros-impl" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa" +checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" dependencies = [ "proc-macro-hack", "proc-macro2", @@ -3083,9 +3095,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" +checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" dependencies = [ "tinyvec_macros", ] @@ -3160,7 +3172,7 @@ version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ - "serde 1.0.124", + "serde 1.0.126", ] [[package]] @@ -3171,21 +3183,21 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.25" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f" +checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.6", + "pin-project-lite 0.2.7", "tracing-core", ] [[package]] name = "tracing-core" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" +checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052" dependencies = [ "lazy_static", ] @@ -3196,7 +3208,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 1.0.5", + "pin-project 1.0.7", "tracing", ] @@ -3209,15 +3221,15 @@ dependencies = [ "async-trait", "cfg-if 1.0.0", "enum-as-inner", - "futures 0.3.13", - "idna 0.2.2", + "futures 0.3.15", + "idna 0.2.3", "lazy_static", "log", "rand 0.7.3", "smallvec", "thiserror", "tokio", - "url 2.2.1", + "url 2.2.2", ] [[package]] @@ -3227,7 +3239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "710f593b371175db53a26d0b38ed2978fafb9e9e8d3868b1acd753ea18df0ceb" dependencies = [ "cfg-if 0.1.10", - "futures 0.3.13", + "futures 0.3.15", "ipconfig", "lazy_static", "log", @@ -3247,9 +3259,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "typenum" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" +checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" [[package]] name = "uname" @@ -3271,18 +3283,18 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" dependencies = [ "matches", ] [[package]] name = "unicode-normalization" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" +checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" dependencies = [ "tinyvec", ] @@ -3295,9 +3307,9 @@ checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" [[package]] name = "unicode-xid" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" +checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "unindent" @@ -3324,22 +3336,22 @@ dependencies = [ [[package]] name = "url" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" dependencies = [ "form_urlencoded", - "idna 0.2.2", + "idna 0.2.3", "matches", "percent-encoding 2.1.0", - "serde 1.0.124", + "serde 1.0.126", ] [[package]] name = "urlencoding" -version = "1.1.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593" +checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb" [[package]] name = "uuid" @@ -3347,8 +3359,8 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.2", - "serde 1.0.124", + "getrandom 0.2.3", + "serde 1.0.126", ] [[package]] @@ -3357,13 +3369,13 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be110dc66fa015b8b1d2c4eae40c495a27fae55f82b9cae3efb8178241ed20eb" dependencies = [ - "idna 0.2.2", + "idna 0.2.3", "lazy_static", "regex", - "serde 1.0.124", + "serde 1.0.126", "serde_derive", "serde_json", - "url 2.2.1", + "url 2.2.2", "validator_types", ] @@ -3391,21 +3403,21 @@ checksum = "ad9680608df133af2c1ddd5eaf1ddce91d60d61b6bc51494ef326458365a470a" [[package]] name = "vcpkg" -version = "0.2.11" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" +checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" [[package]] name = "walkdir" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" +checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" dependencies = [ "same-file", "winapi 0.3.9", @@ -3436,21 +3448,21 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm-bindgen" -version = "0.2.71" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7" +checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd" dependencies = [ "cfg-if 1.0.0", - "serde 1.0.124", + "serde 1.0.126", "serde_json", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.71" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8" +checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" dependencies = [ "bumpalo", "lazy_static", @@ -3463,9 +3475,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.21" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab" +checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -3475,9 +3487,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.71" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b" +checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3485,9 +3497,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.71" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e" +checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" dependencies = [ "proc-macro2", "quote", @@ -3498,15 +3510,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.71" +version = "0.2.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1" +checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f" [[package]] name = "web-sys" -version = "0.3.48" +version = "0.3.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b" +checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/Cargo.toml b/vendor/mozilla-rust-sdk/googleapis-raw/Cargo.toml index c3199222..5a3b0b07 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/Cargo.toml +++ b/vendor/mozilla-rust-sdk/googleapis-raw/Cargo.toml @@ -21,7 +21,7 @@ edition = "2018" [dependencies] futures = "0.3.5" grpcio = "0.9.0" -protobuf = "2.23.0" +protobuf = "2.24.1" [dev-dependencies] slog = "2.5" diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_data.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_data.rs index fbb9b4a7..d2ee3d47 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_data.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_data.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Zone { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service.rs index cb1680f4..b1b7420e 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; static file_descriptor_proto_data: &'static [u8] = b"\ \n?google/bigtable/admin/cluster/v1/bigtable_cluster_service.proto\x12\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.rs index 9cbddf7d..8ce44956 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct ListZonesRequest { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_data.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_data.rs index cf9f343b..662b778d 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_data.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_data.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Table { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service.rs index 837744e2..a79f018d 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; static file_descriptor_proto_data: &'static [u8] = b"\ \n;google/bigtable/admin/table/v1/bigtable_table_service.proto\x12\x1ego\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service_messages.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service_messages.rs index 2cf29cd7..a02c175e 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service_messages.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/table/v1/bigtable_table_service_messages.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct CreateTableRequest { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_instance_admin.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_instance_admin.rs index d66dd0ec..bba082a9 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_instance_admin.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_instance_admin.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct CreateInstanceRequest { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_table_admin.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_table_admin.rs index 5c9be190..2382fbc7 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_table_admin.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/bigtable_table_admin.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct CreateTableRequest { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/common.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/common.rs index 4a58a822..c0c41fee 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/common.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/common.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(Clone,PartialEq,Eq,Debug,Hash)] pub enum StorageType { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/instance.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/instance.rs index 1284e877..4fb5703d 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/instance.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/instance.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Instance { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/table.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/table.rs index 4ebd2811..e7c74935 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/table.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/admin/v2/table.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Table { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_data.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_data.rs index 2bea1839..5db10052 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_data.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_data.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Row { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service.rs index 3c5734a5..3932b388 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; static file_descriptor_proto_data: &'static [u8] = b"\ \n)google/bigtable/v1/bigtable_service.proto\x12\x12google.bigtable.v1\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service_messages.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service_messages.rs index be5e27a5..180094fb 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service_messages.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v1/bigtable_service_messages.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct ReadRowsRequest { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/bigtable.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/bigtable.rs index 87e1766e..4a6c8cef 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/bigtable.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/bigtable.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct ReadRowsRequest { @@ -3822,349 +3822,349 @@ static file_descriptor_proto_data: &'static [u8] = b"\ \x1aReadModifyWriteRowResponse\x12)\n\x03row\x18\x01\x20\x01(\x0b2\x17.g\ oogle.bigtable.v2.RowR\x03row2\xc4\x0e\n\x08Bigtable\x12\xc6\x01\n\x08Re\ adRows\x12#.google.bigtable.v2.ReadRowsRequest\x1a$.google.bigtable.v2.R\ - eadRowsResponse\"m\x82\xd3\xe4\x93\x02>\"9/v2/{table_name=projects/*/ins\ - tances/*/tables/*}:readRows:\x01*\xdaA\ntable_name\xdaA\x19table_name,ap\ - p_profile_id0\x01\x12\xd7\x01\n\rSampleRowKeys\x12(.google.bigtable.v2.S\ - ampleRowKeysRequest\x1a).google.bigtable.v2.SampleRowKeysResponse\"o\x82\ - \xd3\xe4\x93\x02@\x12>/v2/{table_name=projects/*/instances/*/tables/*}:s\ - ampleRowKeys\xdaA\ntable_name\xdaA\x19table_name,app_profile_id0\x01\x12\ - \xed\x01\n\tMutateRow\x12$.google.bigtable.v2.MutateRowRequest\x1a%.goog\ - le.bigtable.v2.MutateRowResponse\"\x92\x01\xdaA\x1ctable_name,row_key,mu\ - tations\xdaA+table_name,row_key,mutations,app_profile_id\x82\xd3\xe4\x93\ - \x02?\":/v2/{table_name=projects/*/instances/*/tables/*}:mutateRow:\x01*\ - \x12\xde\x01\n\nMutateRows\x12%.google.bigtable.v2.MutateRowsRequest\x1a\ - &.google.bigtable.v2.MutateRowsResponse\"\x7f\xdaA\x12table_name,entries\ - \xdaA!table_name,entries,app_profile_id\x82\xd3\xe4\x93\x02@\";/v2/{tabl\ - e_name=projects/*/instances/*/tables/*}:mutateRows:\x01*0\x01\x12\xd9\ - \x02\n\x11CheckAndMutateRow\x12,.google.bigtable.v2.CheckAndMutateRowReq\ - uest\x1a-.google.bigtable.v2.CheckAndMutateRowResponse\"\xe6\x01\x82\xd3\ - \xe4\x93\x02G\"B/v2/{table_name=projects/*/instances/*/tables/*}:checkAn\ - dMutateRow:\x01*\xdaABtable_name,row_key,predicate_filter,true_mutations\ - ,false_mutations\xdaAQtable_name,row_key,predicate_filter,true_mutations\ - ,false_mutations,app_profile_id\x12\x89\x02\n\x12ReadModifyWriteRow\x12-\ - .google.bigtable.v2.ReadModifyWriteRowRequest\x1a..google.bigtable.v2.Re\ - adModifyWriteRowResponse\"\x93\x01\x82\xd3\xe4\x93\x02H\"C/v2/{table_nam\ - e=projects/*/instances/*/tables/*}:readModifyWriteRow:\x01*\xdaA\x18tabl\ - e_name,row_key,rules\xdaA'table_name,row_key,rules,app_profile_id\x1a\ - \xdb\x02\xd2A\xbd\x02https://www.googleapis.com/auth/bigtable.data,https\ - ://www.googleapis.com/auth/bigtable.data.readonly,https://www.googleapis\ - .com/auth/cloud-bigtable.data,https://www.googleapis.com/auth/cloud-bigt\ - able.data.readonly,https://www.googleapis.com/auth/cloud-platform,https:\ - //www.googleapis.com/auth/cloud-platform.read-only\xcaA\x17bigtable.goog\ - leapis.comB\xf5\x01\n\x16com.google.bigtable.v2B\rBigtableProtoP\x01Z:go\ - ogle.golang.org/genproto/googleapis/bigtable/v2;bigtable\xaa\x02\x18Goog\ - le.Cloud.Bigtable.V2\xca\x02\x18Google\\Cloud\\Bigtable\\V2\xeaAW\n\x1db\ - igtable.googleapis.com/Table\x126projects/{project}/instances/{instance}\ - /tables/{table}J\x93\x86\x01\n\x07\x12\x05\x0e\0\xbb\x03\x01\n\xbd\x04\n\ - \x01\x0c\x12\x03\x0e\0\x122\xb2\x04\x20Copyright\x202019\x20Google\x20LL\ - C.\n\n\x20Licensed\x20under\x20the\x20Apache\x20License,\x20Version\x202\ - .0\x20(the\x20\"License\");\n\x20you\x20may\x20not\x20use\x20this\x20fil\ - e\x20except\x20in\x20compliance\x20with\x20the\x20License.\n\x20You\x20m\ - ay\x20obtain\x20a\x20copy\x20of\x20the\x20License\x20at\n\n\x20\x20\x20\ - \x20\x20http://www.apache.org/licenses/LICENSE-2.0\n\n\x20Unless\x20requ\ - ired\x20by\x20applicable\x20law\x20or\x20agreed\x20to\x20in\x20writing,\ - \x20software\n\x20distributed\x20under\x20the\x20License\x20is\x20distri\ - buted\x20on\x20an\x20\"AS\x20IS\"\x20BASIS,\n\x20WITHOUT\x20WARRANTIES\ - \x20OR\x20CONDITIONS\x20OF\x20ANY\x20KIND,\x20either\x20express\x20or\ - \x20implied.\n\x20See\x20the\x20License\x20for\x20the\x20specific\x20lan\ - guage\x20governing\x20permissions\x20and\n\x20limitations\x20under\x20th\ - e\x20License.\n\n\x08\n\x01\x02\x12\x03\x10\0\x1b\n\t\n\x02\x03\0\x12\ - \x03\x12\0&\n\t\n\x02\x03\x01\x12\x03\x13\0!\n\t\n\x02\x03\x02\x12\x03\ - \x14\0)\n\t\n\x02\x03\x03\x12\x03\x15\0#\n\t\n\x02\x03\x04\x12\x03\x16\0\ - '\n\t\n\x02\x03\x05\x12\x03\x17\0(\n\t\n\x02\x03\x06\x12\x03\x18\0!\n\ - \x08\n\x01\x08\x12\x03\x1a\05\n\t\n\x02\x08%\x12\x03\x1a\05\n\x08\n\x01\ - \x08\x12\x03\x1b\0Q\n\t\n\x02\x08\x0b\x12\x03\x1b\0Q\n\x08\n\x01\x08\x12\ - \x03\x1c\0\"\n\t\n\x02\x08\n\x12\x03\x1c\0\"\n\x08\n\x01\x08\x12\x03\x1d\ - \0.\n\t\n\x02\x08\x08\x12\x03\x1d\0.\n\x08\n\x01\x08\x12\x03\x1e\0/\n\t\ - \n\x02\x08\x01\x12\x03\x1e\0/\n\x08\n\x01\x08\x12\x03\x1f\05\n\t\n\x02\ - \x08)\x12\x03\x1f\05\n\t\n\x01\x08\x12\x04\x20\0#\x02\n\x0c\n\x04\x08\ - \x9d\x08\0\x12\x04\x20\0#\x02\nO\n\x02\x06\0\x12\x04&\0x\x01\x1aC\x20Ser\ - vice\x20for\x20reading\x20from\x20and\x20writing\x20to\x20existing\x20Bi\ - gtable\x20tables.\n\n\n\n\x03\x06\0\x01\x12\x03&\x08\x10\n\n\n\x03\x06\0\ - \x03\x12\x03'\x02?\n\x0c\n\x05\x06\0\x03\x99\x08\x12\x03'\x02?\n\x0b\n\ - \x03\x06\0\x03\x12\x04(\x02.A\n\r\n\x05\x06\0\x03\x9a\x08\x12\x04(\x02.A\ - \n\xc1\x02\n\x04\x06\0\x02\0\x12\x045\x02<\x03\x1a\xb2\x02\x20Streams\ - \x20back\x20the\x20contents\x20of\x20all\x20requested\x20rows\x20in\x20k\ - ey\x20order,\x20optionally\n\x20applying\x20the\x20same\x20Reader\x20fil\ - ter\x20to\x20each.\x20Depending\x20on\x20their\x20size,\n\x20rows\x20and\ - \x20cells\x20may\x20be\x20broken\x20up\x20across\x20multiple\x20response\ - s,\x20but\n\x20atomicity\x20of\x20each\x20row\x20will\x20still\x20be\x20\ - preserved.\x20See\x20the\n\x20ReadRowsResponse\x20documentation\x20for\ - \x20details.\n\n\x0c\n\x05\x06\0\x02\0\x01\x12\x035\x06\x0e\n\x0c\n\x05\ - \x06\0\x02\0\x02\x12\x035\x0f\x1e\n\x0c\n\x05\x06\0\x02\0\x06\x12\x035)/\ - \n\x0c\n\x05\x06\0\x02\0\x03\x12\x0350@\n\r\n\x05\x06\0\x02\0\x04\x12\ - \x046\x049\x06\n\x11\n\t\x06\0\x02\0\x04\xb0\xca\xbc\"\x12\x046\x049\x06\ - \n\x0c\n\x05\x06\0\x02\0\x04\x12\x03:\x048\n\x0f\n\x08\x06\0\x02\0\x04\ - \x9b\x08\0\x12\x03:\x048\n\x0c\n\x05\x06\0\x02\0\x04\x12\x03;\x04G\n\x0f\ - \n\x08\x06\0\x02\0\x04\x9b\x08\x01\x12\x03;\x04G\n\xed\x01\n\x04\x06\0\ - \x02\x01\x12\x04B\x02H\x03\x1a\xde\x01\x20Returns\x20a\x20sample\x20of\ - \x20row\x20keys\x20in\x20the\x20table.\x20The\x20returned\x20row\x20keys\ - \x20will\n\x20delimit\x20contiguous\x20sections\x20of\x20the\x20table\ - \x20of\x20approximately\x20equal\x20size,\n\x20which\x20can\x20be\x20use\ - d\x20to\x20break\x20up\x20the\x20data\x20for\x20distributed\x20tasks\x20\ - like\n\x20mapreduces.\n\n\x0c\n\x05\x06\0\x02\x01\x01\x12\x03B\x06\x13\n\ - \x0c\n\x05\x06\0\x02\x01\x02\x12\x03B\x14(\n\x0c\n\x05\x06\0\x02\x01\x06\ - \x12\x03B39\n\x0c\n\x05\x06\0\x02\x01\x03\x12\x03B:O\n\r\n\x05\x06\0\x02\ - \x01\x04\x12\x04C\x04E\x06\n\x11\n\t\x06\0\x02\x01\x04\xb0\xca\xbc\"\x12\ - \x04C\x04E\x06\n\x0c\n\x05\x06\0\x02\x01\x04\x12\x03F\x048\n\x0f\n\x08\ - \x06\0\x02\x01\x04\x9b\x08\0\x12\x03F\x048\n\x0c\n\x05\x06\0\x02\x01\x04\ - \x12\x03G\x04G\n\x0f\n\x08\x06\0\x02\x01\x04\x9b\x08\x01\x12\x03G\x04G\n\ - \x87\x01\n\x04\x06\0\x02\x02\x12\x04L\x02S\x03\x1ay\x20Mutates\x20a\x20r\ - ow\x20atomically.\x20Cells\x20already\x20present\x20in\x20the\x20row\x20\ - are\x20left\n\x20unchanged\x20unless\x20explicitly\x20changed\x20by\x20`\ - mutation`.\n\n\x0c\n\x05\x06\0\x02\x02\x01\x12\x03L\x06\x0f\n\x0c\n\x05\ - \x06\0\x02\x02\x02\x12\x03L\x10\x20\n\x0c\n\x05\x06\0\x02\x02\x03\x12\ - \x03L+<\n\r\n\x05\x06\0\x02\x02\x04\x12\x04M\x04P\x06\n\x11\n\t\x06\0\ - \x02\x02\x04\xb0\xca\xbc\"\x12\x04M\x04P\x06\n\x0c\n\x05\x06\0\x02\x02\ - \x04\x12\x03Q\x04J\n\x0f\n\x08\x06\0\x02\x02\x04\x9b\x08\0\x12\x03Q\x04J\ - \n\x0c\n\x05\x06\0\x02\x02\x04\x12\x03R\x04Y\n\x0f\n\x08\x06\0\x02\x02\ - \x04\x9b\x08\x01\x12\x03R\x04Y\n\xa0\x01\n\x04\x06\0\x02\x03\x12\x04X\ - \x02_\x03\x1a\x91\x01\x20Mutates\x20multiple\x20rows\x20in\x20a\x20batch\ - .\x20Each\x20individual\x20row\x20is\x20mutated\n\x20atomically\x20as\ - \x20in\x20MutateRow,\x20but\x20the\x20entire\x20batch\x20is\x20not\x20ex\ - ecuted\n\x20atomically.\n\n\x0c\n\x05\x06\0\x02\x03\x01\x12\x03X\x06\x10\ - \n\x0c\n\x05\x06\0\x02\x03\x02\x12\x03X\x11\"\n\x0c\n\x05\x06\0\x02\x03\ - \x06\x12\x03X-3\n\x0c\n\x05\x06\0\x02\x03\x03\x12\x03X4F\n\r\n\x05\x06\0\ - \x02\x03\x04\x12\x04Y\x04\\\x06\n\x11\n\t\x06\0\x02\x03\x04\xb0\xca\xbc\ - \"\x12\x04Y\x04\\\x06\n\x0c\n\x05\x06\0\x02\x03\x04\x12\x03]\x04@\n\x0f\ - \n\x08\x06\0\x02\x03\x04\x9b\x08\0\x12\x03]\x04@\n\x0c\n\x05\x06\0\x02\ - \x03\x04\x12\x03^\x04O\n\x0f\n\x08\x06\0\x02\x03\x04\x9b\x08\x01\x12\x03\ - ^\x04O\nZ\n\x04\x06\0\x02\x04\x12\x04b\x02i\x03\x1aL\x20Mutates\x20a\x20\ - row\x20atomically\x20based\x20on\x20the\x20output\x20of\x20a\x20predicat\ - e\x20Reader\x20filter.\n\n\x0c\n\x05\x06\0\x02\x04\x01\x12\x03b\x06\x17\ - \n\x0c\n\x05\x06\0\x02\x04\x02\x12\x03b\x180\n\x0c\n\x05\x06\0\x02\x04\ - \x03\x12\x03b;T\n\r\n\x05\x06\0\x02\x04\x04\x12\x04c\x04f\x06\n\x11\n\t\ - \x06\0\x02\x04\x04\xb0\xca\xbc\"\x12\x04c\x04f\x06\n\x0c\n\x05\x06\0\x02\ - \x04\x04\x12\x03g\x04p\n\x0f\n\x08\x06\0\x02\x04\x04\x9b\x08\0\x12\x03g\ - \x04p\n\x0c\n\x05\x06\0\x02\x04\x04\x12\x03h\x04\x7f\n\x0f\n\x08\x06\0\ - \x02\x04\x04\x9b\x08\x01\x12\x03h\x04\x7f\n\xf6\x02\n\x04\x06\0\x02\x05\ - \x12\x04p\x02w\x03\x1a\xe7\x02\x20Modifies\x20a\x20row\x20atomically\x20\ - on\x20the\x20server.\x20The\x20method\x20reads\x20the\x20latest\n\x20exi\ - sting\x20timestamp\x20and\x20value\x20from\x20the\x20specified\x20column\ - s\x20and\x20writes\x20a\x20new\n\x20entry\x20based\x20on\x20pre-defined\ - \x20read/modify/write\x20rules.\x20The\x20new\x20value\x20for\x20the\n\ - \x20timestamp\x20is\x20the\x20greater\x20of\x20the\x20existing\x20timest\ - amp\x20or\x20the\x20current\x20server\n\x20time.\x20The\x20method\x20ret\ - urns\x20the\x20new\x20contents\x20of\x20all\x20modified\x20cells.\n\n\ - \x0c\n\x05\x06\0\x02\x05\x01\x12\x03p\x06\x18\n\x0c\n\x05\x06\0\x02\x05\ - \x02\x12\x03p\x192\n\x0c\n\x05\x06\0\x02\x05\x03\x12\x03p=W\n\r\n\x05\ - \x06\0\x02\x05\x04\x12\x04q\x04t\x06\n\x11\n\t\x06\0\x02\x05\x04\xb0\xca\ - \xbc\"\x12\x04q\x04t\x06\n\x0c\n\x05\x06\0\x02\x05\x04\x12\x03u\x04F\n\ - \x0f\n\x08\x06\0\x02\x05\x04\x9b\x08\0\x12\x03u\x04F\n\x0c\n\x05\x06\0\ - \x02\x05\x04\x12\x03v\x04U\n\x0f\n\x08\x06\0\x02\x05\x04\x9b\x08\x01\x12\ - \x03v\x04U\n5\n\x02\x04\0\x12\x05{\0\x94\x01\x01\x1a(\x20Request\x20mess\ - age\x20for\x20Bigtable.ReadRows.\n\n\n\n\x03\x04\0\x01\x12\x03{\x08\x17\ - \n\x9f\x01\n\x04\x04\0\x02\0\x12\x05\x7f\x02\x84\x01\x04\x1a\x8f\x01\x20\ + eadRowsResponse\"m\xdaA\ntable_name\xdaA\x19table_name,app_profile_id\ + \x82\xd3\xe4\x93\x02>\"9/v2/{table_name=projects/*/instances/*/tables/*}\ + :readRows:\x01*0\x01\x12\xd7\x01\n\rSampleRowKeys\x12(.google.bigtable.v\ + 2.SampleRowKeysRequest\x1a).google.bigtable.v2.SampleRowKeysResponse\"o\ + \x82\xd3\xe4\x93\x02@\x12>/v2/{table_name=projects/*/instances/*/tables/\ + *}:sampleRowKeys\xdaA\ntable_name\xdaA\x19table_name,app_profile_id0\x01\ + \x12\xed\x01\n\tMutateRow\x12$.google.bigtable.v2.MutateRowRequest\x1a%.\ + google.bigtable.v2.MutateRowResponse\"\x92\x01\xdaA\x1ctable_name,row_ke\ + y,mutations\xdaA+table_name,row_key,mutations,app_profile_id\x82\xd3\xe4\ + \x93\x02?\":/v2/{table_name=projects/*/instances/*/tables/*}:mutateRow:\ + \x01*\x12\xde\x01\n\nMutateRows\x12%.google.bigtable.v2.MutateRowsReques\ + t\x1a&.google.bigtable.v2.MutateRowsResponse\"\x7f\xdaA\x12table_name,en\ + tries\xdaA!table_name,entries,app_profile_id\x82\xd3\xe4\x93\x02@\";/v2/\ + {table_name=projects/*/instances/*/tables/*}:mutateRows:\x01*0\x01\x12\ + \xd9\x02\n\x11CheckAndMutateRow\x12,.google.bigtable.v2.CheckAndMutateRo\ + wRequest\x1a-.google.bigtable.v2.CheckAndMutateRowResponse\"\xe6\x01\xda\ + ABtable_name,row_key,predicate_filter,true_mutations,false_mutations\xda\ + AQtable_name,row_key,predicate_filter,true_mutations,false_mutations,app\ + _profile_id\x82\xd3\xe4\x93\x02G\"B/v2/{table_name=projects/*/instances/\ + */tables/*}:checkAndMutateRow:\x01*\x12\x89\x02\n\x12ReadModifyWriteRow\ + \x12-.google.bigtable.v2.ReadModifyWriteRowRequest\x1a..google.bigtable.\ + v2.ReadModifyWriteRowResponse\"\x93\x01\x82\xd3\xe4\x93\x02H\"C/v2/{tabl\ + e_name=projects/*/instances/*/tables/*}:readModifyWriteRow:\x01*\xdaA\ + \x18table_name,row_key,rules\xdaA'table_name,row_key,rules,app_profile_i\ + d\x1a\xdb\x02\xcaA\x17bigtable.googleapis.com\xd2A\xbd\x02https://www.go\ + ogleapis.com/auth/bigtable.data,https://www.googleapis.com/auth/bigtable\ + .data.readonly,https://www.googleapis.com/auth/cloud-bigtable.data,https\ + ://www.googleapis.com/auth/cloud-bigtable.data.readonly,https://www.goog\ + leapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-pla\ + tform.read-onlyB\xf5\x01\n\x16com.google.bigtable.v2B\rBigtableProtoP\ + \x01Z:google.golang.org/genproto/googleapis/bigtable/v2;bigtable\xaa\x02\ + \x18Google.Cloud.Bigtable.V2\xca\x02\x18Google\\Cloud\\Bigtable\\V2\xeaA\ + W\n\x1dbigtable.googleapis.com/Table\x126projects/{project}/instances/{i\ + nstance}/tables/{table}J\x93\x86\x01\n\x07\x12\x05\x0e\0\xbb\x03\x01\n\ + \xbd\x04\n\x01\x0c\x12\x03\x0e\0\x122\xb2\x04\x20Copyright\x202019\x20Go\ + ogle\x20LLC.\n\n\x20Licensed\x20under\x20the\x20Apache\x20License,\x20Ve\ + rsion\x202.0\x20(the\x20\"License\");\n\x20you\x20may\x20not\x20use\x20t\ + his\x20file\x20except\x20in\x20compliance\x20with\x20the\x20License.\n\ + \x20You\x20may\x20obtain\x20a\x20copy\x20of\x20the\x20License\x20at\n\n\ + \x20\x20\x20\x20\x20http://www.apache.org/licenses/LICENSE-2.0\n\n\x20Un\ + less\x20required\x20by\x20applicable\x20law\x20or\x20agreed\x20to\x20in\ + \x20writing,\x20software\n\x20distributed\x20under\x20the\x20License\x20\ + is\x20distributed\x20on\x20an\x20\"AS\x20IS\"\x20BASIS,\n\x20WITHOUT\x20\ + WARRANTIES\x20OR\x20CONDITIONS\x20OF\x20ANY\x20KIND,\x20either\x20expres\ + s\x20or\x20implied.\n\x20See\x20the\x20License\x20for\x20the\x20specific\ + \x20language\x20governing\x20permissions\x20and\n\x20limitations\x20unde\ + r\x20the\x20License.\n\n\x08\n\x01\x02\x12\x03\x10\0\x1b\n\t\n\x02\x03\0\ + \x12\x03\x12\0&\n\t\n\x02\x03\x01\x12\x03\x13\0!\n\t\n\x02\x03\x02\x12\ + \x03\x14\0)\n\t\n\x02\x03\x03\x12\x03\x15\0#\n\t\n\x02\x03\x04\x12\x03\ + \x16\0'\n\t\n\x02\x03\x05\x12\x03\x17\0(\n\t\n\x02\x03\x06\x12\x03\x18\0\ + !\n\x08\n\x01\x08\x12\x03\x1a\05\n\t\n\x02\x08%\x12\x03\x1a\05\n\x08\n\ + \x01\x08\x12\x03\x1b\0Q\n\t\n\x02\x08\x0b\x12\x03\x1b\0Q\n\x08\n\x01\x08\ + \x12\x03\x1c\0\"\n\t\n\x02\x08\n\x12\x03\x1c\0\"\n\x08\n\x01\x08\x12\x03\ + \x1d\0.\n\t\n\x02\x08\x08\x12\x03\x1d\0.\n\x08\n\x01\x08\x12\x03\x1e\0/\ + \n\t\n\x02\x08\x01\x12\x03\x1e\0/\n\x08\n\x01\x08\x12\x03\x1f\05\n\t\n\ + \x02\x08)\x12\x03\x1f\05\n\t\n\x01\x08\x12\x04\x20\0#\x02\n\x0c\n\x04\ + \x08\x9d\x08\0\x12\x04\x20\0#\x02\nO\n\x02\x06\0\x12\x04&\0x\x01\x1aC\ + \x20Service\x20for\x20reading\x20from\x20and\x20writing\x20to\x20existin\ + g\x20Bigtable\x20tables.\n\n\n\n\x03\x06\0\x01\x12\x03&\x08\x10\n\n\n\ + \x03\x06\0\x03\x12\x03'\x02?\n\x0c\n\x05\x06\0\x03\x99\x08\x12\x03'\x02?\ + \n\x0b\n\x03\x06\0\x03\x12\x04(\x02.A\n\r\n\x05\x06\0\x03\x9a\x08\x12\ + \x04(\x02.A\n\xc1\x02\n\x04\x06\0\x02\0\x12\x045\x02<\x03\x1a\xb2\x02\ + \x20Streams\x20back\x20the\x20contents\x20of\x20all\x20requested\x20rows\ + \x20in\x20key\x20order,\x20optionally\n\x20applying\x20the\x20same\x20Re\ + ader\x20filter\x20to\x20each.\x20Depending\x20on\x20their\x20size,\n\x20\ + rows\x20and\x20cells\x20may\x20be\x20broken\x20up\x20across\x20multiple\ + \x20responses,\x20but\n\x20atomicity\x20of\x20each\x20row\x20will\x20sti\ + ll\x20be\x20preserved.\x20See\x20the\n\x20ReadRowsResponse\x20documentat\ + ion\x20for\x20details.\n\n\x0c\n\x05\x06\0\x02\0\x01\x12\x035\x06\x0e\n\ + \x0c\n\x05\x06\0\x02\0\x02\x12\x035\x0f\x1e\n\x0c\n\x05\x06\0\x02\0\x06\ + \x12\x035)/\n\x0c\n\x05\x06\0\x02\0\x03\x12\x0350@\n\r\n\x05\x06\0\x02\0\ + \x04\x12\x046\x049\x06\n\x11\n\t\x06\0\x02\0\x04\xb0\xca\xbc\"\x12\x046\ + \x049\x06\n\x0c\n\x05\x06\0\x02\0\x04\x12\x03:\x048\n\x0f\n\x08\x06\0\ + \x02\0\x04\x9b\x08\0\x12\x03:\x048\n\x0c\n\x05\x06\0\x02\0\x04\x12\x03;\ + \x04G\n\x0f\n\x08\x06\0\x02\0\x04\x9b\x08\x01\x12\x03;\x04G\n\xed\x01\n\ + \x04\x06\0\x02\x01\x12\x04B\x02H\x03\x1a\xde\x01\x20Returns\x20a\x20samp\ + le\x20of\x20row\x20keys\x20in\x20the\x20table.\x20The\x20returned\x20row\ + \x20keys\x20will\n\x20delimit\x20contiguous\x20sections\x20of\x20the\x20\ + table\x20of\x20approximately\x20equal\x20size,\n\x20which\x20can\x20be\ + \x20used\x20to\x20break\x20up\x20the\x20data\x20for\x20distributed\x20ta\ + sks\x20like\n\x20mapreduces.\n\n\x0c\n\x05\x06\0\x02\x01\x01\x12\x03B\ + \x06\x13\n\x0c\n\x05\x06\0\x02\x01\x02\x12\x03B\x14(\n\x0c\n\x05\x06\0\ + \x02\x01\x06\x12\x03B39\n\x0c\n\x05\x06\0\x02\x01\x03\x12\x03B:O\n\r\n\ + \x05\x06\0\x02\x01\x04\x12\x04C\x04E\x06\n\x11\n\t\x06\0\x02\x01\x04\xb0\ + \xca\xbc\"\x12\x04C\x04E\x06\n\x0c\n\x05\x06\0\x02\x01\x04\x12\x03F\x048\ + \n\x0f\n\x08\x06\0\x02\x01\x04\x9b\x08\0\x12\x03F\x048\n\x0c\n\x05\x06\0\ + \x02\x01\x04\x12\x03G\x04G\n\x0f\n\x08\x06\0\x02\x01\x04\x9b\x08\x01\x12\ + \x03G\x04G\n\x87\x01\n\x04\x06\0\x02\x02\x12\x04L\x02S\x03\x1ay\x20Mutat\ + es\x20a\x20row\x20atomically.\x20Cells\x20already\x20present\x20in\x20th\ + e\x20row\x20are\x20left\n\x20unchanged\x20unless\x20explicitly\x20change\ + d\x20by\x20`mutation`.\n\n\x0c\n\x05\x06\0\x02\x02\x01\x12\x03L\x06\x0f\ + \n\x0c\n\x05\x06\0\x02\x02\x02\x12\x03L\x10\x20\n\x0c\n\x05\x06\0\x02\ + \x02\x03\x12\x03L+<\n\r\n\x05\x06\0\x02\x02\x04\x12\x04M\x04P\x06\n\x11\ + \n\t\x06\0\x02\x02\x04\xb0\xca\xbc\"\x12\x04M\x04P\x06\n\x0c\n\x05\x06\0\ + \x02\x02\x04\x12\x03Q\x04J\n\x0f\n\x08\x06\0\x02\x02\x04\x9b\x08\0\x12\ + \x03Q\x04J\n\x0c\n\x05\x06\0\x02\x02\x04\x12\x03R\x04Y\n\x0f\n\x08\x06\0\ + \x02\x02\x04\x9b\x08\x01\x12\x03R\x04Y\n\xa0\x01\n\x04\x06\0\x02\x03\x12\ + \x04X\x02_\x03\x1a\x91\x01\x20Mutates\x20multiple\x20rows\x20in\x20a\x20\ + batch.\x20Each\x20individual\x20row\x20is\x20mutated\n\x20atomically\x20\ + as\x20in\x20MutateRow,\x20but\x20the\x20entire\x20batch\x20is\x20not\x20\ + executed\n\x20atomically.\n\n\x0c\n\x05\x06\0\x02\x03\x01\x12\x03X\x06\ + \x10\n\x0c\n\x05\x06\0\x02\x03\x02\x12\x03X\x11\"\n\x0c\n\x05\x06\0\x02\ + \x03\x06\x12\x03X-3\n\x0c\n\x05\x06\0\x02\x03\x03\x12\x03X4F\n\r\n\x05\ + \x06\0\x02\x03\x04\x12\x04Y\x04\\\x06\n\x11\n\t\x06\0\x02\x03\x04\xb0\ + \xca\xbc\"\x12\x04Y\x04\\\x06\n\x0c\n\x05\x06\0\x02\x03\x04\x12\x03]\x04\ + @\n\x0f\n\x08\x06\0\x02\x03\x04\x9b\x08\0\x12\x03]\x04@\n\x0c\n\x05\x06\ + \0\x02\x03\x04\x12\x03^\x04O\n\x0f\n\x08\x06\0\x02\x03\x04\x9b\x08\x01\ + \x12\x03^\x04O\nZ\n\x04\x06\0\x02\x04\x12\x04b\x02i\x03\x1aL\x20Mutates\ + \x20a\x20row\x20atomically\x20based\x20on\x20the\x20output\x20of\x20a\ + \x20predicate\x20Reader\x20filter.\n\n\x0c\n\x05\x06\0\x02\x04\x01\x12\ + \x03b\x06\x17\n\x0c\n\x05\x06\0\x02\x04\x02\x12\x03b\x180\n\x0c\n\x05\ + \x06\0\x02\x04\x03\x12\x03b;T\n\r\n\x05\x06\0\x02\x04\x04\x12\x04c\x04f\ + \x06\n\x11\n\t\x06\0\x02\x04\x04\xb0\xca\xbc\"\x12\x04c\x04f\x06\n\x0c\n\ + \x05\x06\0\x02\x04\x04\x12\x03g\x04p\n\x0f\n\x08\x06\0\x02\x04\x04\x9b\ + \x08\0\x12\x03g\x04p\n\x0c\n\x05\x06\0\x02\x04\x04\x12\x03h\x04\x7f\n\ + \x0f\n\x08\x06\0\x02\x04\x04\x9b\x08\x01\x12\x03h\x04\x7f\n\xf6\x02\n\ + \x04\x06\0\x02\x05\x12\x04p\x02w\x03\x1a\xe7\x02\x20Modifies\x20a\x20row\ + \x20atomically\x20on\x20the\x20server.\x20The\x20method\x20reads\x20the\ + \x20latest\n\x20existing\x20timestamp\x20and\x20value\x20from\x20the\x20\ + specified\x20columns\x20and\x20writes\x20a\x20new\n\x20entry\x20based\ + \x20on\x20pre-defined\x20read/modify/write\x20rules.\x20The\x20new\x20va\ + lue\x20for\x20the\n\x20timestamp\x20is\x20the\x20greater\x20of\x20the\ + \x20existing\x20timestamp\x20or\x20the\x20current\x20server\n\x20time.\ + \x20The\x20method\x20returns\x20the\x20new\x20contents\x20of\x20all\x20m\ + odified\x20cells.\n\n\x0c\n\x05\x06\0\x02\x05\x01\x12\x03p\x06\x18\n\x0c\ + \n\x05\x06\0\x02\x05\x02\x12\x03p\x192\n\x0c\n\x05\x06\0\x02\x05\x03\x12\ + \x03p=W\n\r\n\x05\x06\0\x02\x05\x04\x12\x04q\x04t\x06\n\x11\n\t\x06\0\ + \x02\x05\x04\xb0\xca\xbc\"\x12\x04q\x04t\x06\n\x0c\n\x05\x06\0\x02\x05\ + \x04\x12\x03u\x04F\n\x0f\n\x08\x06\0\x02\x05\x04\x9b\x08\0\x12\x03u\x04F\ + \n\x0c\n\x05\x06\0\x02\x05\x04\x12\x03v\x04U\n\x0f\n\x08\x06\0\x02\x05\ + \x04\x9b\x08\x01\x12\x03v\x04U\n5\n\x02\x04\0\x12\x05{\0\x94\x01\x01\x1a\ + (\x20Request\x20message\x20for\x20Bigtable.ReadRows.\n\n\n\n\x03\x04\0\ + \x01\x12\x03{\x08\x17\n\x9f\x01\n\x04\x04\0\x02\0\x12\x05\x7f\x02\x84\ + \x01\x04\x1a\x8f\x01\x20Required.\x20The\x20unique\x20name\x20of\x20the\ + \x20table\x20from\x20which\x20to\x20read.\n\x20Values\x20are\x20of\x20th\ + e\x20form\n\x20`projects//instances//tables/`.\ + \n\n\r\n\x05\x04\0\x02\0\x04\x12\x04\x7f\x02{\x19\n\x0c\n\x05\x04\0\x02\ + \0\x05\x12\x03\x7f\x02\x08\n\x0c\n\x05\x04\0\x02\0\x01\x12\x03\x7f\t\x13\ + \n\x0c\n\x05\x04\0\x02\0\x03\x12\x03\x7f\x16\x17\n\x0e\n\x05\x04\0\x02\0\ + \x08\x12\x05\x7f\x18\x84\x01\x03\n\x10\n\x08\x04\0\x02\0\x08\x9c\x08\0\ + \x12\x04\x80\x01\x04*\n\x11\n\x07\x04\0\x02\0\x08\x9f\x08\x12\x06\x81\ + \x01\x04\x83\x01\x05\n\x80\x01\n\x04\x04\0\x02\x01\x12\x04\x88\x01\x02\ + \x1c\x1ar\x20This\x20value\x20specifies\x20routing\x20for\x20replication\ + .\x20If\x20not\x20specified,\x20the\n\x20\"default\"\x20application\x20p\ + rofile\x20will\x20be\x20used.\n\n\x0f\n\x05\x04\0\x02\x01\x04\x12\x06\ + \x88\x01\x02\x84\x01\x04\n\r\n\x05\x04\0\x02\x01\x05\x12\x04\x88\x01\x02\ + \x08\n\r\n\x05\x04\0\x02\x01\x01\x12\x04\x88\x01\t\x17\n\r\n\x05\x04\0\ + \x02\x01\x03\x12\x04\x88\x01\x1a\x1b\nZ\n\x04\x04\0\x02\x02\x12\x04\x8b\ + \x01\x02\x12\x1aL\x20The\x20row\x20keys\x20and/or\x20ranges\x20to\x20rea\ + d.\x20If\x20not\x20specified,\x20reads\x20from\x20all\x20rows.\n\n\x0f\n\ + \x05\x04\0\x02\x02\x04\x12\x06\x8b\x01\x02\x88\x01\x1c\n\r\n\x05\x04\0\ + \x02\x02\x06\x12\x04\x8b\x01\x02\x08\n\r\n\x05\x04\0\x02\x02\x01\x12\x04\ + \x8b\x01\t\r\n\r\n\x05\x04\0\x02\x02\x03\x12\x04\x8b\x01\x10\x11\nw\n\ + \x04\x04\0\x02\x03\x12\x04\x8f\x01\x02\x17\x1ai\x20The\x20filter\x20to\ + \x20apply\x20to\x20the\x20contents\x20of\x20the\x20specified\x20row(s).\ + \x20If\x20unset,\n\x20reads\x20the\x20entirety\x20of\x20each\x20row.\n\n\ + \x0f\n\x05\x04\0\x02\x03\x04\x12\x06\x8f\x01\x02\x8b\x01\x12\n\r\n\x05\ + \x04\0\x02\x03\x06\x12\x04\x8f\x01\x02\x0b\n\r\n\x05\x04\0\x02\x03\x01\ + \x12\x04\x8f\x01\x0c\x12\n\r\n\x05\x04\0\x02\x03\x03\x12\x04\x8f\x01\x15\ + \x16\n\x83\x01\n\x04\x04\0\x02\x04\x12\x04\x93\x01\x02\x17\x1au\x20The\ + \x20read\x20will\x20terminate\x20after\x20committing\x20to\x20N\x20rows'\ + \x20worth\x20of\x20results.\x20The\n\x20default\x20(zero)\x20is\x20to\ + \x20return\x20all\x20results.\n\n\x0f\n\x05\x04\0\x02\x04\x04\x12\x06\ + \x93\x01\x02\x8f\x01\x17\n\r\n\x05\x04\0\x02\x04\x05\x12\x04\x93\x01\x02\ + \x07\n\r\n\x05\x04\0\x02\x04\x01\x12\x04\x93\x01\x08\x12\n\r\n\x05\x04\0\ + \x02\x04\x03\x12\x04\x93\x01\x15\x16\n7\n\x02\x04\x01\x12\x06\x97\x01\0\ + \xe6\x01\x01\x1a)\x20Response\x20message\x20for\x20Bigtable.ReadRows.\n\ + \n\x0b\n\x03\x04\x01\x01\x12\x04\x97\x01\x08\x18\nf\n\x04\x04\x01\x03\0\ + \x12\x06\x9a\x01\x02\xd9\x01\x03\x1aV\x20Specifies\x20a\x20piece\x20of\ + \x20a\x20row's\x20contents\x20returned\x20as\x20part\x20of\x20the\x20rea\ + d\n\x20response\x20stream.\n\n\r\n\x05\x04\x01\x03\0\x01\x12\x04\x9a\x01\ + \n\x13\n\xd7\x02\n\x06\x04\x01\x03\0\x02\0\x12\x04\xa2\x01\x04\x16\x1a\ + \xc6\x02\x20The\x20row\x20key\x20for\x20this\x20chunk\x20of\x20data.\x20\ + \x20If\x20the\x20row\x20key\x20is\x20empty,\n\x20this\x20CellChunk\x20is\ + \x20a\x20continuation\x20of\x20the\x20same\x20row\x20as\x20the\x20previo\ + us\n\x20CellChunk\x20in\x20the\x20response\x20stream,\x20even\x20if\x20t\ + hat\x20CellChunk\x20was\x20in\x20a\n\x20previous\x20ReadRowsResponse\x20\ + message.\n\n\x20Classified\x20as\x20IDENTIFYING_ID\x20to\x20provide\x20c\ + ontext\x20around\x20data\x20accesses\x20for\n\x20auditing\x20systems.\n\ + \n\x11\n\x07\x04\x01\x03\0\x02\0\x04\x12\x06\xa2\x01\x04\x9a\x01\x15\n\ + \x0f\n\x07\x04\x01\x03\0\x02\0\x05\x12\x04\xa2\x01\x04\t\n\x0f\n\x07\x04\ + \x01\x03\0\x02\0\x01\x12\x04\xa2\x01\n\x11\n\x0f\n\x07\x04\x01\x03\0\x02\ + \0\x03\x12\x04\xa2\x01\x14\x15\n\xf3\x02\n\x06\x04\x01\x03\0\x02\x01\x12\ + \x04\xaa\x01\x040\x1a\xe2\x02\x20The\x20column\x20family\x20name\x20for\ + \x20this\x20chunk\x20of\x20data.\x20\x20If\x20this\x20message\n\x20is\ + \x20not\x20present\x20this\x20CellChunk\x20is\x20a\x20continuation\x20of\ + \x20the\x20same\x20column\n\x20family\x20as\x20the\x20previous\x20CellCh\ + unk.\x20\x20The\x20empty\x20string\x20can\x20occur\x20as\x20a\n\x20colum\ + n\x20family\x20name\x20in\x20a\x20response\x20so\x20clients\x20must\x20c\ + heck\n\x20explicitly\x20for\x20the\x20presence\x20of\x20this\x20message,\ + \x20not\x20just\x20for\n\x20`family_name.value`\x20being\x20non-empty.\n\ + \n\x11\n\x07\x04\x01\x03\0\x02\x01\x04\x12\x06\xaa\x01\x04\xa2\x01\x16\n\ + \x0f\n\x07\x04\x01\x03\0\x02\x01\x06\x12\x04\xaa\x01\x04\x1f\n\x0f\n\x07\ + \x04\x01\x03\0\x02\x01\x01\x12\x04\xaa\x01\x20+\n\x0f\n\x07\x04\x01\x03\ + \0\x02\x01\x03\x12\x04\xaa\x01./\n\xbb\x02\n\x06\x04\x01\x03\0\x02\x02\ + \x12\x04\xb1\x01\x04-\x1a\xaa\x02\x20The\x20column\x20qualifier\x20for\ + \x20this\x20chunk\x20of\x20data.\x20\x20If\x20this\x20message\n\x20is\ + \x20not\x20present,\x20this\x20CellChunk\x20is\x20a\x20continuation\x20o\ + f\x20the\x20same\x20column\n\x20as\x20the\x20previous\x20CellChunk.\x20\ + \x20Column\x20qualifiers\x20may\x20be\x20empty\x20so\n\x20clients\x20mus\ + t\x20check\x20for\x20the\x20presence\x20of\x20this\x20message,\x20not\ + \x20just\n\x20for\x20`qualifier.value`\x20being\x20non-empty.\n\n\x11\n\ + \x07\x04\x01\x03\0\x02\x02\x04\x12\x06\xb1\x01\x04\xaa\x010\n\x0f\n\x07\ + \x04\x01\x03\0\x02\x02\x06\x12\x04\xb1\x01\x04\x1e\n\x0f\n\x07\x04\x01\ + \x03\0\x02\x02\x01\x12\x04\xb1\x01\x1f(\n\x0f\n\x07\x04\x01\x03\0\x02\ + \x02\x03\x12\x04\xb1\x01+,\n\xdd\x03\n\x06\x04\x01\x03\0\x02\x03\x12\x04\ + \xbb\x01\x04\x1f\x1a\xcc\x03\x20The\x20cell's\x20stored\x20timestamp,\ + \x20which\x20also\x20uniquely\x20identifies\x20it\n\x20within\x20its\x20\ + column.\x20\x20Values\x20are\x20always\x20expressed\x20in\n\x20microseco\ + nds,\x20but\x20individual\x20tables\x20may\x20set\x20a\x20coarser\n\x20g\ + ranularity\x20to\x20further\x20restrict\x20the\x20allowed\x20values.\x20\ + For\n\x20example,\x20a\x20table\x20which\x20specifies\x20millisecond\x20\ + granularity\x20will\n\x20only\x20allow\x20values\x20of\x20`timestamp_mic\ + ros`\x20which\x20are\x20multiples\x20of\n\x201000.\x20\x20Timestamps\x20\ + are\x20only\x20set\x20in\x20the\x20first\x20CellChunk\x20per\x20cell\n\ + \x20(for\x20cells\x20split\x20into\x20multiple\x20chunks).\n\n\x11\n\x07\ + \x04\x01\x03\0\x02\x03\x04\x12\x06\xbb\x01\x04\xb1\x01-\n\x0f\n\x07\x04\ + \x01\x03\0\x02\x03\x05\x12\x04\xbb\x01\x04\t\n\x0f\n\x07\x04\x01\x03\0\ + \x02\x03\x01\x12\x04\xbb\x01\n\x1a\n\x0f\n\x07\x04\x01\x03\0\x02\x03\x03\ + \x12\x04\xbb\x01\x1d\x1e\n\x95\x01\n\x06\x04\x01\x03\0\x02\x04\x12\x04\ + \xc0\x01\x04\x1f\x1a\x84\x01\x20Labels\x20applied\x20to\x20the\x20cell\ + \x20by\x20a\n\x20[RowFilter][google.bigtable.v2.RowFilter].\x20\x20Label\ + s\x20are\x20only\x20set\n\x20on\x20the\x20first\x20CellChunk\x20per\x20c\ + ell.\n\n\x0f\n\x07\x04\x01\x03\0\x02\x04\x04\x12\x04\xc0\x01\x04\x0c\n\ + \x0f\n\x07\x04\x01\x03\0\x02\x04\x05\x12\x04\xc0\x01\r\x13\n\x0f\n\x07\ + \x04\x01\x03\0\x02\x04\x01\x12\x04\xc0\x01\x14\x1a\n\x0f\n\x07\x04\x01\ + \x03\0\x02\x04\x03\x12\x04\xc0\x01\x1d\x1e\n\xbf\x02\n\x06\x04\x01\x03\0\ + \x02\x05\x12\x04\xc7\x01\x04\x14\x1a\xae\x02\x20The\x20value\x20stored\ + \x20in\x20the\x20cell.\x20\x20Cell\x20values\x20can\x20be\x20split\x20ac\ + ross\n\x20multiple\x20CellChunks.\x20\x20In\x20that\x20case\x20only\x20t\ + he\x20value\x20field\x20will\x20be\n\x20set\x20in\x20CellChunks\x20after\ + \x20the\x20first:\x20the\x20timestamp\x20and\x20labels\n\x20will\x20only\ + \x20be\x20present\x20in\x20the\x20first\x20CellChunk,\x20even\x20if\x20t\ + he\x20first\n\x20CellChunk\x20came\x20in\x20a\x20previous\x20ReadRowsRes\ + ponse.\n\n\x11\n\x07\x04\x01\x03\0\x02\x05\x04\x12\x06\xc7\x01\x04\xc0\ + \x01\x1f\n\x0f\n\x07\x04\x01\x03\0\x02\x05\x05\x12\x04\xc7\x01\x04\t\n\ + \x0f\n\x07\x04\x01\x03\0\x02\x05\x01\x12\x04\xc7\x01\n\x0f\n\x0f\n\x07\ + \x04\x01\x03\0\x02\x05\x03\x12\x04\xc7\x01\x12\x13\n\x85\x02\n\x06\x04\ + \x01\x03\0\x02\x06\x12\x04\xcd\x01\x04\x19\x1a\xf4\x01\x20If\x20this\x20\ + CellChunk\x20is\x20part\x20of\x20a\x20chunked\x20cell\x20value\x20and\ + \x20this\x20is\n\x20not\x20the\x20final\x20chunk\x20of\x20that\x20cell,\ + \x20value_size\x20will\x20be\x20set\x20to\x20the\n\x20total\x20length\ + \x20of\x20the\x20cell\x20value.\x20\x20The\x20client\x20can\x20use\x20th\ + is\x20size\n\x20to\x20pre-allocate\x20memory\x20to\x20hold\x20the\x20ful\ + l\x20cell\x20value.\n\n\x11\n\x07\x04\x01\x03\0\x02\x06\x04\x12\x06\xcd\ + \x01\x04\xc7\x01\x14\n\x0f\n\x07\x04\x01\x03\0\x02\x06\x05\x12\x04\xcd\ + \x01\x04\t\n\x0f\n\x07\x04\x01\x03\0\x02\x06\x01\x12\x04\xcd\x01\n\x14\n\ + \x0f\n\x07\x04\x01\x03\0\x02\x06\x03\x12\x04\xcd\x01\x17\x18\nR\n\x06\ + \x04\x01\x03\0\x08\0\x12\x06\xd0\x01\x04\xd8\x01\x05\x1a@\x20Signals\x20\ + to\x20the\x20client\x20concerning\x20previous\x20CellChunks\x20received.\ + \n\n\x0f\n\x07\x04\x01\x03\0\x08\0\x01\x12\x04\xd0\x01\n\x14\n\x85\x01\n\ + \x06\x04\x01\x03\0\x02\x07\x12\x04\xd3\x01\x06\x19\x1au\x20Indicates\x20\ + that\x20the\x20client\x20should\x20drop\x20all\x20previous\x20chunks\x20\ + for\n\x20`row_key`,\x20as\x20it\x20will\x20be\x20re-read\x20from\x20the\ + \x20beginning.\n\n\x0f\n\x07\x04\x01\x03\0\x02\x07\x05\x12\x04\xd3\x01\ + \x06\n\n\x0f\n\x07\x04\x01\x03\0\x02\x07\x01\x12\x04\xd3\x01\x0b\x14\n\ + \x0f\n\x07\x04\x01\x03\0\x02\x07\x03\x12\x04\xd3\x01\x17\x18\n\x83\x01\n\ + \x06\x04\x01\x03\0\x02\x08\x12\x04\xd7\x01\x06\x1a\x1as\x20Indicates\x20\ + that\x20the\x20client\x20can\x20safely\x20process\x20all\x20previous\x20\ + chunks\x20for\n\x20`row_key`,\x20as\x20its\x20data\x20has\x20been\x20ful\ + ly\x20read.\n\n\x0f\n\x07\x04\x01\x03\0\x02\x08\x05\x12\x04\xd7\x01\x06\ + \n\n\x0f\n\x07\x04\x01\x03\0\x02\x08\x01\x12\x04\xd7\x01\x0b\x15\n\x0f\n\ + \x07\x04\x01\x03\0\x02\x08\x03\x12\x04\xd7\x01\x18\x19\nM\n\x04\x04\x01\ + \x02\0\x12\x04\xdc\x01\x02\x20\x1a?\x20A\x20collection\x20of\x20a\x20row\ + 's\x20contents\x20as\x20part\x20of\x20the\x20read\x20request.\n\n\r\n\ + \x05\x04\x01\x02\0\x04\x12\x04\xdc\x01\x02\n\n\r\n\x05\x04\x01\x02\0\x06\ + \x12\x04\xdc\x01\x0b\x14\n\r\n\x05\x04\x01\x02\0\x01\x12\x04\xdc\x01\x15\ + \x1b\n\r\n\x05\x04\x01\x02\0\x03\x12\x04\xdc\x01\x1e\x1f\n\xc5\x03\n\x04\ + \x04\x01\x02\x01\x12\x04\xe5\x01\x02!\x1a\xb6\x03\x20Optionally\x20the\ + \x20server\x20might\x20return\x20the\x20row\x20key\x20of\x20the\x20last\ + \x20row\x20it\n\x20has\x20scanned.\x20\x20The\x20client\x20can\x20use\ + \x20this\x20to\x20construct\x20a\x20more\n\x20efficient\x20retry\x20requ\ + est\x20if\x20needed:\x20any\x20row\x20keys\x20or\x20portions\x20of\n\x20\ + ranges\x20less\x20than\x20this\x20row\x20key\x20can\x20be\x20dropped\x20\ + from\x20the\x20request.\n\x20This\x20is\x20primarily\x20useful\x20for\ + \x20cases\x20where\x20the\x20server\x20has\x20read\x20a\n\x20lot\x20of\ + \x20data\x20that\x20was\x20filtered\x20out\x20since\x20the\x20last\x20co\ + mmitted\x20row\n\x20key,\x20allowing\x20the\x20client\x20to\x20skip\x20t\ + hat\x20work\x20on\x20a\x20retry.\n\n\x0f\n\x05\x04\x01\x02\x01\x04\x12\ + \x06\xe5\x01\x02\xdc\x01\x20\n\r\n\x05\x04\x01\x02\x01\x05\x12\x04\xe5\ + \x01\x02\x07\n\r\n\x05\x04\x01\x02\x01\x01\x12\x04\xe5\x01\x08\x1c\n\r\n\ + \x05\x04\x01\x02\x01\x03\x12\x04\xe5\x01\x1f\x20\n;\n\x02\x04\x02\x12\ + \x06\xe9\x01\0\xf7\x01\x01\x1a-\x20Request\x20message\x20for\x20Bigtable\ + .SampleRowKeys.\n\n\x0b\n\x03\x04\x02\x01\x12\x04\xe9\x01\x08\x1c\n\xab\ + \x01\n\x04\x04\x02\x02\0\x12\x06\xed\x01\x02\xf2\x01\x04\x1a\x9a\x01\x20\ Required.\x20The\x20unique\x20name\x20of\x20the\x20table\x20from\x20whic\ - h\x20to\x20read.\n\x20Values\x20are\x20of\x20the\x20form\n\x20`projects/\ - /instances//tables/
`.\n\n\r\n\x05\x04\0\x02\0\ - \x04\x12\x04\x7f\x02{\x19\n\x0c\n\x05\x04\0\x02\0\x05\x12\x03\x7f\x02\ - \x08\n\x0c\n\x05\x04\0\x02\0\x01\x12\x03\x7f\t\x13\n\x0c\n\x05\x04\0\x02\ - \0\x03\x12\x03\x7f\x16\x17\n\x0e\n\x05\x04\0\x02\0\x08\x12\x05\x7f\x18\ - \x84\x01\x03\n\x10\n\x08\x04\0\x02\0\x08\x9c\x08\0\x12\x04\x80\x01\x04*\ - \n\x11\n\x07\x04\0\x02\0\x08\x9f\x08\x12\x06\x81\x01\x04\x83\x01\x05\n\ - \x80\x01\n\x04\x04\0\x02\x01\x12\x04\x88\x01\x02\x1c\x1ar\x20This\x20val\ - ue\x20specifies\x20routing\x20for\x20replication.\x20If\x20not\x20specif\ - ied,\x20the\n\x20\"default\"\x20application\x20profile\x20will\x20be\x20\ - used.\n\n\x0f\n\x05\x04\0\x02\x01\x04\x12\x06\x88\x01\x02\x84\x01\x04\n\ - \r\n\x05\x04\0\x02\x01\x05\x12\x04\x88\x01\x02\x08\n\r\n\x05\x04\0\x02\ - \x01\x01\x12\x04\x88\x01\t\x17\n\r\n\x05\x04\0\x02\x01\x03\x12\x04\x88\ - \x01\x1a\x1b\nZ\n\x04\x04\0\x02\x02\x12\x04\x8b\x01\x02\x12\x1aL\x20The\ - \x20row\x20keys\x20and/or\x20ranges\x20to\x20read.\x20If\x20not\x20speci\ - fied,\x20reads\x20from\x20all\x20rows.\n\n\x0f\n\x05\x04\0\x02\x02\x04\ - \x12\x06\x8b\x01\x02\x88\x01\x1c\n\r\n\x05\x04\0\x02\x02\x06\x12\x04\x8b\ - \x01\x02\x08\n\r\n\x05\x04\0\x02\x02\x01\x12\x04\x8b\x01\t\r\n\r\n\x05\ - \x04\0\x02\x02\x03\x12\x04\x8b\x01\x10\x11\nw\n\x04\x04\0\x02\x03\x12\ - \x04\x8f\x01\x02\x17\x1ai\x20The\x20filter\x20to\x20apply\x20to\x20the\ - \x20contents\x20of\x20the\x20specified\x20row(s).\x20If\x20unset,\n\x20r\ - eads\x20the\x20entirety\x20of\x20each\x20row.\n\n\x0f\n\x05\x04\0\x02\ - \x03\x04\x12\x06\x8f\x01\x02\x8b\x01\x12\n\r\n\x05\x04\0\x02\x03\x06\x12\ - \x04\x8f\x01\x02\x0b\n\r\n\x05\x04\0\x02\x03\x01\x12\x04\x8f\x01\x0c\x12\ - \n\r\n\x05\x04\0\x02\x03\x03\x12\x04\x8f\x01\x15\x16\n\x83\x01\n\x04\x04\ - \0\x02\x04\x12\x04\x93\x01\x02\x17\x1au\x20The\x20read\x20will\x20termin\ - ate\x20after\x20committing\x20to\x20N\x20rows'\x20worth\x20of\x20results\ - .\x20The\n\x20default\x20(zero)\x20is\x20to\x20return\x20all\x20results.\ - \n\n\x0f\n\x05\x04\0\x02\x04\x04\x12\x06\x93\x01\x02\x8f\x01\x17\n\r\n\ - \x05\x04\0\x02\x04\x05\x12\x04\x93\x01\x02\x07\n\r\n\x05\x04\0\x02\x04\ - \x01\x12\x04\x93\x01\x08\x12\n\r\n\x05\x04\0\x02\x04\x03\x12\x04\x93\x01\ - \x15\x16\n7\n\x02\x04\x01\x12\x06\x97\x01\0\xe6\x01\x01\x1a)\x20Response\ - \x20message\x20for\x20Bigtable.ReadRows.\n\n\x0b\n\x03\x04\x01\x01\x12\ - \x04\x97\x01\x08\x18\nf\n\x04\x04\x01\x03\0\x12\x06\x9a\x01\x02\xd9\x01\ - \x03\x1aV\x20Specifies\x20a\x20piece\x20of\x20a\x20row's\x20contents\x20\ - returned\x20as\x20part\x20of\x20the\x20read\n\x20response\x20stream.\n\n\ - \r\n\x05\x04\x01\x03\0\x01\x12\x04\x9a\x01\n\x13\n\xd7\x02\n\x06\x04\x01\ - \x03\0\x02\0\x12\x04\xa2\x01\x04\x16\x1a\xc6\x02\x20The\x20row\x20key\ - \x20for\x20this\x20chunk\x20of\x20data.\x20\x20If\x20the\x20row\x20key\ - \x20is\x20empty,\n\x20this\x20CellChunk\x20is\x20a\x20continuation\x20of\ - \x20the\x20same\x20row\x20as\x20the\x20previous\n\x20CellChunk\x20in\x20\ - the\x20response\x20stream,\x20even\x20if\x20that\x20CellChunk\x20was\x20\ - in\x20a\n\x20previous\x20ReadRowsResponse\x20message.\n\n\x20Classified\ - \x20as\x20IDENTIFYING_ID\x20to\x20provide\x20context\x20around\x20data\ - \x20accesses\x20for\n\x20auditing\x20systems.\n\n\x11\n\x07\x04\x01\x03\ - \0\x02\0\x04\x12\x06\xa2\x01\x04\x9a\x01\x15\n\x0f\n\x07\x04\x01\x03\0\ - \x02\0\x05\x12\x04\xa2\x01\x04\t\n\x0f\n\x07\x04\x01\x03\0\x02\0\x01\x12\ - \x04\xa2\x01\n\x11\n\x0f\n\x07\x04\x01\x03\0\x02\0\x03\x12\x04\xa2\x01\ - \x14\x15\n\xf3\x02\n\x06\x04\x01\x03\0\x02\x01\x12\x04\xaa\x01\x040\x1a\ - \xe2\x02\x20The\x20column\x20family\x20name\x20for\x20this\x20chunk\x20o\ - f\x20data.\x20\x20If\x20this\x20message\n\x20is\x20not\x20present\x20thi\ - s\x20CellChunk\x20is\x20a\x20continuation\x20of\x20the\x20same\x20column\ - \n\x20family\x20as\x20the\x20previous\x20CellChunk.\x20\x20The\x20empty\ - \x20string\x20can\x20occur\x20as\x20a\n\x20column\x20family\x20name\x20i\ - n\x20a\x20response\x20so\x20clients\x20must\x20check\n\x20explicitly\x20\ - for\x20the\x20presence\x20of\x20this\x20message,\x20not\x20just\x20for\n\ - \x20`family_name.value`\x20being\x20non-empty.\n\n\x11\n\x07\x04\x01\x03\ - \0\x02\x01\x04\x12\x06\xaa\x01\x04\xa2\x01\x16\n\x0f\n\x07\x04\x01\x03\0\ - \x02\x01\x06\x12\x04\xaa\x01\x04\x1f\n\x0f\n\x07\x04\x01\x03\0\x02\x01\ - \x01\x12\x04\xaa\x01\x20+\n\x0f\n\x07\x04\x01\x03\0\x02\x01\x03\x12\x04\ - \xaa\x01./\n\xbb\x02\n\x06\x04\x01\x03\0\x02\x02\x12\x04\xb1\x01\x04-\ - \x1a\xaa\x02\x20The\x20column\x20qualifier\x20for\x20this\x20chunk\x20of\ - \x20data.\x20\x20If\x20this\x20message\n\x20is\x20not\x20present,\x20thi\ - s\x20CellChunk\x20is\x20a\x20continuation\x20of\x20the\x20same\x20column\ - \n\x20as\x20the\x20previous\x20CellChunk.\x20\x20Column\x20qualifiers\ - \x20may\x20be\x20empty\x20so\n\x20clients\x20must\x20check\x20for\x20the\ - \x20presence\x20of\x20this\x20message,\x20not\x20just\n\x20for\x20`quali\ - fier.value`\x20being\x20non-empty.\n\n\x11\n\x07\x04\x01\x03\0\x02\x02\ - \x04\x12\x06\xb1\x01\x04\xaa\x010\n\x0f\n\x07\x04\x01\x03\0\x02\x02\x06\ - \x12\x04\xb1\x01\x04\x1e\n\x0f\n\x07\x04\x01\x03\0\x02\x02\x01\x12\x04\ - \xb1\x01\x1f(\n\x0f\n\x07\x04\x01\x03\0\x02\x02\x03\x12\x04\xb1\x01+,\n\ - \xdd\x03\n\x06\x04\x01\x03\0\x02\x03\x12\x04\xbb\x01\x04\x1f\x1a\xcc\x03\ - \x20The\x20cell's\x20stored\x20timestamp,\x20which\x20also\x20uniquely\ - \x20identifies\x20it\n\x20within\x20its\x20column.\x20\x20Values\x20are\ - \x20always\x20expressed\x20in\n\x20microseconds,\x20but\x20individual\ - \x20tables\x20may\x20set\x20a\x20coarser\n\x20granularity\x20to\x20furth\ - er\x20restrict\x20the\x20allowed\x20values.\x20For\n\x20example,\x20a\ - \x20table\x20which\x20specifies\x20millisecond\x20granularity\x20will\n\ - \x20only\x20allow\x20values\x20of\x20`timestamp_micros`\x20which\x20are\ - \x20multiples\x20of\n\x201000.\x20\x20Timestamps\x20are\x20only\x20set\ - \x20in\x20the\x20first\x20CellChunk\x20per\x20cell\n\x20(for\x20cells\ - \x20split\x20into\x20multiple\x20chunks).\n\n\x11\n\x07\x04\x01\x03\0\ - \x02\x03\x04\x12\x06\xbb\x01\x04\xb1\x01-\n\x0f\n\x07\x04\x01\x03\0\x02\ - \x03\x05\x12\x04\xbb\x01\x04\t\n\x0f\n\x07\x04\x01\x03\0\x02\x03\x01\x12\ - \x04\xbb\x01\n\x1a\n\x0f\n\x07\x04\x01\x03\0\x02\x03\x03\x12\x04\xbb\x01\ - \x1d\x1e\n\x95\x01\n\x06\x04\x01\x03\0\x02\x04\x12\x04\xc0\x01\x04\x1f\ - \x1a\x84\x01\x20Labels\x20applied\x20to\x20the\x20cell\x20by\x20a\n\x20[\ - RowFilter][google.bigtable.v2.RowFilter].\x20\x20Labels\x20are\x20only\ - \x20set\n\x20on\x20the\x20first\x20CellChunk\x20per\x20cell.\n\n\x0f\n\ - \x07\x04\x01\x03\0\x02\x04\x04\x12\x04\xc0\x01\x04\x0c\n\x0f\n\x07\x04\ - \x01\x03\0\x02\x04\x05\x12\x04\xc0\x01\r\x13\n\x0f\n\x07\x04\x01\x03\0\ - \x02\x04\x01\x12\x04\xc0\x01\x14\x1a\n\x0f\n\x07\x04\x01\x03\0\x02\x04\ - \x03\x12\x04\xc0\x01\x1d\x1e\n\xbf\x02\n\x06\x04\x01\x03\0\x02\x05\x12\ - \x04\xc7\x01\x04\x14\x1a\xae\x02\x20The\x20value\x20stored\x20in\x20the\ - \x20cell.\x20\x20Cell\x20values\x20can\x20be\x20split\x20across\n\x20mul\ - tiple\x20CellChunks.\x20\x20In\x20that\x20case\x20only\x20the\x20value\ - \x20field\x20will\x20be\n\x20set\x20in\x20CellChunks\x20after\x20the\x20\ - first:\x20the\x20timestamp\x20and\x20labels\n\x20will\x20only\x20be\x20p\ - resent\x20in\x20the\x20first\x20CellChunk,\x20even\x20if\x20the\x20first\ - \n\x20CellChunk\x20came\x20in\x20a\x20previous\x20ReadRowsResponse.\n\n\ - \x11\n\x07\x04\x01\x03\0\x02\x05\x04\x12\x06\xc7\x01\x04\xc0\x01\x1f\n\ - \x0f\n\x07\x04\x01\x03\0\x02\x05\x05\x12\x04\xc7\x01\x04\t\n\x0f\n\x07\ - \x04\x01\x03\0\x02\x05\x01\x12\x04\xc7\x01\n\x0f\n\x0f\n\x07\x04\x01\x03\ - \0\x02\x05\x03\x12\x04\xc7\x01\x12\x13\n\x85\x02\n\x06\x04\x01\x03\0\x02\ - \x06\x12\x04\xcd\x01\x04\x19\x1a\xf4\x01\x20If\x20this\x20CellChunk\x20i\ - s\x20part\x20of\x20a\x20chunked\x20cell\x20value\x20and\x20this\x20is\n\ - \x20not\x20the\x20final\x20chunk\x20of\x20that\x20cell,\x20value_size\ - \x20will\x20be\x20set\x20to\x20the\n\x20total\x20length\x20of\x20the\x20\ - cell\x20value.\x20\x20The\x20client\x20can\x20use\x20this\x20size\n\x20t\ - o\x20pre-allocate\x20memory\x20to\x20hold\x20the\x20full\x20cell\x20valu\ - e.\n\n\x11\n\x07\x04\x01\x03\0\x02\x06\x04\x12\x06\xcd\x01\x04\xc7\x01\ - \x14\n\x0f\n\x07\x04\x01\x03\0\x02\x06\x05\x12\x04\xcd\x01\x04\t\n\x0f\n\ - \x07\x04\x01\x03\0\x02\x06\x01\x12\x04\xcd\x01\n\x14\n\x0f\n\x07\x04\x01\ - \x03\0\x02\x06\x03\x12\x04\xcd\x01\x17\x18\nR\n\x06\x04\x01\x03\0\x08\0\ - \x12\x06\xd0\x01\x04\xd8\x01\x05\x1a@\x20Signals\x20to\x20the\x20client\ - \x20concerning\x20previous\x20CellChunks\x20received.\n\n\x0f\n\x07\x04\ - \x01\x03\0\x08\0\x01\x12\x04\xd0\x01\n\x14\n\x85\x01\n\x06\x04\x01\x03\0\ - \x02\x07\x12\x04\xd3\x01\x06\x19\x1au\x20Indicates\x20that\x20the\x20cli\ - ent\x20should\x20drop\x20all\x20previous\x20chunks\x20for\n\x20`row_key`\ - ,\x20as\x20it\x20will\x20be\x20re-read\x20from\x20the\x20beginning.\n\n\ - \x0f\n\x07\x04\x01\x03\0\x02\x07\x05\x12\x04\xd3\x01\x06\n\n\x0f\n\x07\ - \x04\x01\x03\0\x02\x07\x01\x12\x04\xd3\x01\x0b\x14\n\x0f\n\x07\x04\x01\ - \x03\0\x02\x07\x03\x12\x04\xd3\x01\x17\x18\n\x83\x01\n\x06\x04\x01\x03\0\ - \x02\x08\x12\x04\xd7\x01\x06\x1a\x1as\x20Indicates\x20that\x20the\x20cli\ - ent\x20can\x20safely\x20process\x20all\x20previous\x20chunks\x20for\n\ - \x20`row_key`,\x20as\x20its\x20data\x20has\x20been\x20fully\x20read.\n\n\ - \x0f\n\x07\x04\x01\x03\0\x02\x08\x05\x12\x04\xd7\x01\x06\n\n\x0f\n\x07\ - \x04\x01\x03\0\x02\x08\x01\x12\x04\xd7\x01\x0b\x15\n\x0f\n\x07\x04\x01\ - \x03\0\x02\x08\x03\x12\x04\xd7\x01\x18\x19\nM\n\x04\x04\x01\x02\0\x12\ - \x04\xdc\x01\x02\x20\x1a?\x20A\x20collection\x20of\x20a\x20row's\x20cont\ - ents\x20as\x20part\x20of\x20the\x20read\x20request.\n\n\r\n\x05\x04\x01\ - \x02\0\x04\x12\x04\xdc\x01\x02\n\n\r\n\x05\x04\x01\x02\0\x06\x12\x04\xdc\ - \x01\x0b\x14\n\r\n\x05\x04\x01\x02\0\x01\x12\x04\xdc\x01\x15\x1b\n\r\n\ - \x05\x04\x01\x02\0\x03\x12\x04\xdc\x01\x1e\x1f\n\xc5\x03\n\x04\x04\x01\ - \x02\x01\x12\x04\xe5\x01\x02!\x1a\xb6\x03\x20Optionally\x20the\x20server\ - \x20might\x20return\x20the\x20row\x20key\x20of\x20the\x20last\x20row\x20\ - it\n\x20has\x20scanned.\x20\x20The\x20client\x20can\x20use\x20this\x20to\ - \x20construct\x20a\x20more\n\x20efficient\x20retry\x20request\x20if\x20n\ - eeded:\x20any\x20row\x20keys\x20or\x20portions\x20of\n\x20ranges\x20less\ - \x20than\x20this\x20row\x20key\x20can\x20be\x20dropped\x20from\x20the\ - \x20request.\n\x20This\x20is\x20primarily\x20useful\x20for\x20cases\x20w\ - here\x20the\x20server\x20has\x20read\x20a\n\x20lot\x20of\x20data\x20that\ - \x20was\x20filtered\x20out\x20since\x20the\x20last\x20committed\x20row\n\ - \x20key,\x20allowing\x20the\x20client\x20to\x20skip\x20that\x20work\x20o\ - n\x20a\x20retry.\n\n\x0f\n\x05\x04\x01\x02\x01\x04\x12\x06\xe5\x01\x02\ - \xdc\x01\x20\n\r\n\x05\x04\x01\x02\x01\x05\x12\x04\xe5\x01\x02\x07\n\r\n\ - \x05\x04\x01\x02\x01\x01\x12\x04\xe5\x01\x08\x1c\n\r\n\x05\x04\x01\x02\ - \x01\x03\x12\x04\xe5\x01\x1f\x20\n;\n\x02\x04\x02\x12\x06\xe9\x01\0\xf7\ - \x01\x01\x1a-\x20Request\x20message\x20for\x20Bigtable.SampleRowKeys.\n\ - \n\x0b\n\x03\x04\x02\x01\x12\x04\xe9\x01\x08\x1c\n\xab\x01\n\x04\x04\x02\ - \x02\0\x12\x06\xed\x01\x02\xf2\x01\x04\x1a\x9a\x01\x20Required.\x20The\ - \x20unique\x20name\x20of\x20the\x20table\x20from\x20which\x20to\x20sampl\ - e\x20row\x20keys.\n\x20Values\x20are\x20of\x20the\x20form\n\x20`projects\ - //instances//tables/
`.\n\n\x0f\n\x05\x04\x02\ - \x02\0\x04\x12\x06\xed\x01\x02\xe9\x01\x1e\n\r\n\x05\x04\x02\x02\0\x05\ - \x12\x04\xed\x01\x02\x08\n\r\n\x05\x04\x02\x02\0\x01\x12\x04\xed\x01\t\ - \x13\n\r\n\x05\x04\x02\x02\0\x03\x12\x04\xed\x01\x16\x17\n\x0f\n\x05\x04\ - \x02\x02\0\x08\x12\x06\xed\x01\x18\xf2\x01\x03\n\x10\n\x08\x04\x02\x02\0\ - \x08\x9c\x08\0\x12\x04\xee\x01\x04*\n\x11\n\x07\x04\x02\x02\0\x08\x9f\ - \x08\x12\x06\xef\x01\x04\xf1\x01\x05\n\x80\x01\n\x04\x04\x02\x02\x01\x12\ - \x04\xf6\x01\x02\x1c\x1ar\x20This\x20value\x20specifies\x20routing\x20fo\ - r\x20replication.\x20If\x20not\x20specified,\x20the\n\x20\"default\"\x20\ - application\x20profile\x20will\x20be\x20used.\n\n\x0f\n\x05\x04\x02\x02\ - \x01\x04\x12\x06\xf6\x01\x02\xf2\x01\x04\n\r\n\x05\x04\x02\x02\x01\x05\ - \x12\x04\xf6\x01\x02\x08\n\r\n\x05\x04\x02\x02\x01\x01\x12\x04\xf6\x01\t\ - \x17\n\r\n\x05\x04\x02\x02\x01\x03\x12\x04\xf6\x01\x1a\x1b\n<\n\x02\x04\ - \x03\x12\x06\xfa\x01\0\x8c\x02\x01\x1a.\x20Response\x20message\x20for\ - \x20Bigtable.SampleRowKeys.\n\n\x0b\n\x03\x04\x03\x01\x12\x04\xfa\x01\ - \x08\x1d\n\xbe\x04\n\x04\x04\x03\x02\0\x12\x04\x85\x02\x02\x14\x1a\xaf\ - \x04\x20Sorted\x20streamed\x20sequence\x20of\x20sample\x20row\x20keys\ - \x20in\x20the\x20table.\x20The\x20table\x20might\n\x20have\x20contents\ - \x20before\x20the\x20first\x20row\x20key\x20in\x20the\x20list\x20and\x20\ - after\x20the\x20last\x20one,\n\x20but\x20a\x20key\x20containing\x20the\ - \x20empty\x20string\x20indicates\x20\"end\x20of\x20table\"\x20and\x20wil\ - l\x20be\n\x20the\x20last\x20response\x20given,\x20if\x20present.\n\x20No\ - te\x20that\x20row\x20keys\x20in\x20this\x20list\x20may\x20not\x20have\ - \x20ever\x20been\x20written\x20to\x20or\x20read\n\x20from,\x20and\x20use\ - rs\x20should\x20therefore\x20not\x20make\x20any\x20assumptions\x20about\ - \x20the\x20row\x20key\n\x20structure\x20that\x20are\x20specific\x20to\ - \x20their\x20use\x20case.\n\n\x20Classified\x20as\x20IDENTIFYING_ID\x20t\ - o\x20provide\x20context\x20around\x20data\x20accesses\x20for\n\x20auditi\ - ng\x20systems.\n\n\x0f\n\x05\x04\x03\x02\0\x04\x12\x06\x85\x02\x02\xfa\ - \x01\x1f\n\r\n\x05\x04\x03\x02\0\x05\x12\x04\x85\x02\x02\x07\n\r\n\x05\ - \x04\x03\x02\0\x01\x12\x04\x85\x02\x08\x0f\n\r\n\x05\x04\x03\x02\0\x03\ - \x12\x04\x85\x02\x12\x13\n\x80\x02\n\x04\x04\x03\x02\x01\x12\x04\x8b\x02\ - \x02\x19\x1a\xf1\x01\x20Approximate\x20total\x20storage\x20space\x20used\ - \x20by\x20all\x20rows\x20in\x20the\x20table\x20which\x20precede\n\x20`ro\ - w_key`.\x20Buffering\x20the\x20contents\x20of\x20all\x20rows\x20between\ - \x20two\x20subsequent\n\x20samples\x20would\x20require\x20space\x20rough\ - ly\x20equal\x20to\x20the\x20difference\x20in\x20their\n\x20`offset_bytes\ - `\x20fields.\n\n\x0f\n\x05\x04\x03\x02\x01\x04\x12\x06\x8b\x02\x02\x85\ - \x02\x14\n\r\n\x05\x04\x03\x02\x01\x05\x12\x04\x8b\x02\x02\x07\n\r\n\x05\ - \x04\x03\x02\x01\x01\x12\x04\x8b\x02\x08\x14\n\r\n\x05\x04\x03\x02\x01\ - \x03\x12\x04\x8b\x02\x17\x18\n7\n\x02\x04\x04\x12\x06\x8f\x02\0\xa8\x02\ - \x01\x1a)\x20Request\x20message\x20for\x20Bigtable.MutateRow.\n\n\x0b\n\ - \x03\x04\x04\x01\x12\x04\x8f\x02\x08\x18\n\xb5\x01\n\x04\x04\x04\x02\0\ - \x12\x06\x93\x02\x02\x98\x02\x04\x1a\xa4\x01\x20Required.\x20The\x20uniq\ - ue\x20name\x20of\x20the\x20table\x20to\x20which\x20the\x20mutation\x20sh\ - ould\x20be\x20applied.\n\x20Values\x20are\x20of\x20the\x20form\n\x20`pro\ - jects//instances//tables/
`.\n\n\x0f\n\x05\x04\ - \x04\x02\0\x04\x12\x06\x93\x02\x02\x8f\x02\x1a\n\r\n\x05\x04\x04\x02\0\ - \x05\x12\x04\x93\x02\x02\x08\n\r\n\x05\x04\x04\x02\0\x01\x12\x04\x93\x02\ - \t\x13\n\r\n\x05\x04\x04\x02\0\x03\x12\x04\x93\x02\x16\x17\n\x0f\n\x05\ - \x04\x04\x02\0\x08\x12\x06\x93\x02\x18\x98\x02\x03\n\x10\n\x08\x04\x04\ - \x02\0\x08\x9c\x08\0\x12\x04\x94\x02\x04*\n\x11\n\x07\x04\x04\x02\0\x08\ - \x9f\x08\x12\x06\x95\x02\x04\x97\x02\x05\n\x80\x01\n\x04\x04\x04\x02\x01\ - \x12\x04\x9c\x02\x02\x1c\x1ar\x20This\x20value\x20specifies\x20routing\ - \x20for\x20replication.\x20If\x20not\x20specified,\x20the\n\x20\"default\ - \"\x20application\x20profile\x20will\x20be\x20used.\n\n\x0f\n\x05\x04\ + h\x20to\x20sample\x20row\x20keys.\n\x20Values\x20are\x20of\x20the\x20for\ + m\n\x20`projects//instances//tables/
`.\n\n\x0f\ + \n\x05\x04\x02\x02\0\x04\x12\x06\xed\x01\x02\xe9\x01\x1e\n\r\n\x05\x04\ + \x02\x02\0\x05\x12\x04\xed\x01\x02\x08\n\r\n\x05\x04\x02\x02\0\x01\x12\ + \x04\xed\x01\t\x13\n\r\n\x05\x04\x02\x02\0\x03\x12\x04\xed\x01\x16\x17\n\ + \x0f\n\x05\x04\x02\x02\0\x08\x12\x06\xed\x01\x18\xf2\x01\x03\n\x10\n\x08\ + \x04\x02\x02\0\x08\x9c\x08\0\x12\x04\xee\x01\x04*\n\x11\n\x07\x04\x02\ + \x02\0\x08\x9f\x08\x12\x06\xef\x01\x04\xf1\x01\x05\n\x80\x01\n\x04\x04\ + \x02\x02\x01\x12\x04\xf6\x01\x02\x1c\x1ar\x20This\x20value\x20specifies\ + \x20routing\x20for\x20replication.\x20If\x20not\x20specified,\x20the\n\ + \x20\"default\"\x20application\x20profile\x20will\x20be\x20used.\n\n\x0f\ + \n\x05\x04\x02\x02\x01\x04\x12\x06\xf6\x01\x02\xf2\x01\x04\n\r\n\x05\x04\ + \x02\x02\x01\x05\x12\x04\xf6\x01\x02\x08\n\r\n\x05\x04\x02\x02\x01\x01\ + \x12\x04\xf6\x01\t\x17\n\r\n\x05\x04\x02\x02\x01\x03\x12\x04\xf6\x01\x1a\ + \x1b\n<\n\x02\x04\x03\x12\x06\xfa\x01\0\x8c\x02\x01\x1a.\x20Response\x20\ + message\x20for\x20Bigtable.SampleRowKeys.\n\n\x0b\n\x03\x04\x03\x01\x12\ + \x04\xfa\x01\x08\x1d\n\xbe\x04\n\x04\x04\x03\x02\0\x12\x04\x85\x02\x02\ + \x14\x1a\xaf\x04\x20Sorted\x20streamed\x20sequence\x20of\x20sample\x20ro\ + w\x20keys\x20in\x20the\x20table.\x20The\x20table\x20might\n\x20have\x20c\ + ontents\x20before\x20the\x20first\x20row\x20key\x20in\x20the\x20list\x20\ + and\x20after\x20the\x20last\x20one,\n\x20but\x20a\x20key\x20containing\ + \x20the\x20empty\x20string\x20indicates\x20\"end\x20of\x20table\"\x20and\ + \x20will\x20be\n\x20the\x20last\x20response\x20given,\x20if\x20present.\ + \n\x20Note\x20that\x20row\x20keys\x20in\x20this\x20list\x20may\x20not\ + \x20have\x20ever\x20been\x20written\x20to\x20or\x20read\n\x20from,\x20an\ + d\x20users\x20should\x20therefore\x20not\x20make\x20any\x20assumptions\ + \x20about\x20the\x20row\x20key\n\x20structure\x20that\x20are\x20specific\ + \x20to\x20their\x20use\x20case.\n\n\x20Classified\x20as\x20IDENTIFYING_I\ + D\x20to\x20provide\x20context\x20around\x20data\x20accesses\x20for\n\x20\ + auditing\x20systems.\n\n\x0f\n\x05\x04\x03\x02\0\x04\x12\x06\x85\x02\x02\ + \xfa\x01\x1f\n\r\n\x05\x04\x03\x02\0\x05\x12\x04\x85\x02\x02\x07\n\r\n\ + \x05\x04\x03\x02\0\x01\x12\x04\x85\x02\x08\x0f\n\r\n\x05\x04\x03\x02\0\ + \x03\x12\x04\x85\x02\x12\x13\n\x80\x02\n\x04\x04\x03\x02\x01\x12\x04\x8b\ + \x02\x02\x19\x1a\xf1\x01\x20Approximate\x20total\x20storage\x20space\x20\ + used\x20by\x20all\x20rows\x20in\x20the\x20table\x20which\x20precede\n\ + \x20`row_key`.\x20Buffering\x20the\x20contents\x20of\x20all\x20rows\x20b\ + etween\x20two\x20subsequent\n\x20samples\x20would\x20require\x20space\ + \x20roughly\x20equal\x20to\x20the\x20difference\x20in\x20their\n\x20`off\ + set_bytes`\x20fields.\n\n\x0f\n\x05\x04\x03\x02\x01\x04\x12\x06\x8b\x02\ + \x02\x85\x02\x14\n\r\n\x05\x04\x03\x02\x01\x05\x12\x04\x8b\x02\x02\x07\n\ + \r\n\x05\x04\x03\x02\x01\x01\x12\x04\x8b\x02\x08\x14\n\r\n\x05\x04\x03\ + \x02\x01\x03\x12\x04\x8b\x02\x17\x18\n7\n\x02\x04\x04\x12\x06\x8f\x02\0\ + \xa8\x02\x01\x1a)\x20Request\x20message\x20for\x20Bigtable.MutateRow.\n\ + \n\x0b\n\x03\x04\x04\x01\x12\x04\x8f\x02\x08\x18\n\xb5\x01\n\x04\x04\x04\ + \x02\0\x12\x06\x93\x02\x02\x98\x02\x04\x1a\xa4\x01\x20Required.\x20The\ + \x20unique\x20name\x20of\x20the\x20table\x20to\x20which\x20the\x20mutati\ + on\x20should\x20be\x20applied.\n\x20Values\x20are\x20of\x20the\x20form\n\ + \x20`projects//instances//tables/
`.\n\n\x0f\n\ + \x05\x04\x04\x02\0\x04\x12\x06\x93\x02\x02\x8f\x02\x1a\n\r\n\x05\x04\x04\ + \x02\0\x05\x12\x04\x93\x02\x02\x08\n\r\n\x05\x04\x04\x02\0\x01\x12\x04\ + \x93\x02\t\x13\n\r\n\x05\x04\x04\x02\0\x03\x12\x04\x93\x02\x16\x17\n\x0f\ + \n\x05\x04\x04\x02\0\x08\x12\x06\x93\x02\x18\x98\x02\x03\n\x10\n\x08\x04\ + \x04\x02\0\x08\x9c\x08\0\x12\x04\x94\x02\x04*\n\x11\n\x07\x04\x04\x02\0\ + \x08\x9f\x08\x12\x06\x95\x02\x04\x97\x02\x05\n\x80\x01\n\x04\x04\x04\x02\ + \x01\x12\x04\x9c\x02\x02\x1c\x1ar\x20This\x20value\x20specifies\x20routi\ + ng\x20for\x20replication.\x20If\x20not\x20specified,\x20the\n\x20\"defau\ + lt\"\x20application\x20profile\x20will\x20be\x20used.\n\n\x0f\n\x05\x04\ \x04\x02\x01\x04\x12\x06\x9c\x02\x02\x98\x02\x04\n\r\n\x05\x04\x04\x02\ \x01\x05\x12\x04\x9c\x02\x02\x08\n\r\n\x05\x04\x04\x02\x01\x01\x12\x04\ \x9c\x02\t\x17\n\r\n\x05\x04\x04\x02\x01\x03\x12\x04\x9c\x02\x1a\x1b\n\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/data.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/data.rs index 96d41267..28a2f519 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/data.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/bigtable/v2/data.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Row { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/empty.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/empty.rs index 6019293d..d9e4af0d 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/empty.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/empty.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Empty { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/iam_policy.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/iam_policy.rs index 13b83945..a74e9bef 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/iam_policy.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/iam_policy.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct SetIamPolicyRequest { @@ -818,10 +818,10 @@ static file_descriptor_proto_data: &'static [u8] = b"\ m/v1/options.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a\x1cgoogle/api/a\ nnotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_\ behavior.proto\x1a\x19google/api/resource.proto\"p\n\x13SetIamPolicyRequ\ - est\x12%\n\x08resource\x18\x01\x20\x01(\tR\x08resourceB\t\xe0A\x02\xfaA\ - \x03\n\x01*\x122\n\x06policy\x18\x02\x20\x01(\x0b2\x15.google.iam.v1.Pol\ - icyR\x06policyB\x03\xe0A\x02\"w\n\x13GetIamPolicyRequest\x12%\n\x08resou\ - rce\x18\x01\x20\x01(\tR\x08resourceB\t\xe0A\x02\xfaA\x03\n\x01*\x129\n\ + est\x12%\n\x08resource\x18\x01\x20\x01(\tR\x08resourceB\t\xfaA\x03\n\x01\ + *\xe0A\x02\x122\n\x06policy\x18\x02\x20\x01(\x0b2\x15.google.iam.v1.Poli\ + cyR\x06policyB\x03\xe0A\x02\"w\n\x13GetIamPolicyRequest\x12%\n\x08resour\ + ce\x18\x01\x20\x01(\tR\x08resourceB\t\xe0A\x02\xfaA\x03\n\x01*\x129\n\ \x07options\x18\x02\x20\x01(\x0b2\x1f.google.iam.v1.GetPolicyOptionsR\ \x07options\"i\n\x19TestIamPermissionsRequest\x12%\n\x08resource\x18\x01\ \x20\x01(\tR\x08resourceB\t\xe0A\x02\xfaA\x03\n\x01*\x12%\n\x0bpermissio\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/options.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/options.rs index 377b1e3a..a8c5a17a 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/options.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/options.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct GetPolicyOptions { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/policy.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/policy.rs index bd1f2ff8..1072b415 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/policy.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/iam/v1/policy.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Policy { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/lib.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/lib.rs index f917bbe3..7b21dfdd 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/lib.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/lib.rs @@ -17,7 +17,7 @@ // This appears as a comment in each generated file. Add it once here // to save a bit of time and effort. -const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; pub mod empty; pub(crate) mod iam; diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/longrunning/operations.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/longrunning/operations.rs index 9e507b9f..6d1a3d0b 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/longrunning/operations.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/longrunning/operations.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Operation { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1/pubsub.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1/pubsub.rs index ed056f80..a7829a65 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1/pubsub.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1/pubsub.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct MessageStoragePolicy { @@ -9349,9 +9349,9 @@ static file_descriptor_proto_data: &'static [u8] = b"\ cSnapshotsResponse\"1\x82\xd3\xe4\x93\x02+\x12)/v1/{topic=projects/*/top\ ics/*}/snapshots\x12t\n\x0bDeleteTopic\x12$.google.pubsub.v1.DeleteTopic\ Request\x1a\x16.google.protobuf.Empty\"'\x82\xd3\xe4\x93\x02!*\x1f/v1/{t\ - opic=projects/*/topics/*}\x1ap\xcaA\x15pubsub.googleapis.com\xd2AUhttps:\ - //www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth\ - /pubsub2\xeb\x12\n\nSubscriber\x12\x86\x01\n\x12CreateSubscription\x12\ + opic=projects/*/topics/*}\x1ap\xd2AUhttps://www.googleapis.com/auth/clou\ + d-platform,https://www.googleapis.com/auth/pubsub\xcaA\x15pubsub.googlea\ + pis.com2\xeb\x12\n\nSubscriber\x12\x86\x01\n\x12CreateSubscription\x12\ \x1e.google.pubsub.v1.Subscription\x1a\x1e.google.pubsub.v1.Subscription\ \"0\x82\xd3\xe4\x93\x02*\x1a%/v1/{name=projects/*/subscriptions/*}:\x01*\ \x12\x92\x01\n\x0fGetSubscription\x12(.google.pubsub.v1.GetSubscriptionR\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1beta2/pubsub.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1beta2/pubsub.rs index 74eda2da..c51f31f7 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1beta2/pubsub.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/pubsub/v1beta2/pubsub.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Topic { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/code.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/code.rs index 964f6eb0..2f0b3a24 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/code.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/code.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(Clone,PartialEq,Eq,Debug,Hash)] pub enum Code { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/error_details.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/error_details.rs index e36fccbe..1239cc29 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/error_details.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/error_details.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct RetryInfo { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/status.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/status.rs index 9ae6689e..e0b19818 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/status.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/rpc/status.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Status { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/database/v1/spanner_database_admin.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/database/v1/spanner_database_admin.rs index b9f1cdbe..effe6f7d 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/database/v1/spanner_database_admin.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/database/v1/spanner_database_admin.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Database { @@ -2250,8 +2250,8 @@ static file_descriptor_proto_data: &'static [u8] = b"\ \x10\0\x12\x0c\n\x08CREATING\x10\x01\x12\t\n\x05READY\x10\x02:b\xeaA_\n\ \x1fspanner.googleapis.com/Database\x12\xdaA\x06parent\x82\xd3\xe4\x93\x02/\x12-/v1\ - /{parent=projects/*/instances/*}/databases\x12\xa4\x02\n\x0eCreateDataba\ - se\x127.google.spanner.admin.database.v1.CreateDatabaseRequest\x1a\x1d.g\ - oogle.longrunning.Operation\"\xb9\x01\xcaAd\n)google.spanner.admin.datab\ - ase.v1.Database\x127google.spanner.admin.database.v1.CreateDatabaseMetad\ - ata\xdaA\x17parent,create_statement\x82\xd3\xe4\x93\x022\"-/v1/{parent=p\ - rojects/*/instances/*}/databases:\x01*\x12\xad\x01\n\x0bGetDatabase\x124\ - .google.spanner.admin.database.v1.GetDatabaseRequest\x1a*.google.spanner\ - .admin.database.v1.Database\"<\xdaA\x04name\x82\xd3\xe4\x93\x02/\x12-/v1\ - /{name=projects/*/instances/*/databases/*}\x12\x9d\x02\n\x11UpdateDataba\ - seDdl\x12:.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest\x1a\ - \x1d.google.longrunning.Operation\"\xac\x01\xcaAS\n\x15google.protobuf.E\ - mpty\x12:google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata\xdaA\ - \x13database,statements\x82\xd3\xe4\x93\x02:25/v1/{database=projects/*/i\ - nstances/*/databases/*}/ddl:\x01*\x12\xa3\x01\n\x0cDropDatabase\x125.goo\ + \x20\x01(\tR\x04nameB'\xe0A\x02\xfaA!\n\x1fspanner.googleapis.com/Databa\ + se\"\xa7\x01\n\x18UpdateDatabaseDdlRequest\x12C\n\x08database\x18\x01\ + \x20\x01(\tR\x08databaseB'\xe0A\x02\xfaA!\n\x1fspanner.googleapis.com/Da\ + tabase\x12#\n\nstatements\x18\x02\x20\x03(\tR\nstatementsB\x03\xe0A\x02\ + \x12!\n\x0coperation_id\x18\x03\x20\x01(\tR\x0boperationId\"\xc6\x01\n\ + \x19UpdateDatabaseDdlMetadata\x12@\n\x08database\x18\x01\x20\x01(\tR\x08\ + databaseB$\xfaA!\n\x1fspanner.googleapis.com/Database\x12\x1e\n\nstateme\ + nts\x18\x02\x20\x03(\tR\nstatements\x12G\n\x11commit_timestamps\x18\x03\ + \x20\x03(\x0b2\x1a.google.protobuf.TimestampR\x10commitTimestamps\"Z\n\ + \x13DropDatabaseRequest\x12C\n\x08database\x18\x01\x20\x01(\tR\x08databa\ + seB'\xe0A\x02\xfaA!\n\x1fspanner.googleapis.com/Database\"\\\n\x15GetDat\ + abaseDdlRequest\x12C\n\x08database\x18\x01\x20\x01(\tR\x08databaseB'\xfa\ + A!\n\x1fspanner.googleapis.com/Database\xe0A\x02\"8\n\x16GetDatabaseDdlR\ + esponse\x12\x1e\n\nstatements\x18\x01\x20\x03(\tR\nstatements2\xad\x11\n\ + \rDatabaseAdmin\x12\xc0\x01\n\rListDatabases\x126.google.spanner.admin.d\ + atabase.v1.ListDatabasesRequest\x1a7.google.spanner.admin.database.v1.Li\ + stDatabasesResponse\">\xdaA\x06parent\x82\xd3\xe4\x93\x02/\x12-/v1/{pare\ + nt=projects/*/instances/*}/databases\x12\xa4\x02\n\x0eCreateDatabase\x12\ + 7.google.spanner.admin.database.v1.CreateDatabaseRequest\x1a\x1d.google.\ + longrunning.Operation\"\xb9\x01\xcaAd\n)google.spanner.admin.database.v1\ + .Database\x127google.spanner.admin.database.v1.CreateDatabaseMetadata\ + \x82\xd3\xe4\x93\x022\"-/v1/{parent=projects/*/instances/*}/databases:\ + \x01*\xdaA\x17parent,create_statement\x12\xad\x01\n\x0bGetDatabase\x124.\ + google.spanner.admin.database.v1.GetDatabaseRequest\x1a*.google.spanner.\ + admin.database.v1.Database\"<\x82\xd3\xe4\x93\x02/\x12-/v1/{name=project\ + s/*/instances/*/databases/*}\xdaA\x04name\x12\x9d\x02\n\x11UpdateDatabas\ + eDdl\x12:.google.spanner.admin.database.v1.UpdateDatabaseDdlRequest\x1a\ + \x1d.google.longrunning.Operation\"\xac\x01\x82\xd3\xe4\x93\x02:25/v1/{d\ + atabase=projects/*/instances/*/databases/*}/ddl:\x01*\xdaA\x13database,s\ + tatements\xcaAS\n\x15google.protobuf.Empty\x12:google.spanner.admin.data\ + base.v1.UpdateDatabaseDdlMetadata\x12\xa3\x01\n\x0cDropDatabase\x125.goo\ gle.spanner.admin.database.v1.DropDatabaseRequest\x1a\x16.google.protobu\ - f.Empty\"D\x82\xd3\xe4\x93\x023*1/v1/{database=projects/*/instances/*/da\ - tabases/*}\xdaA\x08database\x12\xcd\x01\n\x0eGetDatabaseDdl\x127.google.\ + f.Empty\"D\xdaA\x08database\x82\xd3\xe4\x93\x023*1/v1/{database=projects\ + /*/instances/*/databases/*}\x12\xcd\x01\n\x0eGetDatabaseDdl\x127.google.\ spanner.admin.database.v1.GetDatabaseDdlRequest\x1a8.google.spanner.admi\ n.database.v1.GetDatabaseDdlResponse\"H\xdaA\x08database\x82\xd3\xe4\x93\ \x027\x125/v1/{database=projects/*/instances/*/databases/*}/ddl\x12\xeb\ @@ -2312,9 +2312,9 @@ static file_descriptor_proto_data: &'static [u8] = b"\ ponse\"\xb0\x01\x82\xd3\xe4\x93\x02\x92\x01\"D/v1/{resource=projects/*/i\ nstances/*/databases/*}:testIamPermissions:\x01*ZG\"B/v1/{resource=proje\ cts/*/instances/*/backups/*}:testIamPermissions:\x01*\xdaA\x14resource,p\ - ermissions\x1ax\xd2A\\https://www.googleapis.com/auth/cloud-platform,htt\ - ps://www.googleapis.com/auth/spanner.admin\xcaA\x16spanner.googleapis.co\ - mB\xac\x02\n$com.google.spanner.admin.database.v1B\x19SpannerDatabaseAdm\ + ermissions\x1ax\xcaA\x16spanner.googleapis.com\xd2A\\https://www.googlea\ + pis.com/auth/cloud-platform,https://www.googleapis.com/auth/spanner.admi\ + nB\xac\x02\n$com.google.spanner.admin.database.v1B\x19SpannerDatabaseAdm\ inProtoP\x01ZHgoogle.golang.org/genproto/googleapis/spanner/admin/databa\ se/v1;database\xaa\x02&Google.Cloud.Spanner.Admin.Database.V1\xca\x02&Go\ ogle\\Cloud\\Spanner\\Admin\\Database\\V1\xeaAJ\n\x1fspanner.googleapis.\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/instance/v1/spanner_instance_admin.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/instance/v1/spanner_instance_admin.rs index faa80a19..3c3f941a 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/instance/v1/spanner_instance_admin.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/admin/instance/v1/spanner_instance_admin.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct ReplicaInfo { @@ -3679,13 +3679,13 @@ static file_descriptor_proto_data: &'static [u8] = b"\ eRequest\x12;\n\x04name\x18\x01\x20\x01(\tR\x04nameB'\xe0A\x02\xfaA!\n\ \x1fspanner.googleapis.com/Instance\x129\n\nfield_mask\x18\x02\x20\x01(\ \x0b2\x1a.google.protobuf.FieldMaskR\tfieldMask\"\xd7\x01\n\x15CreateIns\ - tanceRequest\x12K\n\x06parent\x18\x01\x20\x01(\tR\x06parentB3\xfaA-\n+cl\ - oudresourcemanager.googleapis.com/Project\xe0A\x02\x12$\n\x0binstance_id\ - \x18\x02\x20\x01(\tR\ninstanceIdB\x03\xe0A\x02\x12K\n\x08instance\x18\ + tanceRequest\x12K\n\x06parent\x18\x01\x20\x01(\tR\x06parentB3\xe0A\x02\ + \xfaA-\n+cloudresourcemanager.googleapis.com/Project\x12$\n\x0binstance_\ + id\x18\x02\x20\x01(\tR\ninstanceIdB\x03\xe0A\x02\x12K\n\x08instance\x18\ \x03\x20\x01(\x0b2*.google.spanner.admin.instance.v1.InstanceR\x08instan\ ceB\x03\xe0A\x02\"\xb7\x01\n\x14ListInstancesRequest\x12K\n\x06parent\ - \x18\x01\x20\x01(\tR\x06parentB3\xfaA-\n+cloudresourcemanager.googleapis\ - .com/Project\xe0A\x02\x12\x1b\n\tpage_size\x18\x02\x20\x01(\x05R\x08page\ + \x18\x01\x20\x01(\tR\x06parentB3\xe0A\x02\xfaA-\n+cloudresourcemanager.g\ + oogleapis.com/Project\x12\x1b\n\tpage_size\x18\x02\x20\x01(\x05R\x08page\ Size\x12\x1d\n\npage_token\x18\x03\x20\x01(\tR\tpageToken\x12\x16\n\x06f\ ilter\x18\x04\x20\x01(\tR\x06filter\"\x89\x01\n\x15ListInstancesResponse\ \x12H\n\tinstances\x18\x01\x20\x03(\x0b2*.google.spanner.admin.instance.\ @@ -3709,38 +3709,38 @@ static file_descriptor_proto_data: &'static [u8] = b"\ mpR\x07endTime2\xbf\x10\n\rInstanceAdmin\x12\xcc\x01\n\x13ListInstanceCo\ nfigs\x12<.google.spanner.admin.instance.v1.ListInstanceConfigsRequest\ \x1a=.google.spanner.admin.instance.v1.ListInstanceConfigsResponse\"8\ - \xdaA\x06parent\x82\xd3\xe4\x93\x02)\x12'/v1/{parent=projects/*}/instanc\ - eConfigs\x12\xb9\x01\n\x11GetInstanceConfig\x12:.google.spanner.admin.in\ - stance.v1.GetInstanceConfigRequest\x1a0.google.spanner.admin.instance.v1\ - .InstanceConfig\"6\x82\xd3\xe4\x93\x02)\x12'/v1/{name=projects/*/instanc\ - eConfigs/*}\xdaA\x04name\x12\xb4\x01\n\rListInstances\x126.google.spanne\ - r.admin.instance.v1.ListInstancesRequest\x1a7.google.spanner.admin.insta\ - nce.v1.ListInstancesResponse\"2\xdaA\x06parent\x82\xd3\xe4\x93\x02#\x12!\ - /v1/{parent=projects/*}/instances\x12\xa1\x01\n\x0bGetInstance\x124.goog\ - le.spanner.admin.instance.v1.GetInstanceRequest\x1a*.google.spanner.admi\ - n.instance.v1.Instance\"0\x82\xd3\xe4\x93\x02#\x12!/v1/{name=projects/*/\ - instances/*}\xdaA\x04name\x12\x9c\x02\n\x0eCreateInstance\x127.google.sp\ - anner.admin.instance.v1.CreateInstanceRequest\x1a\x1d.google.longrunning\ - .Operation\"\xb1\x01\x82\xd3\xe4\x93\x02&\"!/v1/{parent=projects/*}/inst\ - ances:\x01*\xcaAd\n)google.spanner.admin.instance.v1.Instance\x127google\ - .spanner.admin.instance.v1.CreateInstanceMetadata\xdaA\x1bparent,instanc\ - e_id,instance\x12\x9d\x02\n\x0eUpdateInstance\x127.google.spanner.admin.\ - instance.v1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\ - \xb2\x01\x82\xd3\xe4\x93\x02/2*/v1/{instance.name=projects/*/instances/*\ - }:\x01*\xdaA\x13instance,field_mask\xcaAd\n)google.spanner.admin.instanc\ - e.v1.Instance\x127google.spanner.admin.instance.v1.UpdateInstanceMetadat\ - a\x12\x93\x01\n\x0eDeleteInstance\x127.google.spanner.admin.instance.v1.\ - DeleteInstanceRequest\x1a\x16.google.protobuf.Empty\"0\x82\xd3\xe4\x93\ + \x82\xd3\xe4\x93\x02)\x12'/v1/{parent=projects/*}/instanceConfigs\xdaA\ + \x06parent\x12\xb9\x01\n\x11GetInstanceConfig\x12:.google.spanner.admin.\ + instance.v1.GetInstanceConfigRequest\x1a0.google.spanner.admin.instance.\ + v1.InstanceConfig\"6\xdaA\x04name\x82\xd3\xe4\x93\x02)\x12'/v1/{name=pro\ + jects/*/instanceConfigs/*}\x12\xb4\x01\n\rListInstances\x126.google.span\ + ner.admin.instance.v1.ListInstancesRequest\x1a7.google.spanner.admin.ins\ + tance.v1.ListInstancesResponse\"2\x82\xd3\xe4\x93\x02#\x12!/v1/{parent=p\ + rojects/*}/instances\xdaA\x06parent\x12\xa1\x01\n\x0bGetInstance\x124.go\ + ogle.spanner.admin.instance.v1.GetInstanceRequest\x1a*.google.spanner.ad\ + min.instance.v1.Instance\"0\x82\xd3\xe4\x93\x02#\x12!/v1/{name=projects/\ + */instances/*}\xdaA\x04name\x12\x9c\x02\n\x0eCreateInstance\x127.google.\ + spanner.admin.instance.v1.CreateInstanceRequest\x1a\x1d.google.longrunni\ + ng.Operation\"\xb1\x01\xdaA\x1bparent,instance_id,instance\xcaAd\n)googl\ + e.spanner.admin.instance.v1.Instance\x127google.spanner.admin.instance.v\ + 1.CreateInstanceMetadata\x82\xd3\xe4\x93\x02&\"!/v1/{parent=projects/*}/\ + instances:\x01*\x12\x9d\x02\n\x0eUpdateInstance\x127.google.spanner.admi\ + n.instance.v1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\ + \"\xb2\x01\xdaA\x13instance,field_mask\x82\xd3\xe4\x93\x02/2*/v1/{instan\ + ce.name=projects/*/instances/*}:\x01*\xcaAd\n)google.spanner.admin.insta\ + nce.v1.Instance\x127google.spanner.admin.instance.v1.UpdateInstanceMetad\ + ata\x12\x93\x01\n\x0eDeleteInstance\x127.google.spanner.admin.instance.v\ + 1.DeleteInstanceRequest\x1a\x16.google.protobuf.Empty\"0\x82\xd3\xe4\x93\ \x02#*!/v1/{name=projects/*/instances/*}\xdaA\x04name\x12\x9a\x01\n\x0cS\ etIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v\ - 1.Policy\"O\xdaA\x0fresource,policy\x82\xd3\xe4\x93\x027\"2/v1/{resource\ - =projects/*/instances/*}:setIamPolicy:\x01*\x12\x93\x01\n\x0cGetIamPolic\ + 1.Policy\"O\x82\xd3\xe4\x93\x027\"2/v1/{resource=projects/*/instances/*}\ + :setIamPolicy:\x01*\xdaA\x0fresource,policy\x12\x93\x01\n\x0cGetIamPolic\ y\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\ H\x82\xd3\xe4\x93\x027\"2/v1/{resource=projects/*/instances/*}:getIamPol\ icy:\x01*\xdaA\x08resource\x12\xc5\x01\n\x12TestIamPermissions\x12(.goog\ le.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermission\ - sResponse\"Z\xdaA\x14resource,permissions\x82\xd3\xe4\x93\x02=\"8/v1/{re\ - source=projects/*/instances/*}:testIamPermissions:\x01*\x1ax\xd2A\\https\ + sResponse\"Z\x82\xd3\xe4\x93\x02=\"8/v1/{resource=projects/*/instances/*\ + }:testIamPermissions:\x01*\xdaA\x14resource,permissions\x1ax\xd2A\\https\ ://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/aut\ h/spanner.admin\xcaA\x16spanner.googleapis.comB\xdf\x01\n$com.google.spa\ nner.admin.instance.v1B\x19SpannerInstanceAdminProtoP\x01ZHgoogle.golang\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/keys.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/keys.rs index aa939e55..3268d012 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/keys.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/keys.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct KeyRange { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/mutation.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/mutation.rs index 41fd6a2a..c7ee6d5a 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/mutation.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/mutation.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Mutation { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/query_plan.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/query_plan.rs index dddbd024..444b91ff 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/query_plan.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/query_plan.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct PlanNode { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/result_set.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/result_set.rs index 005c8645..e0bfe631 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/result_set.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/result_set.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct ResultSet { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/spanner.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/spanner.rs index 9325f67a..9fc2eecb 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/spanner.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/spanner.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct CreateSessionRequest { @@ -6035,16 +6035,16 @@ static file_descriptor_proto_data: &'static [u8] = b"\ \x18\x02\x20\x01(\tR\x05value:\x028\x01:t\xeaAq\n\x1espanner.googleapis.\ com/Session\x12Oprojects/{project}/instances/{instance}/databases/{datab\ ase}/sessions/{session}\"O\n\x11GetSessionRequest\x12:\n\x04name\x18\x01\ - \x20\x01(\tR\x04nameB&\xe0A\x02\xfaA\x20\n\x1espanner.googleapis.com/Ses\ - sion\"\xae\x01\n\x13ListSessionsRequest\x12C\n\x08database\x18\x01\x20\ - \x01(\tR\x08databaseB'\xfaA!\n\x1fspanner.googleapis.com/Database\xe0A\ - \x02\x12\x1b\n\tpage_size\x18\x02\x20\x01(\x05R\x08pageSize\x12\x1d\n\np\ - age_token\x18\x03\x20\x01(\tR\tpageToken\x12\x16\n\x06filter\x18\x04\x20\ + \x20\x01(\tR\x04nameB&\xfaA\x20\n\x1espanner.googleapis.com/Session\xe0A\ + \x02\"\xae\x01\n\x13ListSessionsRequest\x12C\n\x08database\x18\x01\x20\ + \x01(\tR\x08databaseB'\xe0A\x02\xfaA!\n\x1fspanner.googleapis.com/Databa\ + se\x12\x1b\n\tpage_size\x18\x02\x20\x01(\x05R\x08pageSize\x12\x1d\n\npag\ + e_token\x18\x03\x20\x01(\tR\tpageToken\x12\x16\n\x06filter\x18\x04\x20\ \x01(\tR\x06filter\"v\n\x14ListSessionsResponse\x126\n\x08sessions\x18\ \x01\x20\x03(\x0b2\x1a.google.spanner.v1.SessionR\x08sessions\x12&\n\x0f\ next_page_token\x18\x02\x20\x01(\tR\rnextPageToken\"R\n\x14DeleteSession\ - Request\x12:\n\x04name\x18\x01\x20\x01(\tR\x04nameB&\xfaA\x20\n\x1espann\ - er.googleapis.com/Session\xe0A\x02\"\xf7\x04\n\x11ExecuteSqlRequest\x12@\ + Request\x12:\n\x04name\x18\x01\x20\x01(\tR\x04nameB&\xe0A\x02\xfaA\x20\n\ + \x1espanner.googleapis.com/Session\"\xf7\x04\n\x11ExecuteSqlRequest\x12@\ \n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\x02\xfaA\x20\n\x1esp\ anner.googleapis.com/Session\x12H\n\x0btransaction\x18\x02\x20\x01(\x0b2\ &.google.spanner.v1.TransactionSelectorR\x0btransaction\x12\x15\n\x03sql\ @@ -6059,69 +6059,69 @@ static file_descriptor_proto_data: &'static [u8] = b"\ ey\x12-\n\x05value\x18\x02\x20\x01(\x0b2\x17.google.spanner.v1.TypeR\x05\ value:\x028\x01\".\n\tQueryMode\x12\n\n\x06NORMAL\x10\0\x12\x08\n\x04PLA\ N\x10\x01\x12\x0b\n\x07PROFILE\x10\x02\"\xad\x04\n\x16ExecuteBatchDmlReq\ - uest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\x02\xfaA\ - \x20\n\x1espanner.googleapis.com/Session\x12M\n\x0btransaction\x18\x02\ - \x20\x01(\x0b2&.google.spanner.v1.TransactionSelectorR\x0btransactionB\ - \x03\xe0A\x02\x12X\n\nstatements\x18\x03\x20\x03(\x0b23.google.spanner.v\ - 1.ExecuteBatchDmlRequest.StatementR\nstatementsB\x03\xe0A\x02\x12\x19\n\ - \x05seqno\x18\x04\x20\x01(\x03R\x05seqnoB\x03\xe0A\x02\x1a\x8c\x02\n\tSt\ - atement\x12\x10\n\x03sql\x18\x01\x20\x01(\tR\x03sql\x12/\n\x06params\x18\ - \x02\x20\x01(\x0b2\x17.google.protobuf.StructR\x06params\x12d\n\x0bparam\ - _types\x18\x03\x20\x03(\x0b2C.google.spanner.v1.ExecuteBatchDmlRequest.S\ - tatement.ParamTypesEntryR\nparamTypes\x1aV\n\x0fParamTypesEntry\x12\x10\ - \n\x03key\x18\x01\x20\x01(\tR\x03key\x12-\n\x05value\x18\x02\x20\x01(\ - \x0b2\x17.google.spanner.v1.TypeR\x05value:\x028\x01\"\x84\x01\n\x17Exec\ - uteBatchDmlResponse\x12=\n\x0bresult_sets\x18\x01\x20\x03(\x0b2\x1c.goog\ - le.spanner.v1.ResultSetR\nresultSets\x12*\n\x06status\x18\x02\x20\x01(\ - \x0b2\x12.google.rpc.StatusR\x06status\"k\n\x10PartitionOptions\x120\n\ - \x14partition_size_bytes\x18\x01\x20\x01(\x03R\x12partitionSizeBytes\x12\ - %\n\x0emax_partitions\x18\x02\x20\x01(\x03R\rmaxPartitions\"\xf0\x03\n\ - \x15PartitionQueryRequest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessi\ - onB&\xfaA\x20\n\x1espanner.googleapis.com/Session\xe0A\x02\x12H\n\x0btra\ - nsaction\x18\x02\x20\x01(\x0b2&.google.spanner.v1.TransactionSelectorR\ - \x0btransaction\x12\x15\n\x03sql\x18\x03\x20\x01(\tR\x03sqlB\x03\xe0A\ - \x02\x12/\n\x06params\x18\x04\x20\x01(\x0b2\x17.google.protobuf.StructR\ - \x06params\x12Y\n\x0bparam_types\x18\x05\x20\x03(\x0b28.google.spanner.v\ - 1.PartitionQueryRequest.ParamTypesEntryR\nparamTypes\x12P\n\x11partition\ - _options\x18\x06\x20\x01(\x0b2#.google.spanner.v1.PartitionOptionsR\x10p\ - artitionOptions\x1aV\n\x0fParamTypesEntry\x12\x10\n\x03key\x18\x01\x20\ - \x01(\tR\x03key\x12-\n\x05value\x18\x02\x20\x01(\x0b2\x17.google.spanner\ - .v1.TypeR\x05value:\x028\x01\"\xf8\x02\n\x14PartitionReadRequest\x12@\n\ - \x07session\x18\x01\x20\x01(\tR\x07sessionB&\xfaA\x20\n\x1espanner.googl\ - eapis.com/Session\xe0A\x02\x12H\n\x0btransaction\x18\x02\x20\x01(\x0b2&.\ - google.spanner.v1.TransactionSelectorR\x0btransaction\x12\x19\n\x05table\ - \x18\x03\x20\x01(\tR\x05tableB\x03\xe0A\x02\x12\x14\n\x05index\x18\x04\ - \x20\x01(\tR\x05index\x12\x18\n\x07columns\x18\x05\x20\x03(\tR\x07column\ - s\x127\n\x07key_set\x18\x06\x20\x01(\x0b2\x19.google.spanner.v1.KeySetR\ - \x06keySetB\x03\xe0A\x02\x12P\n\x11partition_options\x18\t\x20\x01(\x0b2\ - #.google.spanner.v1.PartitionOptionsR\x10partitionOptions\"4\n\tPartitio\ - n\x12'\n\x0fpartition_token\x18\x01\x20\x01(\x0cR\x0epartitionToken\"\ - \x93\x01\n\x11PartitionResponse\x12<\n\npartitions\x18\x01\x20\x03(\x0b2\ - \x1c.google.spanner.v1.PartitionR\npartitions\x12@\n\x0btransaction\x18\ - \x02\x20\x01(\x0b2\x1e.google.spanner.v1.TransactionR\x0btransaction\"\ - \x84\x03\n\x0bReadRequest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessi\ - onB&\xfaA\x20\n\x1espanner.googleapis.com/Session\xe0A\x02\x12H\n\x0btra\ - nsaction\x18\x02\x20\x01(\x0b2&.google.spanner.v1.TransactionSelectorR\ - \x0btransaction\x12\x19\n\x05table\x18\x03\x20\x01(\tR\x05tableB\x03\xe0\ - A\x02\x12\x14\n\x05index\x18\x04\x20\x01(\tR\x05index\x12\x1d\n\x07colum\ - ns\x18\x05\x20\x03(\tR\x07columnsB\x03\xe0A\x02\x127\n\x07key_set\x18\ - \x06\x20\x01(\x0b2\x19.google.spanner.v1.KeySetR\x06keySetB\x03\xe0A\x02\ - \x12\x14\n\x05limit\x18\x08\x20\x01(\x03R\x05limit\x12!\n\x0cresume_toke\ - n\x18\t\x20\x01(\x0cR\x0bresumeToken\x12'\n\x0fpartition_token\x18\n\x20\ - \x01(\x0cR\x0epartitionToken\"\xa1\x01\n\x17BeginTransactionRequest\x12@\ - \n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\x02\xfaA\x20\n\x1esp\ - anner.googleapis.com/Session\x12D\n\x07options\x18\x02\x20\x01(\x0b2%.go\ - ogle.spanner.v1.TransactionOptionsR\x07optionsB\x03\xe0A\x02\"\xa3\x02\n\ - \rCommitRequest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\ - \x02\xfaA\x20\n\x1espanner.googleapis.com/Session\x12'\n\x0etransaction_\ + uest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xfaA\x20\n\x1esp\ + anner.googleapis.com/Session\xe0A\x02\x12M\n\x0btransaction\x18\x02\x20\ + \x01(\x0b2&.google.spanner.v1.TransactionSelectorR\x0btransactionB\x03\ + \xe0A\x02\x12X\n\nstatements\x18\x03\x20\x03(\x0b23.google.spanner.v1.Ex\ + ecuteBatchDmlRequest.StatementR\nstatementsB\x03\xe0A\x02\x12\x19\n\x05s\ + eqno\x18\x04\x20\x01(\x03R\x05seqnoB\x03\xe0A\x02\x1a\x8c\x02\n\tStateme\ + nt\x12\x10\n\x03sql\x18\x01\x20\x01(\tR\x03sql\x12/\n\x06params\x18\x02\ + \x20\x01(\x0b2\x17.google.protobuf.StructR\x06params\x12d\n\x0bparam_typ\ + es\x18\x03\x20\x03(\x0b2C.google.spanner.v1.ExecuteBatchDmlRequest.State\ + ment.ParamTypesEntryR\nparamTypes\x1aV\n\x0fParamTypesEntry\x12\x10\n\ + \x03key\x18\x01\x20\x01(\tR\x03key\x12-\n\x05value\x18\x02\x20\x01(\x0b2\ + \x17.google.spanner.v1.TypeR\x05value:\x028\x01\"\x84\x01\n\x17ExecuteBa\ + tchDmlResponse\x12=\n\x0bresult_sets\x18\x01\x20\x03(\x0b2\x1c.google.sp\ + anner.v1.ResultSetR\nresultSets\x12*\n\x06status\x18\x02\x20\x01(\x0b2\ + \x12.google.rpc.StatusR\x06status\"k\n\x10PartitionOptions\x120\n\x14par\ + tition_size_bytes\x18\x01\x20\x01(\x03R\x12partitionSizeBytes\x12%\n\x0e\ + max_partitions\x18\x02\x20\x01(\x03R\rmaxPartitions\"\xf0\x03\n\x15Parti\ + tionQueryRequest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xfaA\ + \x20\n\x1espanner.googleapis.com/Session\xe0A\x02\x12H\n\x0btransaction\ + \x18\x02\x20\x01(\x0b2&.google.spanner.v1.TransactionSelectorR\x0btransa\ + ction\x12\x15\n\x03sql\x18\x03\x20\x01(\tR\x03sqlB\x03\xe0A\x02\x12/\n\ + \x06params\x18\x04\x20\x01(\x0b2\x17.google.protobuf.StructR\x06params\ + \x12Y\n\x0bparam_types\x18\x05\x20\x03(\x0b28.google.spanner.v1.Partitio\ + nQueryRequest.ParamTypesEntryR\nparamTypes\x12P\n\x11partition_options\ + \x18\x06\x20\x01(\x0b2#.google.spanner.v1.PartitionOptionsR\x10partition\ + Options\x1aV\n\x0fParamTypesEntry\x12\x10\n\x03key\x18\x01\x20\x01(\tR\ + \x03key\x12-\n\x05value\x18\x02\x20\x01(\x0b2\x17.google.spanner.v1.Type\ + R\x05value:\x028\x01\"\xf8\x02\n\x14PartitionReadRequest\x12@\n\x07sessi\ + on\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\x02\xfaA\x20\n\x1espanner.googl\ + eapis.com/Session\x12H\n\x0btransaction\x18\x02\x20\x01(\x0b2&.google.sp\ + anner.v1.TransactionSelectorR\x0btransaction\x12\x19\n\x05table\x18\x03\ + \x20\x01(\tR\x05tableB\x03\xe0A\x02\x12\x14\n\x05index\x18\x04\x20\x01(\ + \tR\x05index\x12\x18\n\x07columns\x18\x05\x20\x03(\tR\x07columns\x127\n\ + \x07key_set\x18\x06\x20\x01(\x0b2\x19.google.spanner.v1.KeySetR\x06keySe\ + tB\x03\xe0A\x02\x12P\n\x11partition_options\x18\t\x20\x01(\x0b2#.google.\ + spanner.v1.PartitionOptionsR\x10partitionOptions\"4\n\tPartition\x12'\n\ + \x0fpartition_token\x18\x01\x20\x01(\x0cR\x0epartitionToken\"\x93\x01\n\ + \x11PartitionResponse\x12<\n\npartitions\x18\x01\x20\x03(\x0b2\x1c.googl\ + e.spanner.v1.PartitionR\npartitions\x12@\n\x0btransaction\x18\x02\x20\ + \x01(\x0b2\x1e.google.spanner.v1.TransactionR\x0btransaction\"\x84\x03\n\ + \x0bReadRequest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\ + \x02\xfaA\x20\n\x1espanner.googleapis.com/Session\x12H\n\x0btransaction\ + \x18\x02\x20\x01(\x0b2&.google.spanner.v1.TransactionSelectorR\x0btransa\ + ction\x12\x19\n\x05table\x18\x03\x20\x01(\tR\x05tableB\x03\xe0A\x02\x12\ + \x14\n\x05index\x18\x04\x20\x01(\tR\x05index\x12\x1d\n\x07columns\x18\ + \x05\x20\x03(\tR\x07columnsB\x03\xe0A\x02\x127\n\x07key_set\x18\x06\x20\ + \x01(\x0b2\x19.google.spanner.v1.KeySetR\x06keySetB\x03\xe0A\x02\x12\x14\ + \n\x05limit\x18\x08\x20\x01(\x03R\x05limit\x12!\n\x0cresume_token\x18\t\ + \x20\x01(\x0cR\x0bresumeToken\x12'\n\x0fpartition_token\x18\n\x20\x01(\ + \x0cR\x0epartitionToken\"\xa1\x01\n\x17BeginTransactionRequest\x12@\n\ + \x07session\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\x02\xfaA\x20\n\x1espan\ + ner.googleapis.com/Session\x12D\n\x07options\x18\x02\x20\x01(\x0b2%.goog\ + le.spanner.v1.TransactionOptionsR\x07optionsB\x03\xe0A\x02\"\xa3\x02\n\r\ + CommitRequest\x12@\n\x07session\x18\x01\x20\x01(\tR\x07sessionB&\xfaA\ + \x20\n\x1espanner.googleapis.com/Session\xe0A\x02\x12'\n\x0etransaction_\ id\x18\x02\x20\x01(\x0cH\0R\rtransactionId\x12]\n\x16single_use_transact\ ion\x18\x03\x20\x01(\x0b2%.google.spanner.v1.TransactionOptionsH\0R\x14s\ ingleUseTransaction\x129\n\tmutations\x18\x04\x20\x03(\x0b2\x1b.google.s\ panner.v1.MutationR\tmutationsB\r\n\x0btransaction\"W\n\x0eCommitRespons\ e\x12E\n\x10commit_timestamp\x18\x01\x20\x01(\x0b2\x1a.google.protobuf.T\ imestampR\x0fcommitTimestamp\"\x7f\n\x0fRollbackRequest\x12@\n\x07sessio\ - n\x18\x01\x20\x01(\tR\x07sessionB&\xfaA\x20\n\x1espanner.googleapis.com/\ - Session\xe0A\x02\x12*\n\x0etransaction_id\x18\x02\x20\x01(\x0cR\rtransac\ + n\x18\x01\x20\x01(\tR\x07sessionB&\xe0A\x02\xfaA\x20\n\x1espanner.google\ + apis.com/Session\x12*\n\x0etransaction_id\x18\x02\x20\x01(\x0cR\rtransac\ tionIdB\x03\xe0A\x022\xc0\x16\n\x07Spanner\x12\xa6\x01\n\rCreateSession\ \x12'.google.spanner.v1.CreateSessionRequest\x1a\x1a.google.spanner.v1.S\ ession\"P\x82\xd3\xe4\x93\x02?\":/v1/{database=projects/*/instances/*/da\ @@ -6133,19 +6133,19 @@ static file_descriptor_proto_data: &'static [u8] = b"\ er.v1.GetSessionRequest\x1a\x1a.google.spanner.v1.Session\"G\x82\xd3\xe4\ \x93\x02:\x128/v1/{name=projects/*/instances/*/databases/*/sessions/*}\ \xdaA\x04name\x12\xae\x01\n\x0cListSessions\x12&.google.spanner.v1.ListS\ - essionsRequest\x1a'.google.spanner.v1.ListSessionsResponse\"M\xdaA\x08da\ - tabase\x82\xd3\xe4\x93\x02<\x12:/v1/{database=projects/*/instances/*/dat\ - abases/*}/sessions\x12\x99\x01\n\rDeleteSession\x12'.google.spanner.v1.D\ - eleteSessionRequest\x1a\x16.google.protobuf.Empty\"G\x82\xd3\xe4\x93\x02\ - :*8/v1/{name=projects/*/instances/*/databases/*/sessions/*}\xdaA\x04name\ - \x12\xa3\x01\n\nExecuteSql\x12$.google.spanner.v1.ExecuteSqlRequest\x1a\ - \x1c.google.spanner.v1.ResultSet\"Q\x82\xd3\xe4\x93\x02K\"F/v1/{session=\ - projects/*/instances/*/databases/*/sessions/*}:executeSql:\x01*\x12\xbe\ - \x01\n\x13ExecuteStreamingSql\x12$.google.spanner.v1.ExecuteSqlRequest\ - \x1a#.google.spanner.v1.PartialResultSet\"Z\x82\xd3\xe4\x93\x02T\"O/v1/{\ - session=projects/*/instances/*/databases/*/sessions/*}:executeStreamingS\ - ql:\x01*0\x01\x12\xc0\x01\n\x0fExecuteBatchDml\x12).google.spanner.v1.Ex\ - ecuteBatchDmlRequest\x1a*.google.spanner.v1.ExecuteBatchDmlResponse\"V\ + essionsRequest\x1a'.google.spanner.v1.ListSessionsResponse\"M\x82\xd3\ + \xe4\x93\x02<\x12:/v1/{database=projects/*/instances/*/databases/*}/sess\ + ions\xdaA\x08database\x12\x99\x01\n\rDeleteSession\x12'.google.spanner.v\ + 1.DeleteSessionRequest\x1a\x16.google.protobuf.Empty\"G\xdaA\x04name\x82\ + \xd3\xe4\x93\x02:*8/v1/{name=projects/*/instances/*/databases/*/sessions\ + /*}\x12\xa3\x01\n\nExecuteSql\x12$.google.spanner.v1.ExecuteSqlRequest\ + \x1a\x1c.google.spanner.v1.ResultSet\"Q\x82\xd3\xe4\x93\x02K\"F/v1/{sess\ + ion=projects/*/instances/*/databases/*/sessions/*}:executeSql:\x01*\x12\ + \xbe\x01\n\x13ExecuteStreamingSql\x12$.google.spanner.v1.ExecuteSqlReque\ + st\x1a#.google.spanner.v1.PartialResultSet\"Z\x82\xd3\xe4\x93\x02T\"O/v1\ + /{session=projects/*/instances/*/databases/*/sessions/*}:executeStreamin\ + gSql:\x01*0\x01\x12\xc0\x01\n\x0fExecuteBatchDml\x12).google.spanner.v1.\ + ExecuteBatchDmlRequest\x1a*.google.spanner.v1.ExecuteBatchDmlResponse\"V\ \x82\xd3\xe4\x93\x02P\"K/v1/{session=projects/*/instances/*/databases/*/\ sessions/*}:executeBatchDml:\x01*\x12\x91\x01\n\x04Read\x12\x1e.google.s\ panner.v1.ReadRequest\x1a\x1c.google.spanner.v1.ResultSet\"K\x82\xd3\xe4\ @@ -6154,13 +6154,13 @@ static file_descriptor_proto_data: &'static [u8] = b"\ quest\x1a#.google.spanner.v1.PartialResultSet\"T\x82\xd3\xe4\x93\x02N\"I\ /v1/{session=projects/*/instances/*/databases/*/sessions/*}:streamingRea\ d:\x01*0\x01\x12\xc9\x01\n\x10BeginTransaction\x12*.google.spanner.v1.Be\ - ginTransactionRequest\x1a\x1e.google.spanner.v1.Transaction\"i\x82\xd3\ - \xe4\x93\x02Q\"L/v1/{session=projects/*/instances/*/databases/*/sessions\ - /*}:beginTransaction:\x01*\xdaA\x0fsession,options\x12\xeb\x01\n\x06Comm\ - it\x12\x20.google.spanner.v1.CommitRequest\x1a!.google.spanner.v1.Commit\ - Response\"\x9b\x01\x82\xd3\xe4\x93\x02G\"B/v1/{session=projects/*/instan\ - ces/*/databases/*/sessions/*}:commit:\x01*\xdaA\x20session,transaction_i\ - d,mutations\xdaA(session,single_use_transaction,mutations\x12\xb0\x01\n\ + ginTransactionRequest\x1a\x1e.google.spanner.v1.Transaction\"i\xdaA\x0fs\ + ession,options\x82\xd3\xe4\x93\x02Q\"L/v1/{session=projects/*/instances/\ + */databases/*/sessions/*}:beginTransaction:\x01*\x12\xeb\x01\n\x06Commit\ + \x12\x20.google.spanner.v1.CommitRequest\x1a!.google.spanner.v1.CommitRe\ + sponse\"\x9b\x01\x82\xd3\xe4\x93\x02G\"B/v1/{session=projects/*/instance\ + s/*/databases/*/sessions/*}:commit:\x01*\xdaA\x20session,transaction_id,\ + mutations\xdaA(session,single_use_transaction,mutations\x12\xb0\x01\n\ \x08Rollback\x12\".google.spanner.v1.RollbackRequest\x1a\x16.google.prot\ obuf.Empty\"h\x82\xd3\xe4\x93\x02I\"D/v1/{session=projects/*/instances/*\ /databases/*/sessions/*}:rollback:\x01*\xdaA\x16session,transaction_id\ diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/transaction.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/transaction.rs index 0937d463..05c8b8c3 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/transaction.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/transaction.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct TransactionOptions { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/type_pb.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/type_pb.rs index 0020480c..1c1155ea 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/type_pb.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/spanner/v1/type_pb.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Type { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/calendar_period.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/calendar_period.rs index cd65d15c..5d47bb06 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/calendar_period.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/calendar_period.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(Clone,PartialEq,Eq,Debug,Hash)] pub enum CalendarPeriod { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/color.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/color.rs index f71e3698..18a8d9d2 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/color.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/color.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Color { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/date.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/date.rs index c6df7d52..65514096 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/date.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/date.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Date { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/dayofweek.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/dayofweek.rs index f0c04ce9..78a25cd8 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/dayofweek.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/dayofweek.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(Clone,PartialEq,Eq,Debug,Hash)] pub enum DayOfWeek { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/expr.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/expr.rs index 4f15ecfa..987db6ef 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/expr.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/expr.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Expr { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/fraction.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/fraction.rs index 2a8c4898..0ae1f528 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/fraction.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/fraction.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Fraction { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/latlng.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/latlng.rs index e1c1cf3f..9bf6ba20 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/latlng.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/latlng.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct LatLng { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/money.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/money.rs index 9446fb60..d725920b 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/money.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/money.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Money { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/month.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/month.rs index 68d38945..2b04912a 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/month.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/month.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(Clone,PartialEq,Eq,Debug,Hash)] pub enum Month { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/postal_address.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/postal_address.rs index 2875df25..28be9c2d 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/postal_address.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/postal_address.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct PostalAddress { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/quaternion.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/quaternion.rs index ad9b3dc7..95398825 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/quaternion.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/quaternion.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct Quaternion { diff --git a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/timeofday.rs b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/timeofday.rs index 026d717f..0e8b00b7 100644 --- a/vendor/mozilla-rust-sdk/googleapis-raw/src/type/timeofday.rs +++ b/vendor/mozilla-rust-sdk/googleapis-raw/src/type/timeofday.rs @@ -1,4 +1,4 @@ -// This file is generated by rust-protobuf 2.23.0. Do not edit +// This file is generated by rust-protobuf 2.24.1. Do not edit // @generated // https://github.com/rust-lang/rust-clippy/issues/702 @@ -21,7 +21,7 @@ /// Generated files are compatible only with the same version /// of protobuf runtime. -// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_23_0; +// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_24_1; #[derive(PartialEq,Clone,Default)] pub struct TimeOfDay {