Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages/google-ads-admanager": "0.2.5",
"packages/google-ads-marketingplatform-admin": "0.1.5",
"packages/google-ai-generativelanguage": "0.6.17",
"packages/google-analytics-admin": "0.23.6",
"packages/google-analytics-admin": "0.24.0",
"packages/google-analytics-data": "0.18.18",
"packages/google-apps-card": "0.1.7",
"packages/google-apps-chat": "0.2.5",
Expand Down Expand Up @@ -54,7 +54,7 @@
"packages/google-cloud-cloudcontrolspartner": "0.2.6",
"packages/google-cloud-commerce-consumer-procurement": "0.1.13",
"packages/google-cloud-common": "1.5.1",
"packages/google-cloud-compute": "1.29.0",
"packages/google-cloud-compute": "1.30.0",
"packages/google-cloud-confidentialcomputing": "0.4.17",
"packages/google-cloud-config": "0.1.17",
"packages/google-cloud-contact-center-insights": "1.23.2",
Expand All @@ -68,7 +68,7 @@
"packages/google-cloud-dataflow-client": "0.8.17",
"packages/google-cloud-dataform": "0.6.1",
"packages/google-cloud-datalabeling": "1.13.1",
"packages/google-cloud-dataplex": "2.10.0",
"packages/google-cloud-dataplex": "2.10.1",
"packages/google-cloud-dataproc": "5.18.1",
"packages/google-cloud-dataproc-metastore": "1.18.2",
"packages/google-cloud-datastream": "1.14.0",
Expand All @@ -89,7 +89,7 @@
"packages/google-cloud-eventarc": "1.15.2",
"packages/google-cloud-eventarc-publishing": "0.6.18",
"packages/google-cloud-filestore": "1.13.1",
"packages/google-cloud-financialservices": "0.1.1",
"packages/google-cloud-financialservices": "0.1.2",
"packages/google-cloud-functions": "1.20.3",
"packages/google-cloud-gdchardwaremanagement": "0.1.11",
"packages/google-cloud-gke-backup": "0.5.17",
Expand All @@ -115,7 +115,7 @@
"packages/google-cloud-monitoring": "2.27.1",
"packages/google-cloud-monitoring-dashboards": "2.18.1",
"packages/google-cloud-monitoring-metrics-scopes": "1.9.1",
"packages/google-cloud-netapp": "0.3.20",
"packages/google-cloud-netapp": "0.3.21",
"packages/google-cloud-network-connectivity": "2.8.0",
"packages/google-cloud-network-management": "1.26.0",
"packages/google-cloud-network-security": "0.9.17",
Expand All @@ -124,7 +124,7 @@
"packages/google-cloud-optimization": "1.11.1",
"packages/google-cloud-oracledatabase": "0.1.9",
"packages/google-cloud-orchestration-airflow": "1.17.5",
"packages/google-cloud-org-policy": "1.13.1",
"packages/google-cloud-org-policy": "1.14.0",
"packages/google-cloud-os-config": "1.20.1",
"packages/google-cloud-os-login": "2.17.1",
"packages/google-cloud-parallelstore": "0.2.14",
Expand All @@ -149,7 +149,7 @@
"packages/google-cloud-retail": "1.25.1",
"packages/google-cloud-run": "0.10.17",
"packages/google-cloud-scheduler": "2.16.1",
"packages/google-cloud-secret-manager": "2.23.2",
"packages/google-cloud-secret-manager": "2.23.3",
"packages/google-cloud-securesourcemanager": "0.1.15",
"packages/google-cloud-securitycenter": "1.38.1",
"packages/google-cloud-securitycentermanagement": "0.1.22",
Expand Down Expand Up @@ -188,7 +188,7 @@
"packages/google-cloud-workstations": "0.5.14",
"packages/google-geo-type": "0.3.12",
"packages/google-maps-addressvalidation": "0.3.18",
"packages/google-maps-areainsights": "0.1.5",
"packages/google-maps-areainsights": "0.1.6",
"packages/google-maps-fleetengine": "0.2.9",
"packages/google-maps-fleetengine-delivery": "0.2.11",
"packages/google-maps-mapsplatformdatasets": "0.4.7",
Expand Down
32 changes: 32 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [0.24.0](https://github.com/googleapis/google-cloud-python/compare/google-analytics-admin-v0.23.6...google-analytics-admin-v0.24.0) (2025-04-17)


### ⚠ BREAKING CHANGES

* change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`.
* rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`.

### Features

* add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `CreateReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `DeleteReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `GetReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `ListReportingDataAnnotations` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `ReportingDataAnnotation` type ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `SubmitUserDeletion` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* add the `UpdateReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))


### Bug Fixes

* change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`. ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`. ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))


### Documentation

* announce the deprecation of the `sharing_with_google_any_sales_enabled` field of the `DataSharingSettings` type ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
* update the documentation of `sharing_with_google_support_enabled`, `sharing_with_google_assigned_sales_enabled`, 'sharing_with_google_products_enabled', 'sharing_with_others_enabled' fields of the `DataSharingSettings` type ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))

## [0.23.6](https://github.com/googleapis/google-cloud-python/compare/google-analytics-admin-v0.23.5...google-analytics-admin-v0.23.6) (2025-03-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.24.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.24.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.24.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.24.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.30.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.29.0...google-cloud-compute-v1.30.0) (2025-04-17)


