Skip to content

Commit d195886

Browse files
chore: release main
1 parent 3c31b9e commit d195886

File tree

34 files changed

+110
-33
lines changed

34 files changed

+110
-33
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/google-ads-admanager": "0.2.5",
33
"packages/google-ads-marketingplatform-admin": "0.1.5",
44
"packages/google-ai-generativelanguage": "0.6.17",
5-
"packages/google-analytics-admin": "0.23.6",
5+
"packages/google-analytics-admin": "0.24.0",
66
"packages/google-analytics-data": "0.18.18",
77
"packages/google-apps-card": "0.1.7",
88
"packages/google-apps-chat": "0.2.5",
@@ -54,7 +54,7 @@
5454
"packages/google-cloud-cloudcontrolspartner": "0.2.6",
5555
"packages/google-cloud-commerce-consumer-procurement": "0.1.13",
5656
"packages/google-cloud-common": "1.5.1",
57-
"packages/google-cloud-compute": "1.29.0",
57+
"packages/google-cloud-compute": "1.30.0",
5858
"packages/google-cloud-confidentialcomputing": "0.4.17",
5959
"packages/google-cloud-config": "0.1.17",
6060
"packages/google-cloud-contact-center-insights": "1.23.2",
@@ -68,7 +68,7 @@
6868
"packages/google-cloud-dataflow-client": "0.8.17",
6969
"packages/google-cloud-dataform": "0.6.1",
7070
"packages/google-cloud-datalabeling": "1.13.1",
71-
"packages/google-cloud-dataplex": "2.10.0",
71+
"packages/google-cloud-dataplex": "2.10.1",
7272
"packages/google-cloud-dataproc": "5.18.1",
7373
"packages/google-cloud-dataproc-metastore": "1.18.2",
7474
"packages/google-cloud-datastream": "1.14.0",
@@ -89,7 +89,7 @@
8989
"packages/google-cloud-eventarc": "1.15.2",
9090
"packages/google-cloud-eventarc-publishing": "0.6.18",
9191
"packages/google-cloud-filestore": "1.13.1",
92-
"packages/google-cloud-financialservices": "0.1.1",
92+
"packages/google-cloud-financialservices": "0.1.2",
9393
"packages/google-cloud-functions": "1.20.3",
9494
"packages/google-cloud-gdchardwaremanagement": "0.1.11",
9595
"packages/google-cloud-gke-backup": "0.5.17",
@@ -115,7 +115,7 @@
115115
"packages/google-cloud-monitoring": "2.27.1",
116116
"packages/google-cloud-monitoring-dashboards": "2.18.1",
117117
"packages/google-cloud-monitoring-metrics-scopes": "1.9.1",
118-
"packages/google-cloud-netapp": "0.3.20",
118+
"packages/google-cloud-netapp": "0.3.21",
119119
"packages/google-cloud-network-connectivity": "2.8.0",
120120
"packages/google-cloud-network-management": "1.26.0",
121121
"packages/google-cloud-network-security": "0.9.17",
@@ -149,7 +149,7 @@
149149
"packages/google-cloud-retail": "1.25.1",
150150
"packages/google-cloud-run": "0.10.17",
151151
"packages/google-cloud-scheduler": "2.16.1",
152-
"packages/google-cloud-secret-manager": "2.23.2",
152+
"packages/google-cloud-secret-manager": "2.23.3",
153153
"packages/google-cloud-securesourcemanager": "0.1.15",
154154
"packages/google-cloud-securitycenter": "1.38.1",
155155
"packages/google-cloud-securitycentermanagement": "0.1.22",
@@ -188,7 +188,7 @@
188188
"packages/google-cloud-workstations": "0.5.14",
189189
"packages/google-geo-type": "0.3.12",
190190
"packages/google-maps-addressvalidation": "0.3.18",
191-
"packages/google-maps-areainsights": "0.1.5",
191+
"packages/google-maps-areainsights": "0.1.6",
192192
"packages/google-maps-fleetengine": "0.2.9",
193193
"packages/google-maps-fleetengine-delivery": "0.2.11",
194194
"packages/google-maps-mapsplatformdatasets": "0.4.7",

packages/google-analytics-admin/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`.
9+
* rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`.
10+
11+
### Features
12+
13+
* add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
14+
* add the `CreateReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
15+
* add the `DeleteReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
16+
* add the `GetReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
17+
* add the `ListReportingDataAnnotations` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
18+
* add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
19+
* add the `ReportingDataAnnotation` type ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
20+
* add the `SubmitUserDeletion` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
21+
* add the `UpdateReportingDataAnnotation` method ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
22+
23+
24+
### Bug Fixes
25+
26+
* change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`. ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
27+
* rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`. ([c59a5c9](https://github.com/googleapis/google-cloud-python/commit/c59a5c9a88038f81f8899003988bfd3201bf40ed))
28+
29+
30+
### Documentation
31+
32+
* 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))
33+
* 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))
34+
335
## [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)
436

537

packages/google-analytics-admin/google/analytics/admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.24.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.24.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.24.0" # {x-release-please-version}

packages/google-analytics-admin/samples/generated_samples/snippet_metadata_google.analytics.admin.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.24.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-compute/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* [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))
9+
310
## [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)
411

512

packages/google-cloud-compute/google/cloud/compute/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.30.0" # {x-release-please-version}

packages/google-cloud-compute/google/cloud/compute_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.30.0" # {x-release-please-version}

packages/google-cloud-compute/samples/generated_samples/snippet_metadata_google.cloud.compute.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-compute",
11-
"version": "0.1.0"
11+
"version": "1.30.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)