From 09c642670d9bcd4d80e5e867d2cf6cdb6266a837 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Mon, 8 Jun 2026 18:31:27 -0700
Subject: [PATCH] chore: regenerate health client
---
.../v4/2.0.0/README.md | 4 ++--
.../services/health/v4/GoogleHealthAPI.java | 14 +++++++-------
.../services/health/v4/model/DataPoint.java | 18 +++++++++---------
.../health/v4/model/ReconciledDataPoint.java | 18 +++++++++---------
.../v4/2.0.0/pom.xml | 4 ++--
.../google-api-services-health/v4/README.md | 4 ++--
6 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/clients/google-api-services-health/v4/2.0.0/README.md b/clients/google-api-services-health/v4/2.0.0/README.md
index a4bc98db712..3d918065fb6 100644
--- a/clients/google-api-services-health/v4/2.0.0/README.md
+++ b/clients/google-api-services-health/v4/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-health
- v4-rev20260527-2.0.0
+ v4-rev20260607-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-health:v4-rev20260527-2.0.0'
+ implementation 'com.google.apis:google-api-services-health:v4-rev20260607-2.0.0'
}
```
diff --git a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/GoogleHealthAPI.java b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/GoogleHealthAPI.java
index 180b9e9ebd8..cd701cfe675 100644
--- a/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/GoogleHealthAPI.java
+++ b/clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/GoogleHealthAPI.java
@@ -3896,7 +3896,7 @@ public List set(String parameterName, Object value) {
* Example: `users/abcd1234/dataTypes/sleep/dataPoints/a1b2c3d4-e5f6-7890-1234-567890abcdef`
* The `{user}` ID is a system-generated identifier, as described in Identity.health_user_id.
* The `{data_type}` ID corresponds to the kebab-case version of the field names in the
- * DataPoint data union field, e.g. `total-calories` for the `total_calories` field. The
+ * DataPoint data union field, e.g. `heart-rate` for the `heart_rate` field. The
* `{data_point}` ID can be client-provided or system-generated. If client-provided, it must
* be a string of 4-63 characters, containing only lowercase letters, numbers, and hyphens.
* @param content the {@link com.google.api.services.health.v4.model.DataPoint}
@@ -3932,7 +3932,7 @@ public class Patch extends GoogleHealthAPIRequestcom.google.apis
google-api-services-health
- v4-rev20260527-2.0.0
- Google Health API v4-rev20260527-2.0.0
+ v4-rev20260607-2.0.0
+ Google Health API v4-rev20260607-2.0.0
jar
2011
diff --git a/clients/google-api-services-health/v4/README.md b/clients/google-api-services-health/v4/README.md
index a4bc98db712..3d918065fb6 100644
--- a/clients/google-api-services-health/v4/README.md
+++ b/clients/google-api-services-health/v4/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-health
- v4-rev20260527-2.0.0
+ v4-rev20260607-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-health:v4-rev20260527-2.0.0'
+ implementation 'com.google.apis:google-api-services-health:v4-rev20260607-2.0.0'
}
```