Skip to content

Commit 34ae8ef

Browse files
1 parent a322229 commit 34ae8ef

40 files changed

+1134
-5484
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-rev20250430-2.0.0</version>
25+
<version>v1-rev20250526-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-rev20250430-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250526-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: 348 additions & 279 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
4646
* store will not change, references in complex data types will not be parsed. New stores will
4747
* have this value set to ENABLED after a notification period. Warning: turning on this flag
4848
* causes processing existing resources to fail if they contain references to non-existent
49-
* resources.
49+
* resources. Cannot be disabled in R5.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private java.lang.String complexDataTypeReferenceParsing;
5454

5555
/**
5656
* Optional. Specifies whether this store has consent enforcement. Not available for DSTU2 FHIR
57-
* version due to absence of Consent resources.
57+
* version due to absence of Consent resources. Not supported for R5 FHIR version.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -133,7 +133,7 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
133133
* Deprecated. Use `notification_configs` instead. If non-empty, publish all resource
134134
* modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a
135135
* map with a string describing the action that has triggered the notification. For example,
136-
* "action":"CreateResource".
136+
* "action":"CreateResource". Not supported in R5. Use `notification_configs` instead.
137137
* The value may be {@code null}.
138138
*/
139139
@com.google.api.client.util.Key
@@ -214,7 +214,7 @@ public FhirStore setBulkExportGcsDestination(BulkExportGcsDestination bulkExport
214214
* store will not change, references in complex data types will not be parsed. New stores will
215215
* have this value set to ENABLED after a notification period. Warning: turning on this flag
216216
* causes processing existing resources to fail if they contain references to non-existent
217-
* resources.
217+
* resources. Cannot be disabled in R5.
218218
* @return value or {@code null} for none
219219
*/
220220
public java.lang.String getComplexDataTypeReferenceParsing() {
@@ -228,7 +228,7 @@ public java.lang.String getComplexDataTypeReferenceParsing() {
228228
* store will not change, references in complex data types will not be parsed. New stores will
229229
* have this value set to ENABLED after a notification period. Warning: turning on this flag
230230
* causes processing existing resources to fail if they contain references to non-existent
231-
* resources.
231+
* resources. Cannot be disabled in R5.
232232
* @param complexDataTypeReferenceParsing complexDataTypeReferenceParsing or {@code null} for none
233233
*/
234234
public FhirStore setComplexDataTypeReferenceParsing(java.lang.String complexDataTypeReferenceParsing) {
@@ -238,7 +238,7 @@ public FhirStore setComplexDataTypeReferenceParsing(java.lang.String complexData
238238

239239
/**
240240
* Optional. Specifies whether this store has consent enforcement. Not available for DSTU2 FHIR
241-
* version due to absence of Consent resources.
241+
* version due to absence of Consent resources. Not supported for R5 FHIR version.
242242
* @return value or {@code null} for none
243243
*/
244244
public ConsentConfig getConsentConfig() {
@@ -247,7 +247,7 @@ public ConsentConfig getConsentConfig() {
247247

248248
/**
249249
* Optional. Specifies whether this store has consent enforcement. Not available for DSTU2 FHIR
250-
* version due to absence of Consent resources.
250+
* version due to absence of Consent resources. Not supported for R5 FHIR version.
251251
* @param consentConfig consentConfig or {@code null} for none
252252
*/
253253
public FhirStore setConsentConfig(ConsentConfig consentConfig) {
@@ -415,7 +415,7 @@ public FhirStore setName(java.lang.String name) {
415415
* Deprecated. Use `notification_configs` instead. If non-empty, publish all resource
416416
* modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a
417417
* map with a string describing the action that has triggered the notification. For example,
418-
* "action":"CreateResource".
418+
* "action":"CreateResource". Not supported in R5. Use `notification_configs` instead.
419419
* @return value or {@code null} for none
420420
*/
421421
public NotificationConfig getNotificationConfig() {
@@ -426,7 +426,7 @@ public NotificationConfig getNotificationConfig() {
426426
* Deprecated. Use `notification_configs` instead. If non-empty, publish all resource
427427
* modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a
428428
* map with a string describing the action that has triggered the notification. For example,
429-
* "action":"CreateResource".
429+
* "action":"CreateResource". Not supported in R5. Use `notification_configs` instead.
430430
* @param notificationConfig notificationConfig or {@code null} for none
431431
*/
432432
public FhirStore setNotificationConfig(NotificationConfig notificationConfig) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public final class SearchResourcesRequest extends com.google.api.client.json.Gen
3333
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
3434
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
3535
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
36-
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
36+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)),
37+
* [R5](https://hl7.org/fhir/R5/resourcelist.html)).
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -43,7 +44,8 @@ public final class SearchResourcesRequest extends com.google.api.client.json.Gen
4344
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
4445
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
4546
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
46-
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
47+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)),
48+
* [R5](https://hl7.org/fhir/R5/resourcelist.html)).
4749
* @return value or {@code null} for none
4850
*/
4951
public java.lang.String getResourceType() {
@@ -54,7 +56,8 @@ public java.lang.String getResourceType() {
5456
* Optional. The FHIR resource type to search, such as Patient or Observation. For a complete
5557
* list, see the FHIR Resource Index ([DSTU2](https://hl7.org/fhir/DSTU2/resourcelist.html),
5658
* [STU3](https://hl7.org/fhir/STU3/resourcelist.html),
57-
* [R4](https://hl7.org/fhir/R4/resourcelist.html)).
59+
* [R4](https://hl7.org/fhir/R4/resourcelist.html)),
60+
* [R5](https://hl7.org/fhir/R5/resourcelist.html)).
5861
* @param resourceType resourceType or {@code null} for none
5962
*/
6063
public SearchResourcesRequest setResourceType(java.lang.String resourceType) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final class StreamConfig extends com.google.api.client.json.GenericJson {
7373
* enable_update_create to true. The destination store must have disable_referential_integrity set
7474
* to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see
7575
* [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
76-
* tos/logging)).
76+
* tos/logging)). Not supported for R5 stores.
7777
* The value may be {@code null}.
7878
*/
7979
@com.google.api.client.util.Key
@@ -165,7 +165,7 @@ public StreamConfig setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDe
165165
* enable_update_create to true. The destination store must have disable_referential_integrity set
166166
* to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see
167167
* [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
168-
* tos/logging)).
168+
* tos/logging)). Not supported for R5 stores.
169169
* @return value or {@code null} for none
170170
*/
171171
public DeidentifiedStoreDestination getDeidentifiedStoreDestination() {
@@ -187,7 +187,7 @@ public DeidentifiedStoreDestination getDeidentifiedStoreDestination() {
187187
* enable_update_create to true. The destination store must have disable_referential_integrity set
188188
* to true. If a resource cannot be de-identified, errors will be logged to Cloud Logging (see
189189
* [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
190-
* tos/logging)).
190+
* tos/logging)). Not supported for R5 stores.
191191
* @param deidentifiedStoreDestination deidentifiedStoreDestination or {@code null} for none
192192
*/
193193
public StreamConfig setDeidentifiedStoreDestination(DeidentifiedStoreDestination deidentifiedStoreDestination) {

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

Lines changed: 3 additions & 3 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-rev20250430-2.0.0</version>
12-
<name>Cloud Healthcare API v1-rev20250430-2.0.0</name>
11+
<version>v1-rev20250526-2.0.0</version>
12+
<name>Cloud Healthcare API v1-rev20250526-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-gpg-plugin</artifactId>
150-
<version>1.6</version>
150+
<version>3.2.7</version>
151151
<executions>
152152
<execution>
153153
<id>sign-artifacts</id>

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

0 commit comments

Comments
 (0)