Skip to content

Commit 9228b14

Browse files
1 parent 25c80d9 commit 9228b14

File tree

5 files changed

+6
-81
lines changed

5 files changed

+6
-81
lines changed

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-rev20250526-2.0.0</version>
25+
<version>v1beta1-rev20250609-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-rev20250526-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20250609-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.java

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudHealthcareV1beta1DicomBigQueryDestination extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* Optional. Setting this field will enable BigQuery's Change Data Capture (CDC) on the
34-
* destination tables. Set this field if you want to only keep the latest version of each
35-
* instance. Updates and deletes to an existing' instance will overwrite the corresponding row.
36-
* See https://cloud.google.com/bigquery/docs/change-data-capture for details.
37-
* The value may be {@code null}.
38-
*/
39-
@com.google.api.client.util.Key
40-
private GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig changeDataCaptureConfig;
41-
4232
/**
4333
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
4434
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
@@ -64,29 +54,6 @@ public final class GoogleCloudHealthcareV1beta1DicomBigQueryDestination extends
6454
@com.google.api.client.util.Key
6555
private java.lang.String writeDisposition;
6656

67-
/**
68-
* Optional. Setting this field will enable BigQuery's Change Data Capture (CDC) on the
69-
* destination tables. Set this field if you want to only keep the latest version of each
70-
* instance. Updates and deletes to an existing' instance will overwrite the corresponding row.
71-
* See https://cloud.google.com/bigquery/docs/change-data-capture for details.
72-
* @return value or {@code null} for none
73-
*/
74-
public GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig getChangeDataCaptureConfig() {
75-
return changeDataCaptureConfig;
76-
}
77-
78-
/**
79-
* Optional. Setting this field will enable BigQuery's Change Data Capture (CDC) on the
80-
* destination tables. Set this field if you want to only keep the latest version of each
81-
* instance. Updates and deletes to an existing' instance will overwrite the corresponding row.
82-
* See https://cloud.google.com/bigquery/docs/change-data-capture for details.
83-
* @param changeDataCaptureConfig changeDataCaptureConfig or {@code null} for none
84-
*/
85-
public GoogleCloudHealthcareV1beta1DicomBigQueryDestination setChangeDataCaptureConfig(GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig changeDataCaptureConfig) {
86-
this.changeDataCaptureConfig = changeDataCaptureConfig;
87-
return this;
88-
}
89-
9057
/**
9158
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
9259
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is

clients/google-api-services-healthcare/v1beta1/2.0.0/com/google/api/services/healthcare/v1beta1/model/GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)