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-rev20260620-2.0.0</version>
<version>v4-rev20260629-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-rev20260620-2.0.0'
implementation 'com.google.apis:google-api-services-health:v4-rev20260629-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -234,8 +234,8 @@ public class Create extends GoogleHealthAPIRequest<com.google.api.services.healt
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
* be called to initialize this instance immediately after invoking the constructor. </p>
*
* @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
*/
Expand Down Expand Up @@ -306,21 +306,21 @@ 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;
}

/**
* 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()) {
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-rev20260620-2.0.0</version>
<name>Google Health API v4-rev20260620-2.0.0</name>
<version>v4-rev20260629-2.0.0</version>
<name>Google Health API v4-rev20260629-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-rev20260620-2.0.0</version>
<version>v4-rev20260629-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-rev20260620-2.0.0'
implementation 'com.google.apis:google-api-services-health:v4-rev20260629-2.0.0'
}
```

Expand Down
Loading