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' } ```