Skip to content

Commit 7cb0b06

Browse files
1 parent 9bce7db commit 7cb0b06

File tree

8 files changed

+52
-55
lines changed

8 files changed

+52
-55
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-rev20250625-2.0.0</version>
25+
<version>v1-rev20250710-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250710-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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12470,8 +12470,8 @@ public Delete set(String parameterName, Object value) {
1247012470
}
1247112471
}
1247212472
/**
12473-
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata with
12474-
* the bulk data removed. See [RetrieveTransaction]
12473+
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata. See
12474+
* [RetrieveTransaction]
1247512475
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
1247612476
* the implementation of RetrieveStudyMetadata, see [Metadata
1247712477
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -12508,8 +12508,8 @@ public class RetrieveMetadata extends CloudHealthcareRequest<com.google.api.serv
1250812508
java.util.regex.Pattern.compile("^studies/[^/]+/metadata$");
1250912509

1251012510
/**
12511-
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata
12512-
* with the bulk data removed. See [RetrieveTransaction]
12511+
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata.
12512+
* See [RetrieveTransaction]
1251312513
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
1251412514
* the implementation of RetrieveStudyMetadata, see [Metadata
1251512515
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -13697,7 +13697,7 @@ public Delete set(String parameterName, Object value) {
1369713697
}
1369813698
/**
1369913699
* RetrieveSeriesMetadata returns instance associated with the given study and series, presented as
13700-
* metadata with the bulk data removed. See [RetrieveTransaction]
13700+
* metadata. See [RetrieveTransaction]
1370113701
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
1370213702
* the implementation of RetrieveSeriesMetadata, see [Metadata
1370313703
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -13735,7 +13735,7 @@ public class RetrieveMetadata extends CloudHealthcareRequest<com.google.api.serv
1373513735

1373613736
/**
1373713737
* RetrieveSeriesMetadata returns instance associated with the given study and series, presented
13738-
* as metadata with the bulk data removed. See [RetrieveTransaction]
13738+
* as metadata. See [RetrieveTransaction]
1373913739
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
1374013740
* the implementation of RetrieveSeriesMetadata, see [Metadata
1374113741
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -14736,7 +14736,7 @@ public RetrieveInstance set(String parameterName, Object value) {
1473614736
}
1473714737
/**
1473814738
* RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP
14739-
* Instance UID presented as metadata with the bulk data removed. See [RetrieveTransaction]
14739+
* Instance UID presented as metadata. See [RetrieveTransaction]
1474014740
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
1474114741
* the implementation of RetrieveInstanceMetadata, see [Metadata
1474214742
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -14774,7 +14774,7 @@ public class RetrieveMetadata extends CloudHealthcareRequest<com.google.api.serv
1477414774

1477514775
/**
1477614776
* RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP
14777-
* Instance UID presented as metadata with the bulk data removed. See [RetrieveTransaction]
14777+
* Instance UID presented as metadata. See [RetrieveTransaction]
1477814778
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
1477914779
* the implementation of RetrieveInstanceMetadata, see [Metadata
1478014780
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
@@ -15198,8 +15198,8 @@ public class Bulkdata {
1519815198

1519915199
/**
1520015200
* Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an instance.
15201-
* See [Retrieve Transaction]
15202-
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}. For
15201+
* See [Retrieve
15202+
* Transaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For
1520315203
* details on the implementation of RetrieveBulkdata, see [Bulkdata
1520415204
* resources](https://cloud.google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud
1520515205
* Healthcare API conformance statement. For samples that show how to call RetrieveBulkdata, see
@@ -15235,8 +15235,8 @@ public class RetrieveBulkdata extends CloudHealthcareRequest<com.google.api.serv
1523515235

1523615236
/**
1523715237
* Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an
15238-
* instance. See [Retrieve Transaction]
15239-
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}.
15238+
* instance. See [Retrieve
15239+
* Transaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
1524015240
* For details on the implementation of RetrieveBulkdata, see [Bulkdata
1524115241
* resources](https://cloud.google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud
1524215242
* Healthcare API conformance statement. For samples that show how to call RetrieveBulkdata, see

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-rev20250625-2.0.0</version>
12-
<name>Cloud Healthcare API v1-rev20250625-2.0.0</name>
11+
<version>v1-rev20250710-2.0.0</version>
12+
<name>Cloud Healthcare API v1-rev20250710-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-rev20250625-2.0.0</version>
25+
<version>v1-rev20250710-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250710-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-rev20250625-2.0.0</version>
25+
<version>v1beta1-rev20250710-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-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20250710-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 & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13090,13 +13090,13 @@ public Delete set(String parameterName, Object value) {
1309013090
}
1309113091
}
1309213092
/**
13093-
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata with
13094-
* the bulk data removed. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/outp
13095-
* ut/html/part18.html#sect_10.4). For details on the implementation of RetrieveStudyMetadata, see
13096-
* [Metadata resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the
13097-
* Cloud Healthcare API conformance statement. For samples that show how to call
13098-
* RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-
13099-
* tos/dicomweb#retrieve-metadata).
13093+
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata. See
13094+
* [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10
13095+
* .4). For details on the implementation of RetrieveStudyMetadata, see [Metadata
13096+
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
13097+
* Healthcare API conformance statement. For samples that show how to call RetrieveStudyMetadata,
13098+
* see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
13099+
* metadata).
1310013100
*
1310113101
* Create a request for the method "studies.retrieveMetadata".
1310213102
*
@@ -13127,10 +13127,9 @@ public class RetrieveMetadata extends CloudHealthcareRequest<com.google.api.serv
1312713127
java.util.regex.Pattern.compile("^studies/[^/]+/metadata$");
1312813128

1312913129
/**
13130-
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata
13131-
* with the bulk data removed. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/curre
13132-
* nt/output/html/part18.html#sect_10.4). For details on the implementation of
13133-
* RetrieveStudyMetadata, see [Metadata
13130+
* RetrieveStudyMetadata returns instance associated with the given study presented as metadata.
13131+
* See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#s
13132+
* ect_10.4). For details on the implementation of RetrieveStudyMetadata, see [Metadata
1313413133
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
1313513134
* Healthcare API conformance statement. For samples that show how to call RetrieveStudyMetadata,
1313613135
* see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
@@ -14316,9 +14315,8 @@ public Delete set(String parameterName, Object value) {
1431614315
}
1431714316
/**
1431814317
* RetrieveSeriesMetadata returns instance associated with the given study and series, presented as
14319-
* metadata with the bulk data removed. See [RetrieveTransaction](http://dicom.nema.org/medical/dico
14320-
* m/current/output/html/part18.html#sect_10.4). For details on the implementation of
14321-
* RetrieveSeriesMetadata, see [Metadata
14318+
* metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/part1
14319+
* 8.html#sect_10.4). For details on the implementation of RetrieveSeriesMetadata, see [Metadata
1432214320
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
1432314321
* Healthcare API conformance statement. For samples that show how to call RetrieveSeriesMetadata,
1432414322
* see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
@@ -14354,13 +14352,12 @@ public class RetrieveMetadata extends CloudHealthcareRequest<com.google.api.serv
1435414352

1435514353
/**
1435614354
* RetrieveSeriesMetadata returns instance associated with the given study and series, presented
14357-
* as metadata with the bulk data removed. See [RetrieveTransaction](http://dicom.nema.org/medical
14358-
* /dicom/current/output/html/part18.html#sect_10.4). For details on the implementation of
14359-
* RetrieveSeriesMetadata, see [Metadata
14360-
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
14361-
* Healthcare API conformance statement. For samples that show how to call RetrieveSeriesMetadata,
14362-
* see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
14363-
* metadata).
14355+
* as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
14356+
* part18.html#sect_10.4). For details on the implementation of RetrieveSeriesMetadata, see
14357+
* [Metadata resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the
14358+
* Cloud Healthcare API conformance statement. For samples that show how to call
14359+
* RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-
14360+
* tos/dicomweb#retrieve-metadata).
1436414361
*
1436514362
* Create a request for the method "series.retrieveMetadata".
1436614363
*
@@ -15352,9 +15349,9 @@ public RetrieveInstance set(String parameterName, Object value) {
1535215349
}
1535315350
/**
1535415351
* RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP
15355-
* Instance UID presented as metadata with the bulk data removed. See [RetrieveTransaction](http://d
15356-
* icom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
15357-
* implementation of RetrieveInstanceMetadata, see [Metadata
15352+
* Instance UID presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom
15353+
* /current/output/html/part18.html#sect_10.4). For details on the implementation of
15354+
* RetrieveInstanceMetadata, see [Metadata
1535815355
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
1535915356
* Healthcare API conformance statement. For samples that show how to call RetrieveInstanceMetadata,
1536015357
* see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
@@ -15390,9 +15387,9 @@ public class RetrieveMetadata extends CloudHealthcareRequest<com.google.api.serv
1539015387

1539115388
/**
1539215389
* RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP
15393-
* Instance UID presented as metadata with the bulk data removed. See [RetrieveTransaction](http:/
15394-
* /dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
15395-
* implementation of RetrieveInstanceMetadata, see [Metadata
15390+
* Instance UID presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/dic
15391+
* om/current/output/html/part18.html#sect_10.4). For details on the implementation of
15392+
* RetrieveInstanceMetadata, see [Metadata
1539615393
* resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
1539715394
* Healthcare API conformance statement. For samples that show how to call
1539815395
* RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/healthcare/docs/how-
@@ -15814,8 +15811,8 @@ public class Bulkdata {
1581415811

1581515812
/**
1581615813
* Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an instance.
15817-
* See [Retrieve Transaction]
15818-
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}. For
15814+
* See [Retrieve
15815+
* Transaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4). For
1581915816
* details on the implementation of RetrieveBulkdata, see [Bulkdata
1582015817
* resources](https://cloud.google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud
1582115818
* Healthcare API conformance statement. For samples that show how to call RetrieveBulkdata, see
@@ -15851,8 +15848,8 @@ public class RetrieveBulkdata extends CloudHealthcareRequest<com.google.api.serv
1585115848

1585215849
/**
1585315850
* Returns uncompressed, unencoded bytes representing the referenced bulkdata tag from an
15854-
* instance. See [Retrieve Transaction]
15855-
* (http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4){: .external}.
15851+
* instance. See [Retrieve
15852+
* Transaction](http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
1585615853
* For details on the implementation of RetrieveBulkdata, see [Bulkdata
1585715854
* resources](https://cloud.google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud
1585815855
* Healthcare API conformance statement. For samples that show how to call RetrieveBulkdata, see

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

0 commit comments

Comments
 (0)