Skip to content

Commit dc8de01

Browse files
1 parent 269c48e commit dc8de01

File tree

8 files changed

+68
-70
lines changed

8 files changed

+68
-70
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-rev20251009-2.0.0</version>
25+
<version>v1-rev20251016-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-rev20251009-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20251016-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: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16469,45 +16469,44 @@ public BulkExportGroup setType(java.lang.String type) {
1646916469
}
1647016470

1647116471
/**
16472-
* Optional. Required. The FHIR resource type used to organize exported resources. Only
16473-
* supports "Patient". When organized by Patient resource, output files are grouped as
16474-
* follows: * Patient file(s) containing the Patient resources. Each Patient is
16475-
* sequentially followed by all resources the Patient references, and all resources that
16476-
* reference the Patient (equivalent to a GetPatientEverything request). * Individual
16477-
* files grouped by resource type for resources in the Group's member field and the
16478-
* Group resource itself. Resources may be duplicated across multiple Patients. For
16479-
* example, if two Patient resources reference the same Organization resource, it will
16480-
* appear twice, once after each Patient. The Group resource from the request does not
16481-
* appear in the Patient files.
16472+
* Required. The FHIR resource type used to organize exported resources. Only supports
16473+
* "Patient". When organized by Patient resource, output files are grouped as follows: *
16474+
* Patient file(s) containing the Patient resources. Each Patient is sequentially
16475+
* followed by all resources the Patient references, and all resources that reference
16476+
* the Patient (equivalent to a GetPatientEverything request). * Individual files
16477+
* grouped by resource type for resources in the Group's member field and the Group
16478+
* resource itself. Resources may be duplicated across multiple Patients. For example,
16479+
* if two Patient resources reference the same Organization resource, it will appear
16480+
* twice, once after each Patient. The Group resource from the request does not appear
16481+
* in the Patient files.
1648216482
*/
1648316483
@com.google.api.client.util.Key
1648416484
private java.lang.String organizeOutputBy;
1648516485

16486-
/** Optional. Required. The FHIR resource type used to organize exported resources. Only supports
16487-
"Patient". When organized by Patient resource, output files are grouped as follows: * Patient
16488-
file(s) containing the Patient resources. Each Patient is sequentially followed by all resources
16489-
the Patient references, and all resources that reference the Patient (equivalent to a
16490-
GetPatientEverything request). * Individual files grouped by resource type for resources in the
16491-
Group's member field and the Group resource itself. Resources may be duplicated across multiple
16492-
Patients. For example, if two Patient resources reference the same Organization resource, it will
16493-
appear twice, once after each Patient. The Group resource from the request does not appear in the
16494-
Patient files.
16486+
/** Required. The FHIR resource type used to organize exported resources. Only supports "Patient". When
16487+
organized by Patient resource, output files are grouped as follows: * Patient file(s) containing
16488+
the Patient resources. Each Patient is sequentially followed by all resources the Patient
16489+
references, and all resources that reference the Patient (equivalent to a GetPatientEverything
16490+
request). * Individual files grouped by resource type for resources in the Group's member field and
16491+
the Group resource itself. Resources may be duplicated across multiple Patients. For example, if
16492+
two Patient resources reference the same Organization resource, it will appear twice, once after
16493+
each Patient. The Group resource from the request does not appear in the Patient files.
1649516494
*/
1649616495
public java.lang.String getOrganizeOutputBy() {
1649716496
return organizeOutputBy;
1649816497
}
1649916498

