Skip to content

Commit 49fd7f8

Browse files
chore: regenerate health client
1 parent 7fd7295 commit 49fd7f8

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

clients/google-api-services-health/v4/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-health</artifactId>
25-
<version>v4-rev20260620-2.0.0</version>
25+
<version>v4-rev20260629-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-health:v4-rev20260620-2.0.0'
38+
implementation 'com.google.apis:google-api-services-health:v4-rev20260629-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-health/v4/2.0.0/com/google/api/services/health/v4/GoogleHealthAPI.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ public class Subscribers {
193193
* This request holds the parameters needed by the health server. After setting any optional
194194
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
195195
*
196-
* @param parent Required. The parent resource where this subscriber will be created. Format: projects/{project}
197-
* Example: projects/my-project-123
196+
* @param parent Required. The parent resource where this subscriber will be created. Format:
197+
* projects/{project_number} Example: projects/1234567890
198198
* @param content the {@link com.google.api.services.health.v4.model.CreateSubscriberPayload}
199199
* @return the request
200200
*/
@@ -234,8 +234,8 @@ public class Create extends GoogleHealthAPIRequest<com.google.api.services.healt
234234
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
235235
* be called to initialize this instance immediately after invoking the constructor. </p>
236236
*
237-
* @param parent Required. The parent resource where this subscriber will be created. Format: projects/{project}
238-
* Example: projects/my-project-123
237+
* @param parent Required. The parent resource where this subscriber will be created. Format:
238+
* projects/{project_number} Example: projects/1234567890
239239
* @param content the {@link com.google.api.services.health.v4.model.CreateSubscriberPayload}
240240
* @since 1.13
241241
*/
@@ -306,21 +306,21 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
306306

307307
/**
308308
* Required. The parent resource where this subscriber will be created. Format:
309-
* projects/{project} Example: projects/my-project-123
309+
* projects/{project_number} Example: projects/1234567890
310310
*/
311311
@com.google.api.client.util.Key
312312
private java.lang.String parent;
313313

314-
/** Required. The parent resource where this subscriber will be created. Format: projects/{project}
315-
Example: projects/my-project-123
314+
/** Required. The parent resource where this subscriber will be created. Format:
315+
projects/{project_number} Example: projects/1234567890
316316
*/
317317
public java.lang.String getParent() {
318318
return parent;
319319
}
320320

321321
/**
322322
* Required. The parent resource where this subscriber will be created. Format:
323-
* projects/{project} Example: projects/my-project-123
323+
* projects/{project_number} Example: projects/1234567890
324324
*/
325325
public Create setParent(java.lang.String parent) {
326326
if (!getSuppressPatternChecks()) {

clients/google-api-services-health/v4/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-health</artifactId>
11-
<version>v4-rev20260620-2.0.0</version>
12-
<name>Google Health API v4-rev20260620-2.0.0</name>
11+
<version>v4-rev20260629-2.0.0</version>
12+
<name>Google Health API v4-rev20260629-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-health/v4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-health</artifactId>
25-
<version>v4-rev20260620-2.0.0</version>
25+
<version>v4-rev20260629-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-health:v4-rev20260620-2.0.0'
38+
implementation 'com.google.apis:google-api-services-health:v4-rev20260629-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)