Accepting request 1230191 from home:glaubitz:branches:devel:languages:python

- Update to 1.66.0
  * Add `MISSING_ORIGIN` and `OVERLOADED_CREDENTIALS` to
    `ErrorReason` enum (d0478d8)
  * Add field `protobuf_pythonic_types_enabled` to
    `ExperimentalFeatures` message (d0478d8)
  * Add field `selective_gapic_generation` to
    `CommonLanguageSettings` message (d0478d8)
  * Add field `time_series_resource_hierarchy_level` to
    `MetricDescriptorMetadata` message (d0478d8)
  * Add message `SelectiveGapicGeneration` (d0478d8)

OBS-URL: https://build.opensuse.org/request/show/1230191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=50
This commit is contained in:
2024-12-11 20:40:04 +00:00
committed by Git OBS Bridge
parent f94dea68a9
commit cd34c6acfc
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 11 19:28:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.66.0
* Add `MISSING_ORIGIN` and `OVERLOADED_CREDENTIALS` to
`ErrorReason` enum (d0478d8)
* Add field `protobuf_pythonic_types_enabled` to
`ExperimentalFeatures` message (d0478d8)
* Add field `selective_gapic_generation` to
`CommonLanguageSettings` message (d0478d8)
* Add field `time_series_resource_hierarchy_level` to
`MetricDescriptorMetadata` message (d0478d8)
* Add message `SelectiveGapicGeneration` (d0478d8)
-------------------------------------------------------------------
Tue Sep 3 13:21:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>