### Features

* [google-cloud-compute] Update Compute Engine API to revision 20250415 ([#13800](https://github.com/googleapis/google-cloud-python/issues/13800)) ([ae6a7c9](https://github.com/googleapis/google-cloud-python/commit/ae6a7c9c7e6bf014db6347d6d6f0ad15183b7f9a))

## [1.29.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.28.0...google-cloud-compute-v1.29.0) (2025-03-27)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.30.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.30.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-compute",
"version": "0.1.0"
"version": "1.30.0"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-dataplex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.10.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v2.10.0...google-cloud-dataplex-v2.10.1) (2025-04-17)


### Documentation

* minor changes ([cf141a8](https://github.com/googleapis/google-cloud-python/commit/cf141a859c6c2e811f19bfe42346348c1978ebf1))
* minor changes ([#13792](https://github.com/googleapis/google-cloud-python/issues/13792)) ([cf141a8](https://github.com/googleapis/google-cloud-python/commit/cf141a859c6c2e811f19bfe42346348c1978ebf1))

## [2.10.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v2.9.0...google-cloud-dataplex-v2.10.0) (2025-04-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.10.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.10.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dataplex",
"version": "0.1.0"
"version": "2.10.1"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-financialservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-financialservices-v0.1.1...google-cloud-financialservices-v0.1.2) (2025-04-17)


### Documentation

* [google-cloud-financialservices] fix grammar in comments of proto fields ([#13791](https://github.com/googleapis/google-cloud-python/issues/13791)) ([b7ad711](https://github.com/googleapis/google-cloud-python/commit/b7ad711be36c71f60e48ff6ca5c1a18c44d20fc6))
* repalce double quotes with backticks for formats in comments ([b7ad711](https://github.com/googleapis/google-cloud-python/commit/b7ad711be36c71f60e48ff6ca5c1a18c44d20fc6))

## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-financialservices-v0.1.0...google-cloud-financialservices-v0.1.1) (2025-03-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-financialservices",
"version": "0.1.0"
"version": "0.1.2"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.21](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.20...google-cloud-netapp-v0.3.21) (2025-04-17)


### Documentation

* [google-cloud-netapp] A comment for field `cooling_threshold_days` in message `.google.cloud.netapp.v1.TieringPolicy` is changed ([#13795](https://github.com/googleapis/google-cloud-python/issues/13795)) ([5035014](https://github.com/googleapis/google-cloud-python/commit/503501456f77783c07076530b63e58292f26dec4))

## [0.3.20](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.19...google-cloud-netapp-v0.3.20) (2025-03-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.21" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.21" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-netapp",
"version": "0.1.0"
"version": "0.3.21"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-org-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.14.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-org-policy-v1.13.1...google-cloud-org-policy-v1.14.0) (2025-04-17)


### Features

* Add managed constraints new fields (e.g. parameter) ([#13801](https://github.com/googleapis/google-cloud-python/issues/13801)) ([ba8fd2e](https://github.com/googleapis/google-cloud-python/commit/ba8fd2e21566c0beef174e7f180a58d3ae9e7973))


### Documentation

* updated comments ([ba8fd2e](https://github.com/googleapis/google-cloud-python/commit/ba8fd2e21566c0beef174e7f180a58d3ae9e7973))

## [1.13.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-org-policy-v1.13.0...google-cloud-org-policy-v1.13.1) (2025-03-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.14.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.14.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-org-policy",
"version": "0.1.0"
"version": "1.14.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-secret-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.23.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-secret-manager-v2.23.2...google-cloud-secret-manager-v2.23.3) (2025-04-17)


### Documentation

* [google-cloud-secret-manager] various documentation clarifications ([#13796](https://github.com/googleapis/google-cloud-python/issues/13796)) ([5f6227b](https://github.com/googleapis/google-cloud-python/commit/5f6227b047b07d7c032caca77554d9fa86bf7b7c))

## [2.23.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-secret-manager-v2.23.1...google-cloud-secret-manager-v2.23.2) (2025-03-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.3" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.3" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.3" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.23.3" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secret-manager",
"version": "0.1.0"
"version": "2.23.3"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secretmanager",
"version": "0.1.0"
"version": "2.23.3"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-secretmanager",
"version": "0.1.0"
"version": "2.23.3"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-maps-areainsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.6](https://github.com/googleapis/google-cloud-python/compare/google-maps-areainsights-v0.1.5...google-maps-areainsights-v0.1.6) (2025-04-17)


### Documentation

* A comment for field `place` in message `.google.maps.areainsights.v1.LocationFilter` is changed ([afd8e5b](https://github.com/googleapis/google-cloud-python/commit/afd8e5bd3751669be857d7538ce10c04a9ba1ee0))
* A comment for field `place` in message `.google.maps.areainsights.v1.PlaceInsight` is changed ([afd8e5b](https://github.com/googleapis/google-cloud-python/commit/afd8e5bd3751669be857d7538ce10c04a9ba1ee0))

## [0.1.5](https://github.com/googleapis/google-cloud-python/compare/google-maps-areainsights-v0.1.4...google-maps-areainsights-v0.1.5) (2025-03-15)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.6" # {x-release-please-version}
Loading
Loading