Skip to content

Commit fe71992

Browse files
1 parent 3fe8a85 commit fe71992

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

clients/google-api-services-healthcare/v1/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-healthcare</artifactId>
25-
<version>v1-rev20250327-2.0.0</version>
25+
<version>v1-rev20250409-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-healthcare:v1-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250409-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/Dataset.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
4949
private java.lang.String name;
5050

5151
/**
52-
* Output only. For future use.
52+
* Output only. Whether the dataset satisfies zone isolation.
5353
* The value may be {@code null}.
5454
*/
5555
@com.google.api.client.util.Key
5656
private java.lang.Boolean satisfiesPzi;
5757

5858
/**
59-
* Output only. For future use.
59+
* Output only. Whether the dataset satisfies zone separation.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public Dataset setName(java.lang.String name) {
112112
}
113113

114114
/**
115-
* Output only. For future use.
115+
* Output only. Whether the dataset satisfies zone isolation.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.Boolean getSatisfiesPzi() {
119119
return satisfiesPzi;
120120
}
121121

122122
/**
123-
* Output only. For future use.
123+
* Output only. Whether the dataset satisfies zone isolation.
124124
* @param satisfiesPzi satisfiesPzi or {@code null} for none
125125
*/
126126
public Dataset setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
@@ -129,15 +129,15 @@ public Dataset setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
129129
}
130130

131131
/**
132-
* Output only. For future use.
132+
* Output only. Whether the dataset satisfies zone separation.
133133
* @return value or {@code null} for none
134134
*/
135135
public java.lang.Boolean getSatisfiesPzs() {
136136
return satisfiesPzs;
137137
}
138138

139139
/**
140-
* Output only. For future use.
140+
* Output only. Whether the dataset satisfies zone separation.
141141
* @param satisfiesPzs satisfiesPzs or {@code null} for none
142142
*/
143143
public Dataset setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {

clients/google-api-services-healthcare/v1/2.0.0/pom.xml

Lines changed: 4 additions & 4 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-healthcare</artifactId>
11-
<version>v1-rev20250327-2.0.0</version>
12-
<name>Cloud Healthcare API v1-rev20250327-2.0.0</name>
11+
<version>v1-rev20250409-2.0.0</version>
12+
<name>Cloud Healthcare API v1-rev20250409-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,8 +90,8 @@
9090
<windowtitle>Cloud Healthcare API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

clients/google-api-services-healthcare/v1/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-healthcare</artifactId>
25-
<version>v1-rev20250327-2.0.0</version>
25+
<version>v1-rev20250409-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-healthcare:v1-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250409-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-healthcare/v1beta1/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-healthcare</artifactId>
25-
<version>v1beta1-rev20250327-2.0.0</version>
25+
<version>v1beta1-rev20250409-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-healthcare:v1beta1-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20250409-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/Dataset.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
4949
private java.lang.String name;
5050

5151
/**
52-
* Output only. For future use.
52+
* Output only. Whether the dataset satisfies zone isolation.
5353
* The value may be {@code null}.
5454
*/
5555
@com.google.api.client.util.Key
5656
private java.lang.Boolean satisfiesPzi;
5757

5858
/**
59-
* Output only. For future use.
59+
* Output only. Whether the dataset satisfies zone separation.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public Dataset setName(java.lang.String name) {
112112
}
113113

114114
/**
115-
* Output only. For future use.
115+
* Output only. Whether the dataset satisfies zone isolation.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.Boolean getSatisfiesPzi() {
119119
return satisfiesPzi;
120120
}
121121

122122
/**
123-
* Output only. For future use.
123+
* Output only. Whether the dataset satisfies zone isolation.
124124
* @param satisfiesPzi satisfiesPzi or {@code null} for none
125125
*/
126126
public Dataset setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
@@ -129,15 +129,15 @@ public Dataset setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
129129
}
130130

131131
/**
132-
* Output only. For future use.
132+
* Output only. Whether the dataset satisfies zone separation.
133133
* @return value or {@code null} for none
134134
*/
135135
public java.lang.Boolean getSatisfiesPzs() {
136136
return satisfiesPzs;
137137
}
138138

139139
/**
140-
* Output only. For future use.
140+
* Output only. Whether the dataset satisfies zone separation.
141141
* @param satisfiesPzs satisfiesPzs or {@code null} for none
142142
*/
143143
public Dataset setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {

clients/google-api-services-healthcare/v1beta1/2.0.0/pom.xml

Lines changed: 4 additions & 4 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-healthcare</artifactId>
11-
<version>v1beta1-rev20250327-2.0.0</version>
12-
<name>Cloud Healthcare API v1beta1-rev20250327-2.0.0</name>
11+
<version>v1beta1-rev20250409-2.0.0</version>
12+
<name>Cloud Healthcare API v1beta1-rev20250409-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,8 +90,8 @@
9090
<windowtitle>Cloud Healthcare API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

clients/google-api-services-healthcare/v1beta1/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-healthcare</artifactId>
25-
<version>v1beta1-rev20250327-2.0.0</version>
25+
<version>v1beta1-rev20250409-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-healthcare:v1beta1-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20250409-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)