Skip to content

Commit 25bbcf4

Browse files
1 parent cd395a7 commit 25bbcf4

File tree

11 files changed

+1153
-140
lines changed

11 files changed

+1153
-140
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-rev20250724-2.0.0</version>
25+
<version>v1-rev20250821-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-rev20250724-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250821-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: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. A list of extra location types that should be used as conditions for
449-
* controlling the visibility of the locations.
448+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
449+
* documented otherwise. This is primarily for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. A list of extra location types that should be used as conditions for controlling the
455-
visibility of the locations.
454+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
455+
otherwise. This is primarily for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. A list of extra location types that should be used as conditions for
463-
* controlling the visibility of the locations.
462+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
463+
* documented otherwise. This is primarily for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;
@@ -22972,11 +22972,10 @@ public Read set(String parameterName, Object value) {
2297222972
* identifier search criteria matches a large number (i.e. more than 2,000) of resources. For a
2297322973
* search query that will match a large number of resources, you can avoiding using the special
2297422974
* synchronous index by including an additional `_sort` parameter in your query. Use
22975-
* `_sort=-_lastUpdated` if you want to keep the default sorting order. Note: The special
22976-
* synchronous identifier index are currently disabled for DocumentReference and DocumentManifest
22977-
* searches. For samples and detailed information, see [Searching for FHIR
22978-
* resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
22979-
* search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
22975+
* `_sort=-_lastUpdated` if you want to keep the default sorting order. For samples and detailed
22976+
* information, see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-
22977+
* tos/fhir-search) and [Advanced FHIR search
22978+
* features](https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
2298022979
*
2298122980
* Create a request for the method "fhir.search".
2298222981
*
@@ -23050,11 +23049,9 @@ public class Search extends CloudHealthcareRequest<com.google.api.services.healt
2305023049
* large number (i.e. more than 2,000) of resources. For a search query that will match a large
2305123050
* number of resources, you can avoiding using the special synchronous index by including an
2305223051
* additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if you want to keep the
23053-
* default sorting order. Note: The special synchronous identifier index are currently disabled
23054-
* for DocumentReference and DocumentManifest searches. For samples and detailed information, see
23055-
* [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search)
23056-
* and [Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-
23057-
* advanced-search).
23052+
* default sorting order. For samples and detailed information, see [Searching for FHIR
23053+
* resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
23054+
* search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
2305823055
*
2305923056
* Create a request for the method "fhir.search".
2306023057
*
@@ -23207,11 +23204,10 @@ public Search set(String parameterName, Object value) {
2320723204
* identifier search criteria matches a large number (i.e. more than 2,000) of resources. For a
2320823205
* search query that will match a large number of resources, you can avoiding using the special
2320923206
* synchronous index by including an additional `_sort` parameter in your query. Use
23210-
* `_sort=-_lastUpdated` if you want to keep the default sorting order. Note: The special
23211-
* synchronous identifier index are currently disabled for DocumentReference and DocumentManifest
23212-
* searches. For samples and detailed information, see [Searching for FHIR
23213-
* resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
23214-
* search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
23207+
* `_sort=-_lastUpdated` if you want to keep the default sorting order. For samples and detailed
23208+
* information, see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-
23209+
* tos/fhir-search) and [Advanced FHIR search
23210+
* features](https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
2321523211
*
2321623212
* Create a request for the method "fhir.search-type".
2321723213
*
@@ -23290,11 +23286,9 @@ public class SearchType extends CloudHealthcareRequest<com.google.api.services.h
2329023286
* large number (i.e. more than 2,000) of resources. For a search query that will match a large
2329123287
* number of resources, you can avoiding using the special synchronous index by including an
2329223288
* additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if you want to keep the
23293-
* default sorting order. Note: The special synchronous identifier index are currently disabled
23294-
* for DocumentReference and DocumentManifest searches. For samples and detailed information, see
23295-
* [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search)
23296-
* and [Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-
23297-
* advanced-search).
23289+
* default sorting order. For samples and detailed information, see [Searching for FHIR
23290+
* resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR
23291+
* search features](https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
2329823292
*
2329923293
* Create a request for the method "fhir.search-type".
2330023294
*

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

0 commit comments

Comments
 (0)