Skip to content

Commit 6d1434a

Browse files
1 parent 25d9eab commit 6d1434a

File tree

10 files changed

+220
-66
lines changed

10 files changed

+220
-66
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-rev20250923-2.0.0</version>
25+
<version>v1-rev20251001-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-rev20250923-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20251001-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: 73 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10293,7 +10293,7 @@ public Patch set(String parameterName, Object value) {
1029310293
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
1029410294
* ore_id}`.
1029510295
* @param dicomWebPath Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
10296-
* `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
10296+
* `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1029710297
* @return the request
1029810298
*/
1029910299
public SearchForInstances searchForInstances(java.lang.String parent, java.lang.String dicomWebPath) throws java.io.IOException {
@@ -10333,7 +10333,7 @@ public class SearchForInstances extends CloudHealthcareRequest<com.google.api.se
1033310333
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
1033410334
* ore_id}`.
1033510335
* @param dicomWebPath Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
10336-
* `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
10336+
* `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1033710337
* @since 1.13
1033810338
*/
1033910339
protected SearchForInstances(java.lang.String parent, java.lang.String dicomWebPath) {
@@ -10449,21 +10449,23 @@ public SearchForInstances setParent(java.lang.String parent) {
1044910449

1045010450
/**
1045110451
* Required. The path of the SearchForInstancesRequest DICOMweb request. For example,
10452-
* `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
10452+
* `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or
10453+
* `studies/{study_uid}/instances`.
1045310454
*/
1045410455
@com.google.api.client.util.Key
1045510456
private java.lang.String dicomWebPath;
1045610457

1045710458
/** Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
10458-
`series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
10459+
`studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1045910460
*/
1046010461
public java.lang.String getDicomWebPath() {
1046110462
return dicomWebPath;
1046210463
}
1046310464

1046410465
/**
1046510466
* Required. The path of the SearchForInstancesRequest DICOMweb request. For example,
10466-
* `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
10467+
* `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or
10468+
* `studies/{study_uid}/instances`.
1046710469
*/
1046810470
public SearchForInstances setDicomWebPath(java.lang.String dicomWebPath) {
1046910471
if (!getSuppressPatternChecks()) {
@@ -12893,7 +12895,7 @@ public RetrieveStudy set(String parameterName, Object value) {
1289312895
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
1289412896
* ore_id}`.
1289512897
* @param dicomWebPath Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
12896-
* `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
12898+
* `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1289712899
* @return the request
1289812900
*/
1289912901
public SearchForInstances searchForInstances(java.lang.String parent, java.lang.String dicomWebPath) throws java.io.IOException {
@@ -12933,7 +12935,7 @@ public class SearchForInstances extends CloudHealthcareRequest<com.google.api.se
1293312935
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
1293412936
* ore_id}`.
1293512937
* @param dicomWebPath Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
12936-
* `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
12938+
* `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1293712939
* @since 1.13
1293812940
*/
1293912941
protected SearchForInstances(java.lang.String parent, java.lang.String dicomWebPath) {
@@ -13049,21 +13051,23 @@ public SearchForInstances setParent(java.lang.String parent) {
1304913051

1305013052
/**
1305113053
* Required. The path of the SearchForInstancesRequest DICOMweb request. For example,
13052-
* `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
13054+
* `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or
13055+
* `studies/{study_uid}/instances`.
1305313056
*/
1305413057
@com.google.api.client.util.Key
1305513058
private java.lang.String dicomWebPath;
1305613059

1305713060
/** Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
13058-
`series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
13061+
`studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1305913062
*/
1306013063
public java.lang.String getDicomWebPath() {
1306113064
return dicomWebPath;
1306213065
}
1306313066

1306413067
/**
1306513068
* Required. The path of the SearchForInstancesRequest DICOMweb request. For example,
13066-
* `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
13069+
* `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or
13070+
* `studies/{study_uid}/instances`.
1306713071
*/
1306813072
public SearchForInstances setDicomWebPath(java.lang.String dicomWebPath) {
1306913073
if (!getSuppressPatternChecks()) {
@@ -14123,7 +14127,7 @@ public RetrieveSeries set(String parameterName, Object value) {
1412314127
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
1412414128
* ore_id}`.
1412514129
* @param dicomWebPath Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
14126-
* `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
14130+
* `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1412714131
* @return the request
1412814132
*/
1412914133
public SearchForInstances searchForInstances(java.lang.String parent, java.lang.String dicomWebPath) throws java.io.IOException {
@@ -14163,7 +14167,7 @@ public class SearchForInstances extends CloudHealthcareRequest<com.google.api.se
1416314167
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
1416414168
* ore_id}`.
1416514169
* @param dicomWebPath Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
14166-
* `series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
14170+
* `studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1416714171
* @since 1.13
1416814172
*/
1416914173
protected SearchForInstances(java.lang.String parent, java.lang.String dicomWebPath) {
@@ -14279,22 +14283,22 @@ public SearchForInstances setParent(java.lang.String parent) {
1427914283

1428014284
/**
1428114285
* Required. The path of the SearchForInstancesRequest DICOMweb request. For
14282-
* example, `instances`, `series/{series_uid}/instances`, or
14286+
* example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or
1428314287
* `studies/{study_uid}/instances`.
1428414288
*/
1428514289
@com.google.api.client.util.Key
1428614290
private java.lang.String dicomWebPath;
1428714291

1428814292
/** Required. The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
14289-
`series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
14293+
`studies/{study_uid}/series/{series_uid}/instances`, or `studies/{study_uid}/instances`.
1429014294
*/
1429114295
public java.lang.String getDicomWebPath() {
1429214296
return dicomWebPath;
1429314297
}
1429414298

1429514299
/**
1429614300
* Required. The path of the SearchForInstancesRequest DICOMweb request. For
14297-
* example, `instances`, `series/{series_uid}/instances`, or
14301+
* example, `instances`, `studies/{study_uid}/series/{series_uid}/instances`, or
1429814302
* `studies/{study_uid}/instances`.
1429914303
*/
1430014304
public SearchForInstances setDicomWebPath(java.lang.String dicomWebPath) {
@@ -17148,11 +17152,16 @@ public ExplainDataAccess set(String parameterName, Object value) {
1714817152
}
1714917153
/**
1715017154
* Export resources from the FHIR store to the specified destination. This method returns an
17151-
* Operation that can be used to track the status of the export by calling GetOperation. Immediate
17152-
* fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing
17153-
* error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
17154-
* Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is
17155-
* returned in the response field. The metadata field type for this operation is OperationMetadata.
17155+
* Operation that can be used to track the status of the export by calling GetOperation. To improve
17156+
* performance, it is recommended to make the `type` filter as specific as possible, including only
17157+
* the resource types that are absolutely needed. This minimizes the size of the initial dataset to
17158+
* be processed and is the most effective way to improve performance. While post-filters like
17159+
* `_since` are useful for refining results, they do not speed up the initial data retrieval phase,
17160+
* which is primarily governed by the `type` filter. Immediate fatal errors appear in the error
17161+
* field, errors are also logged to Cloud Logging (see [Viewing error logs in Cloud
17162+
* Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
17163+
* operation finishes, a detailed response of type ExportResourcesResponse is returned in the
17164+
* response field. The metadata field type for this operation is OperationMetadata.
1715617165
*
1715717166
* Create a request for the method "fhirStores.export".
1715817167
*
@@ -17180,12 +17189,16 @@ public class Export extends CloudHealthcareRequest<com.google.api.services.healt
1718017189

1718117190
/**
1718217191
* Export resources from the FHIR store to the specified destination. This method returns an
17183-
* Operation that can be used to track the status of the export by calling GetOperation. Immediate
17184-
* fatal errors appear in the error field, errors are also logged to Cloud Logging (see [Viewing
17185-
* error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
17186-
* Otherwise, when the operation finishes, a detailed response of type ExportResourcesResponse is
17187-
* returned in the response field. The metadata field type for this operation is
17188-
* OperationMetadata.
17192+
* Operation that can be used to track the status of the export by calling GetOperation. To
17193+
* improve performance, it is recommended to make the `type` filter as specific as possible,
17194+
* including only the resource types that are absolutely needed. This minimizes the size of the
17195+
* initial dataset to be processed and is the most effective way to improve performance. While
17196+
* post-filters like `_since` are useful for refining results, they do not speed up the initial
17197+
* data retrieval phase, which is primarily governed by the `type` filter. Immediate fatal errors
17198+
* appear in the error field, errors are also logged to Cloud Logging (see [Viewing error logs in
17199+
* Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
17200+
* operation finishes, a detailed response of type ExportResourcesResponse is returned in the
17201+
* response field. The metadata field type for this operation is OperationMetadata.
1718917202
*
1719017203
* Create a request for the method "fhirStores.export".
1719117204
*
@@ -27699,6 +27712,40 @@ public List setPageToken(java.lang.String pageToken) {
2769927712
return this;
2770027713
}
2770127714

27715+
/**
27716+
* When set to `true`, operations that are reachable are returned as normal, and those
27717+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
27718+
* This can only be `true` when reading across collections e.g. when `parent` is set to
27719+
* `"projects/example/locations/-"`. This field is not by default supported and will
27720+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
27721+
* service or product specific documentation.
27722+
*/
27723+
@com.google.api.client.util.Key
27724+
private java.lang.Boolean returnPartialSuccess;
27725+
27726+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
27727+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
27728+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
27729+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
27730+
explicitly documented otherwise in service or product specific documentation.
27731+
*/
27732+
public java.lang.Boolean getReturnPartialSuccess() {
27733+
return returnPartialSuccess;
27734+
}
27735+
27736+
/**
27737+
* When set to `true`, operations that are reachable are returned as normal, and those
27738+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
27739+
* This can only be `true` when reading across collections e.g. when `parent` is set to
27740+
* `"projects/example/locations/-"`. This field is not by default supported and will
27741+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
27742+
* service or product specific documentation.
27743+
*/
27744+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
27745+
this.returnPartialSuccess = returnPartialSuccess;
27746+
return this;
27747+
}
27748+
2770227749
@Override
2770327750
public List set(String parameterName, Object value) {
2770427751
return (List) super.set(parameterName, value);

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.util.List<Operation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* attempting to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* attempting to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public ListOperationsResponse set(String fieldName, Object value) {
82112
return (ListOperationsResponse) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)