Skip to content

Commit d493f2e

Browse files
1 parent 53ab113 commit d493f2e

File tree

4 files changed

+24
-21
lines changed

4 files changed

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

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ public final class ConsentConfig extends com.google.api.client.json.GenericJson
5656
private ConsentHeaderHandling consentHeaderHandling;
5757

5858
/**
59-
* The versioned names of the enforced admin Consent resource(s), in the format `projects/{project
60-
* _id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resour
61-
* ce_id}/_history/{version_id}`. For FHIR stores with `disable_resource_versioning=true`, the
62-
* format is `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_st
63-
* ore_id}/fhir/Consent/{resource_id}`. This field can only be updated using ApplyAdminConsents.
59+
* Output only. The versioned names of the enforced admin Consent resource(s), in the format `proj
60+
* ects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Co
61+
* nsent/{resource_id}/_history/{version_id}`. For FHIR stores with
62+
* `disable_resource_versioning=true`, the format is `projects/{project_id}/locations/{location}/d
63+
* atasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`. This field can
64+
* only be updated using ApplyAdminConsents.
6465
* The value may be {@code null}.
6566
*/
6667
@com.google.api.client.util.Key
@@ -135,23 +136,25 @@ public ConsentConfig setConsentHeaderHandling(ConsentHeaderHandling consentHeade
135136
}
136137

137138
/**
138-
* The versioned names of the enforced admin Consent resource(s), in the format `projects/{project
139-
* _id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resour
140-
* ce_id}/_history/{version_id}`. For FHIR stores with `disable_resource_versioning=true`, the
141-
* format is `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_st
142-
* ore_id}/fhir/Consent/{resource_id}`. This field can only be updated using ApplyAdminConsents.
139+
* Output only. The versioned names of the enforced admin Consent resource(s), in the format `proj
140+
* ects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Co
141+
* nsent/{resource_id}/_history/{version_id}`. For FHIR stores with
142+
* `disable_resource_versioning=true`, the format is `projects/{project_id}/locations/{location}/d
143+
* atasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`. This field can
144+
* only be updated using ApplyAdminConsents.
143145
* @return value or {@code null} for none
144146
*/
145147
public java.util.List<java.lang.String> getEnforcedAdminConsents() {
146148
return enforcedAdminConsents;
147149
}
148150

149151
/**
150-
* The versioned names of the enforced admin Consent resource(s), in the format `projects/{project
151-
* _id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resour
152-
* ce_id}/_history/{version_id}`. For FHIR stores with `disable_resource_versioning=true`, the
153-
* format is `projects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_st
154-
* ore_id}/fhir/Consent/{resource_id}`. This field can only be updated using ApplyAdminConsents.
152+
* Output only. The versioned names of the enforced admin Consent resource(s), in the format `proj
153+
* ects/{project_id}/locations/{location}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Co
154+
* nsent/{resource_id}/_history/{version_id}`. For FHIR stores with
155+
* `disable_resource_versioning=true`, the format is `projects/{project_id}/locations/{location}/d
156+
* atasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Consent/{resource_id}`. This field can
157+
* only be updated using ApplyAdminConsents.
155158
* @param enforcedAdminConsents enforcedAdminConsents or {@code null} for none
156159
*/
157160
public ConsentConfig setEnforcedAdminConsents(java.util.List<java.lang.String> enforcedAdminConsents) {

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

0 commit comments

Comments
 (0)