Skip to content

Commit 4c55e29

Browse files
1 parent 0b113b2 commit 4c55e29

File tree

10 files changed

+1184
-1267
lines changed

10 files changed

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

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

Lines changed: 519 additions & 553 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,19 @@ public final class SearchResourcesRequest extends com.google.api.client.json.Gen
3131

3232
/**
3333
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
34-
* list, see the FHIR Resource Index
35-
* ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
36-
* [STU3](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
37-
* [R4](http://hl7.org/implement/standards/fhir/R4/resourcelist.html)).
34+
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
35+
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
36+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
3837
* The value may be {@code null}.
3938
*/
4039
@com.google.api.client.util.Key
4140
private java.lang.String resourceType;
4241

4342
/**
4443
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
45-
* list, see the FHIR Resource Index
46-
* ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
47-
* [STU3](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
48-
* [R4](http://hl7.org/implement/standards/fhir/R4/resourcelist.html)).
44+
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
45+
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
46+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
4947
* @return value or {@code null} for none
5048
*/
5149
public java.lang.String getResourceType() {
@@ -54,10 +52,9 @@ public java.lang.String getResourceType() {
5452

5553
/**
5654
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
57-
* list, see the FHIR Resource Index
58-
* ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
59-
* [STU3](http://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
60-
* [R4](http://hl7.org/implement/standards/fhir/R4/resourcelist.html)).
55+
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
56+
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
57+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
6158
* @param resourceType resourceType or {@code null} for none
6259
*/
6360
public SearchResourcesRequest setResourceType(java.lang.String resourceType) {

clients/google-api-services-healthcare/v1/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-healthcare</artifactId>
11-
<version>v1-rev20250409-2.0.0</version>
12-
<name>Cloud Healthcare API v1-rev20250409-2.0.0</name>
11+
<version>v1-rev20250430-2.0.0</version>
12+
<name>Cloud Healthcare API v1-rev20250430-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

Lines changed: 635 additions & 678 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,19 @@ public final class SearchResourcesRequest extends com.google.api.client.json.Gen
3131

3232
/**
3333
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
34-
* list, see the FHIR Resource Index
35-
* ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
36-
* [STU3](https://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
37-
* [R4](https://hl7.org/implement/standards/fhir/R4/resourcelist.html)).
34+
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
35+
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
36+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
3837
* The value may be {@code null}.
3938
*/
4039
@com.google.api.client.util.Key
4140
private java.lang.String resourceType;
4241

4342
/**
4443
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
45-
* list, see the FHIR Resource Index
46-
* ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
47-
* [STU3](https://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
48-
* [R4](https://hl7.org/implement/standards/fhir/R4/resourcelist.html)).
44+
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
45+
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
46+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
4947
* @return value or {@code null} for none
5048
*/
5149
public java.lang.String getResourceType() {
@@ -54,10 +52,9 @@ public java.lang.String getResourceType() {
5452

5553
/**
5654
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
57-
* list, see the FHIR Resource Index
58-
* ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/resourcelist.html),
59-
* [STU3](https://hl7.org/implement/standards/fhir/STU3/resourcelist.html),
60-
* [R4](https://hl7.org/implement/standards/fhir/R4/resourcelist.html)).
55+
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
56+
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
57+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
6158
* @param resourceType resourceType or {@code null} for none
6259
*/
6360
public SearchResourcesRequest setResourceType(java.lang.String resourceType) {

clients/google-api-services-healthcare/v1beta1/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-healthcare</artifactId>
11-
<version>v1beta1-rev20250409-2.0.0</version>
12-
<name>Cloud Healthcare API v1beta1-rev20250409-2.0.0</name>
11+
<version>v1beta1-rev20250430-2.0.0</version>
12+
<name>Cloud Healthcare API v1beta1-rev20250430-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)