Skip to content

Commit 8458a50

Browse files
chore: release main
1 parent ae30a4e commit 8458a50

35 files changed

Lines changed: 109 additions & 34 deletions

File tree

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/google-ads-admanager": "0.1.0",
33
"packages/google-ai-generativelanguage": "0.6.2",
44
"packages/google-analytics-admin": "0.22.7",
5-
"packages/google-analytics-data": "0.18.7",
5+
"packages/google-analytics-data": "0.18.8",
66
"packages/google-apps-card": "0.1.2",
77
"packages/google-apps-chat": "0.1.5",
88
"packages/google-apps-events-subscriptions": "0.1.0",
@@ -26,7 +26,7 @@
2626
"packages/google-cloud-automl": "2.13.3",
2727
"packages/google-cloud-backupdr": "0.1.0",
2828
"packages/google-cloud-bare-metal-solution": "1.7.3",
29-
"packages/google-cloud-batch": "0.17.18",
29+
"packages/google-cloud-batch": "0.17.19",
3030
"packages/google-cloud-beyondcorp-appconnections": "0.4.9",
3131
"packages/google-cloud-beyondcorp-appconnectors": "0.4.9",
3232
"packages/google-cloud-beyondcorp-appgateways": "0.4.9",
@@ -73,7 +73,7 @@
7373
"packages/google-cloud-dialogflow": "2.30.0",
7474
"packages/google-cloud-dialogflow-cx": "1.33.0",
7575
"packages/google-cloud-discoveryengine": "0.11.11",
76-
"packages/google-cloud-dlp": "3.16.0",
76+
"packages/google-cloud-dlp": "3.17.0",
7777
"packages/google-cloud-dms": "1.9.3",
7878
"packages/google-cloud-documentai": "2.27.0",
7979
"packages/google-cloud-domains": "1.7.3",
@@ -94,7 +94,7 @@
9494
"packages/google-cloud-iam-logging": "1.3.3",
9595
"packages/google-cloud-iap": "1.13.3",
9696
"packages/google-cloud-ids": "1.7.3",
97-
"packages/google-cloud-kms": "2.21.4",
97+
"packages/google-cloud-kms": "2.22.0",
9898
"packages/google-cloud-kms-inventory": "0.2.6",
9999
"packages/google-cloud-language": "2.13.3",
100100
"packages/google-cloud-life-sciences": "0.9.9",
@@ -115,7 +115,7 @@
115115
"packages/google-cloud-orchestration-airflow": "1.12.1",
116116
"packages/google-cloud-os-config": "1.17.3",
117117
"packages/google-cloud-os-login": "2.14.3",
118-
"packages/google-cloud-parallelstore": "0.1.1",
118+
"packages/google-cloud-parallelstore": "0.1.2",
119119
"packages/google-cloud-phishing-protection": "1.11.3",
120120
"packages/google-cloud-policy-troubleshooter": "1.11.3",
121121
"packages/google-cloud-policysimulator": "0.1.6",
@@ -172,9 +172,9 @@
172172
"packages/google-geo-type": "0.3.7",
173173
"packages/google-maps-addressvalidation": "0.3.11",
174174
"packages/google-maps-fleetengine": "0.1.9",
175-
"packages/google-maps-fleetengine-delivery": "0.1.7",
175+
"packages/google-maps-fleetengine-delivery": "0.1.8",
176176
"packages/google-maps-mapsplatformdatasets": "0.3.7",
177-
"packages/google-maps-places": "0.1.13",
177+
"packages/google-maps-places": "0.1.14",
178178
"packages/google-maps-routing": "0.6.8",
179179
"packages/google-maps-solar": "0.1.0",
180180
"packages/google-shopping-css": "0.1.4",
@@ -184,6 +184,6 @@
184184
"packages/google-shopping-merchant-notifications": "0.1.0",
185185
"packages/google-shopping-merchant-quota": "0.1.0",
186186
"packages/google-shopping-merchant-reports": "0.1.6",
187-
"packages/google-shopping-type": "0.1.5",
187+
"packages/google-shopping-type": "0.1.6",
188188
"packages/grafeas": "1.10.0"
189189
}

packages/google-analytics-data/CHANGELOG.md

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

3+
## [0.18.8](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.18.7...google-analytics-data-v0.18.8) (2024-05-07)
4+
5+
6+
### Features
7+
8+
* add `CreateReportTask`, `QueryReportTask`, `GetReportTask`, `ListReportTasks` methods to the Data API v1alpha ([dbca741](https://github.com/googleapis/google-cloud-python/commit/dbca741598cb110e852b317c80481f0ea239fd3e))
9+
* add `ReportTask`, `Metric`, `OrderBy`, `Cohort`, `CohortsRange`, `CohortReportSettings`, `ResponseMetaData`, `MetricAggregation`, `RestrictedMetricType` types to the Data API v1alpha ([dbca741](https://github.com/googleapis/google-cloud-python/commit/dbca741598cb110e852b317c80481f0ea239fd3e))
10+
311
## [0.18.7](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.18.6...google-analytics-data-v0.18.7) (2024-03-05)
412

513

packages/google-analytics-data/google/analytics/data/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.18.8" # {x-release-please-version}

packages/google-analytics-data/google/analytics/data_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.18.8" # {x-release-please-version}

packages/google-analytics-data/google/analytics/data_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.18.8" # {x-release-please-version}

packages/google-analytics-data/samples/generated_samples/snippet_metadata_google.analytics.data.v1alpha.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-data",
11-
"version": "0.1.0"
11+
"version": "0.18.8"
1212
},
1313
"snippets": [
1414
{

packages/google-analytics-data/samples/generated_samples/snippet_metadata_google.analytics.data.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-data",
11-
"version": "0.1.0"
11+
"version": "0.18.8"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-batch/CHANGELOG.md

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

3+
## [0.17.19](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.18...google-cloud-batch-v0.17.19) (2024-05-07)
4+
5+
6+
### Documentation
7+
8+
* Update description on allowed_locations in LocationPolicy field ([ae30a4e](https://github.com/googleapis/google-cloud-python/commit/ae30a4ea87d5c2cc0bfcd5a7dd85070ba6ba43b9))
9+
310
## [0.17.18](https://github.com/googleapis/google-cloud-python/compare/google-cloud-batch-v0.17.17...google-cloud-batch-v0.17.18) (2024-04-15)
411

512

packages/google-cloud-batch/google/cloud/batch/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.17.19" # {x-release-please-version}

packages/google-cloud-batch/google/cloud/batch_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__ = "0.17.19" # {x-release-please-version}

0 commit comments

Comments
 (0)