1650016499
/**
16501-
* Optional. Required. The FHIR resource type used to organize exported resources. Only
16502-
* supports "Patient". When organized by Patient resource, output files are grouped as
16503-
* follows: * Patient file(s) containing the Patient resources. Each Patient is
16504-
* sequentially followed by all resources the Patient references, and all resources that
16505-
* reference the Patient (equivalent to a GetPatientEverything request). * Individual
16506-
* files grouped by resource type for resources in the Group's member field and the
16507-
* Group resource itself. Resources may be duplicated across multiple Patients. For
16508-
* example, if two Patient resources reference the same Organization resource, it will
16509-
* appear twice, once after each Patient. The Group resource from the request does not
16510-
* appear in the Patient files.
16500+
* Required. The FHIR resource type used to organize exported resources. Only supports
16501+
* "Patient". When organized by Patient resource, output files are grouped as follows: *
16502+
* Patient file(s) containing the Patient resources. Each Patient is sequentially
16503+
* followed by all resources the Patient references, and all resources that reference
16504+
* the Patient (equivalent to a GetPatientEverything request). * Individual files
16505+
* grouped by resource type for resources in the Group's member field and the Group
16506+
* resource itself. Resources may be duplicated across multiple Patients. For example,
16507+
* if two Patient resources reference the same Organization resource, it will appear
16508+
* twice, once after each Patient. The Group resource from the request does not appear
16509+
* in the Patient files.
1651116510
*/
1651216511
public BulkExportGroup setOrganizeOutputBy(java.lang.String organizeOutputBy) {
1651316512
this.organizeOutputBy = organizeOutputBy;

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-rev20251009-2.0.0</version>
12-
<name>Cloud Healthcare API v1-rev20251009-2.0.0</name>
11+
<version>v1-rev20251016-2.0.0</version>
12+
<name>Cloud Healthcare API v1-rev20251016-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-rev20251009-2.0.0</version>
25+
<version>v1-rev20251016-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-rev20251009-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20251016-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-rev20251009-2.0.0</version>
25+
<version>v1beta1-rev20251016-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-rev20251009-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20251016-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: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17497,45 +17497,44 @@ public BulkExportGroup setType(java.lang.String type) {
1749717497
}
1749817498

1749917499
/**
17500-
* Optional. Required. The FHIR resource type used to organize exported resources. Only
17501-
* supports "Patient". When organized by Patient resource, output files are grouped as
17502-
* follows: * Patient file(s) containing the Patient resources. Each Patient is
17503-
* sequentially followed by all resources the Patient references, and all resources that
17504-
* reference the Patient (equivalent to a GetPatientEverything request). * Individual
17505-
* files grouped by resource type for resources in the Group's member field and the
17506-
* Group resource itself. Resources may be duplicated across multiple Patients. For
17507-
* example, if two Patient resources reference the same Organization resource, it will
17508-
* appear twice, once after each Patient. The Group resource from the request does not
17509-
* appear in the Patient files.
17500+
* Required. The FHIR resource type used to organize exported resources. Only supports
17501+
* "Patient". When organized by Patient resource, output files are grouped as follows: *
17502+
* Patient file(s) containing the Patient resources. Each Patient is sequentially
17503+
* followed by all resources the Patient references, and all resources that reference
17504+
* the Patient (equivalent to a GetPatientEverything request). * Individual files
17505+
* grouped by resource type for resources in the Group's member field and the Group
17506+
* resource itself. Resources may be duplicated across multiple Patients. For example,
17507+
* if two Patient resources reference the same Organization resource, it will appear
17508+
* twice, once after each Patient. The Group resource from the request does not appear
17509+
* in the Patient files.
1751017510
*/
1751117511
@com.google.api.client.util.Key
1751217512
private java.lang.String organizeOutputBy;
1751317513

17514-
/** Optional. Required. The FHIR resource type used to organize exported resources. Only supports
17515-
"Patient". When organized by Patient resource, output files are grouped as follows: * Patient
17516-
file(s) containing the Patient resources. Each Patient is sequentially followed by all resources
17517-
the Patient references, and all resources that reference the Patient (equivalent to a
17518-
GetPatientEverything request). * Individual files grouped by resource type for resources in the
17519-
Group's member field and the Group resource itself. Resources may be duplicated across multiple
17520-
Patients. For example, if two Patient resources reference the same Organization resource, it will
17521-
appear twice, once after each Patient. The Group resource from the request does not appear in the
17522-
Patient files.
17514+
/** Required. The FHIR resource type used to organize exported resources. Only supports "Patient". When
17515+
organized by Patient resource, output files are grouped as follows: * Patient file(s) containing
17516+
the Patient resources. Each Patient is sequentially followed by all resources the Patient
17517+
references, and all resources that reference the Patient (equivalent to a GetPatientEverything
17518+
request). * Individual files grouped by resource type for resources in the Group's member field and
17519+
the Group resource itself. Resources may be duplicated across multiple Patients. For example, if
17520+
two Patient resources reference the same Organization resource, it will appear twice, once after
17521+
each Patient. The Group resource from the request does not appear in the Patient files.
1752317522
*/
1752417523
public java.lang.String getOrganizeOutputBy() {
1752517524
return organizeOutputBy;
1752617525
}
1752717526

1752817527
/**
17529-
* Optional. Required. The FHIR resource type used to organize exported resources. Only
17530-
* supports "Patient". When organized by Patient resource, output files are grouped as
17531-
* follows: * Patient file(s) containing the Patient resources. Each Patient is
17532-
* sequentially followed by all resources the Patient references, and all resources that
17533-
* reference the Patient (equivalent to a GetPatientEverything request). * Individual
17534-
* files grouped by resource type for resources in the Group's member field and the
17535-
* Group resource itself. Resources may be duplicated across multiple Patients. For
17536-
* example, if two Patient resources reference the same Organization resource, it will
17537-
* appear twice, once after each Patient. The Group resource from the request does not
17538-
* appear in the Patient files.
17528+
* Required. The FHIR resource type used to organize exported resources. Only supports
17529+
* "Patient". When organized by Patient resource, output files are grouped as follows: *
17530+
* Patient file(s) containing the Patient resources. Each Patient is sequentially
17531+
* followed by all resources the Patient references, and all resources that reference
17532+
* the Patient (equivalent to a GetPatientEverything request). * Individual files
17533+
* grouped by resource type for resources in the Group's member field and the Group
17534+
* resource itself. Resources may be duplicated across multiple Patients. For example,
17535+
* if two Patient resources reference the same Organization resource, it will appear
17536+
* twice, once after each Patient. The Group resource from the request does not appear
17537+
* in the Patient files.
1753917538
*/
1754017539
public BulkExportGroup setOrganizeOutputBy(java.lang.String organizeOutputBy) {
1754117540
this.organizeOutputBy = organizeOutputBy;

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-rev20251009-2.0.0</version>
12-
<name>Cloud Healthcare API v1beta1-rev20251009-2.0.0</name>
11+
<version>v1beta1-rev20251016-2.0.0</version>
12+
<name>Cloud Healthcare API v1beta1-rev20251016-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-rev20251009-2.0.0</version>
25+
<version>v1beta1-rev20251016-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-rev20251009-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20251016-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)