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
4 changes: 2 additions & 2 deletions clients/google-api-services-health/v4/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-health</artifactId>
<version>v4-rev20260527-2.0.0</version>
<version>v4-rev20260607-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -3932,7 +3932,7 @@ public class Patch extends GoogleHealthAPIRequest<com.google.api.services.health
* 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}
Expand Down Expand Up @@ -4011,7 +4011,7 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
* `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.
Expand All @@ -4025,9 +4025,9 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
`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 `{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.
`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.
*/
public java.lang.String getName() {
return name;
Expand All @@ -4041,7 +4041,7 @@ public java.lang.String getName() {
* `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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ public final class DataPoint extends com.google.api.client.json.GenericJson {
* `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 `{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.
* 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -806,9 +806,9 @@ public DataPoint setIrregularRhythmNotification(IrregularRhythmNotification irre
* `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 `{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.
* 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.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
Expand All @@ -822,9 +822,9 @@ public java.lang.String getName() {
* `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 `{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.
* 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 name name or {@code null} for none
*/
public DataPoint setName(java.lang.String name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ public final class ReconciledDataPoint extends com.google.api.client.json.Generi
* `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 `{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.
* 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -564,9 +564,9 @@ public ReconciledDataPoint setDailyVo2Max(DailyVO2Max dailyVo2Max) {
* `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 `{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.
* 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.
* @return value or {@code null} for none
*/
public java.lang.String getDataPointName() {
Expand All @@ -580,9 +580,9 @@ public java.lang.String getDataPointName() {
* `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 `{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.
* 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 dataPointName dataPointName or {@code null} for none
*/
public ReconciledDataPoint setDataPointName(java.lang.String dataPointName) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-health/v4/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-health</artifactId>
<version>v4-rev20260527-2.0.0</version>
<name>Google Health API v4-rev20260527-2.0.0</name>
<version>v4-rev20260607-2.0.0</version>
<name>Google Health API v4-rev20260607-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-health/v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-health</artifactId>
<version>v4-rev20260527-2.0.0</version>
<version>v4-rev20260607-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down