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 c92a3227fc8..e9f09a98138 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-rev20260620-2.0.0
+ v4-rev20260629-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-health:v4-rev20260620-2.0.0'
+ implementation 'com.google.apis:google-api-services-health:v4-rev20260629-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 cd701cfe675..0ef74d6e91a 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
@@ -193,8 +193,8 @@ public class Subscribers {
* This request holds the parameters needed by the health server. After setting any optional
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
*
- * @param parent Required. The parent resource where this subscriber will be created. Format: projects/{project}
- * Example: projects/my-project-123
+ * @param parent Required. The parent resource where this subscriber will be created. Format:
+ * projects/{project_number} Example: projects/1234567890
* @param content the {@link com.google.api.services.health.v4.model.CreateSubscriberPayload}
* @return the request
*/
@@ -234,8 +234,8 @@ public class Create extends GoogleHealthAPIRequest
*
- * @param parent Required. The parent resource where this subscriber will be created. Format: projects/{project}
- * Example: projects/my-project-123
+ * @param parent Required. The parent resource where this subscriber will be created. Format:
+ * projects/{project_number} Example: projects/1234567890
* @param content the {@link com.google.api.services.health.v4.model.CreateSubscriberPayload}
* @since 1.13
*/
@@ -306,13 +306,13 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
/**
* Required. The parent resource where this subscriber will be created. Format:
- * projects/{project} Example: projects/my-project-123
+ * projects/{project_number} Example: projects/1234567890
*/
@com.google.api.client.util.Key
private java.lang.String parent;
- /** Required. The parent resource where this subscriber will be created. Format: projects/{project}
- Example: projects/my-project-123
+ /** Required. The parent resource where this subscriber will be created. Format:
+ projects/{project_number} Example: projects/1234567890
*/
public java.lang.String getParent() {
return parent;
@@ -320,7 +320,7 @@ public java.lang.String getParent() {
/**
* Required. The parent resource where this subscriber will be created. Format:
- * projects/{project} Example: projects/my-project-123
+ * projects/{project_number} Example: projects/1234567890
*/
public Create setParent(java.lang.String parent) {
if (!getSuppressPatternChecks()) {
diff --git a/clients/google-api-services-health/v4/2.0.0/pom.xml b/clients/google-api-services-health/v4/2.0.0/pom.xml
index 7771586cb20..e9f8eac8553 100644
--- a/clients/google-api-services-health/v4/2.0.0/pom.xml
+++ b/clients/google-api-services-health/v4/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-health
- v4-rev20260620-2.0.0
- Google Health API v4-rev20260620-2.0.0
+ v4-rev20260629-2.0.0
+ Google Health API v4-rev20260629-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 c92a3227fc8..e9f09a98138 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-rev20260620-2.0.0
+ v4-rev20260629-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-health:v4-rev20260620-2.0.0'
+ implementation 'com.google.apis:google-api-services-health:v4-rev20260629-2.0.0'
}
```