diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-01-19 12:09:05 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-01-19 12:09:05 +0300 |
commit | 930a233f6a3841bf8758f8ad306775ef8c707e3b (patch) | |
tree | a23c6d4196d6088e0e32e145392a5efc9fee5caf | |
parent | de33f7fc5e19916ec9c67ce6c739b07b7c90d589 (diff) | |
download | ydb-930a233f6a3841bf8758f8ad306775ef8c707e3b.tar.gz |
Update contrib/libs/googleapis-common-protos to 1.57.1
-rw-r--r-- | contrib/libs/googleapis-common-protos/CHANGELOG.md | 7 | ||||
-rw-r--r-- | contrib/libs/googleapis-common-protos/google/api/client.proto | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/contrib/libs/googleapis-common-protos/CHANGELOG.md b/contrib/libs/googleapis-common-protos/CHANGELOG.md index 4809b68462..325a597d45 100644 --- a/contrib/libs/googleapis-common-protos/CHANGELOG.md +++ b/contrib/libs/googleapis-common-protos/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.57.1](https://github.com/googleapis/python-api-common-protos/compare/v1.57.0...v1.57.1) (2022-12-08) + + +### Bug Fixes + +* Mark reference_docs_uri field in google/api/client.proto as deprecated ([#150](https://github.com/googleapis/python-api-common-protos/issues/150)) ([52b5018](https://github.com/googleapis/python-api-common-protos/commit/52b5018abf0902a1e582a406c993b51e0d2aa3cd)) + ## [1.57.0](https://github.com/googleapis/python-api-common-protos/compare/v1.56.4...v1.57.0) (2022-11-15) diff --git a/contrib/libs/googleapis-common-protos/google/api/client.proto b/contrib/libs/googleapis-common-protos/google/api/client.proto index 323846f44d..227ccf3a53 100644 --- a/contrib/libs/googleapis-common-protos/google/api/client.proto +++ b/contrib/libs/googleapis-common-protos/google/api/client.proto @@ -104,7 +104,7 @@ extend google.protobuf.ServiceOptions { message CommonLanguageSettings { // Link to automatically generated reference documentation. Example: // https://cloud.google.com/nodejs/docs/reference/asset/latest - string reference_docs_uri = 1; + string reference_docs_uri = 1 [deprecated = true]; // The destination where API teams want this client library to be published. repeated ClientLibraryDestination destinations = 2; |