Skip to content

Commit 59d656c

Browse files
1 parent 30d088b commit 59d656c

File tree

10 files changed

+133
-12
lines changed

10 files changed

+133
-12
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-rev20250219-2.0.0</version>
25+
<version>v1-rev20250327-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-rev20250219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250327-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like `"displayName=tokyo"`, and is documented in more detail in

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-rev20250219-2.0.0</version>
12-
<name>Cloud Healthcare API v1-rev20250219-2.0.0</name>
11+
<version>v1-rev20250327-2.0.0</version>
12+
<name>Cloud Healthcare API v1-rev20250327-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-rev20250219-2.0.0</version>
25+
<version>v1-rev20250327-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-rev20250219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20250327-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-rev20250219-2.0.0</version>
25+
<version>v1beta1-rev20250327-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-rev20250219-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1beta1-rev20250327-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444
return this;
445445
}
446446

447+
/**
448+
* Optional. A list of extra location types that should be used as conditions for
449+
* controlling the visibility of the locations.
450+
*/
451+
@com.google.api.client.util.Key
452+
private java.util.List<java.lang.String> extraLocationTypes;
453+
454+
/** Optional. A list of extra location types that should be used as conditions for controlling the
455+
visibility of the locations.
456+
*/
457+
public java.util.List<java.lang.String> getExtraLocationTypes() {
458+
return extraLocationTypes;
459+
}
460+
461+
/**
462+
* Optional. A list of extra location types that should be used as conditions for
463+
* controlling the visibility of the locations.
464+
*/
465+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466+
this.extraLocationTypes = extraLocationTypes;
467+
return this;
468+
}
469+
447470
/**
448471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449472
* strings like `"displayName=tokyo"`, and is documented in more detail in

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
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+
3242
/**
3343
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
3444
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
@@ -54,6 +64,29 @@ public final class GoogleCloudHealthcareV1beta1DicomBigQueryDestination extends
5464
@com.google.api.client.util.Key
5565
private java.lang.String writeDisposition;
5666

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+
5790
/**
5891
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
5992
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.healthcare.v1beta1.model;
18+
19+
/**
20+
* BigQuery Change Data Capture configuration.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig extends com.google.api.client.json.GenericJson {
31+
32+
@Override
33+
public GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig set(String fieldName, Object value) {
34+
return (GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig) super.set(fieldName, value);
35+
}
36+
37+
@Override
38+
public GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig clone() {
39+
return (GoogleCloudHealthcareV1beta1DicomChangeDataCaptureConfig) super.clone();
40+
}
41+
42+
}

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

0 commit comments

Comments
 (0)