Skip to content

Commit a7db3f0

Browse files
1 parent d91ac3a commit a7db3f0

File tree

18 files changed

+172
-169
lines changed

18 files changed

+172
-169
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-rev20250904-2.0.0</version>
25+
<version>v1-rev20250923-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-rev20250904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250923-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: 56 additions & 56 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class DicomConfig extends com.google.api.client.json.GenericJson {
5656
* UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped
5757
* directly to an individual out of context, given access to the original images, or to a database
5858
* of the original images containing the UIDs, it would be possible to recover the individual's
59-
* identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
59+
* identity." https://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -119,7 +119,7 @@ public DicomConfig setRemoveList(TagFilterList removeList) {
119119
* UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped
120120
* directly to an individual out of context, given access to the original images, or to a database
121121
* of the original images containing the UIDs, it would be possible to recover the individual's
122-
* identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
122+
* identity." https://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
123123
* @return value or {@code null} for none
124124
*/
125125
public java.lang.Boolean getSkipIdRedaction() {
@@ -132,7 +132,7 @@ public java.lang.Boolean getSkipIdRedaction() {
132132
* UIDs by default based on the DICOM Standard's reasoning: "Whilst these UIDs cannot be mapped
133133
* directly to an individual out of context, given access to the original images, or to a database
134134
* of the original images containing the UIDs, it would be possible to recover the individual's
135-
* identity." http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
135+
* identity." https://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.html
136136
* @param skipIdRedaction skipIdRedaction or {@code null} for none
137137
*/
138138
public DicomConfig setSkipIdRedaction(java.lang.Boolean skipIdRedaction) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class TagFilterList extends com.google.api.client.json.GenericJson
3232
/**
3333
* Optional. Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or
3434
* Directory Structuring Elements, as defined at:
35-
* http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
35+
* https://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
3636
* provided by "Keyword" or "Tag". For example "PatientID", "00100010".
3737
* The value may be {@code null}.
3838
*/
@@ -42,7 +42,7 @@ public final class TagFilterList extends com.google.api.client.json.GenericJson
4242
/**
4343
* Optional. Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or
4444
* Directory Structuring Elements, as defined at:
45-
* http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
45+
* https://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
4646
* provided by "Keyword" or "Tag". For example "PatientID", "00100010".
4747
* @return value or {@code null} for none
4848
*/
@@ -53,7 +53,7 @@ public java.util.List<java.lang.String> getTags() {
5353
/**
5454
* Optional. Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or
5555
* Directory Structuring Elements, as defined at:
56-
* http://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
56+
* https://dicom.nema.org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
5757
* provided by "Keyword" or "Tag". For example "PatientID", "00100010".
5858
* @param tags tags or {@code null} for none
5959
*/

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

0 commit comments

Comments
 (0)