Skip to content

Commit cd112b7

Browse files
1 parent 93a3146 commit cd112b7

File tree

12 files changed

+126
-114
lines changed

12 files changed

+126
-114
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-rev20240910-2.0.0</version>
25+
<version>v1-rev20241009-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-rev20240910-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20241009-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public final class DeidentifiedStoreDestination extends com.google.api.client.js
3737
private DeidentifyConfig config;
3838

3939
/**
40-
* The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/lo
41-
* cations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
40+
* Optional. The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{proj
41+
* ect_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -62,17 +62,17 @@ public DeidentifiedStoreDestination setConfig(DeidentifyConfig config) {
6262
}
6363

6464
/**
65-
* The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/lo
66-
* cations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
65+
* Optional. The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{proj
66+
* ect_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getStore() {
7070
return store;
7171
}
7272

7373
/**
74-
* The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{project_id}/lo
75-
* cations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
74+
* Optional. The full resource name of a Cloud Healthcare FHIR store, for example, `projects/{proj
75+
* ect_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.
7676
* @param store store or {@code null} for none
7777
*/
7878
public DeidentifiedStoreDestination setStore(java.lang.String store) {

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

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
public final class FhirStore extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Enable parsing of references within complex FHIR data types such as Extensions. If this value
34-
* is set to ENABLED, then features like referential integrity and Bundle reference rewriting
35-
* apply to all references. If this flag has not been specified the behavior of the FHIR store
36-
* will not change, references in complex data types will not be parsed. New stores will have this
37-
* value set to ENABLED after a notification period. Warning: turning on this flag causes
38-
* processing existing resources to fail if they contain references to non-existent resources.
33+
* Optional. Enable parsing of references within complex FHIR data types such as Extensions. If
34+
* this value is set to ENABLED, then features like referential integrity and Bundle reference
35+
* rewriting apply to all references. If this flag has not been specified the behavior of the FHIR
36+
* store will not change, references in complex data types will not be parsed. New stores will
37+
* have this value set to ENABLED after a notification period. Warning: turning on this flag
38+
* causes processing existing resources to fail if they contain references to non-existent
39+
* resources.
3940
* The value may be {@code null}.
4041
*/
4142
@com.google.api.client.util.Key
@@ -149,7 +150,8 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
149150
private java.util.List<StreamConfig> streamConfigs;
150151

151152
/**
152-
* Configuration for how to validate incoming FHIR resources against configured profiles.
153+
* Optional. Configuration for how to validate incoming FHIR resources against configured
154+
* profiles.
153155
* The value may be {@code null}.
154156
*/
155157
@com.google.api.client.util.Key
@@ -165,25 +167,27 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
165167
private java.lang.String version;
166168

167169
/**
168-
* Enable parsing of references within complex FHIR data types such as Extensions. If this value
169-
* is set to ENABLED, then features like referential integrity and Bundle reference rewriting
170-
* apply to all references. If this flag has not been specified the behavior of the FHIR store
171-
* will not change, references in complex data types will not be parsed. New stores will have this
172-
* value set to ENABLED after a notification period. Warning: turning on this flag causes
173-
* processing existing resources to fail if they contain references to non-existent resources.
170+
* Optional. Enable parsing of references within complex FHIR data types such as Extensions. If
171+
* this value is set to ENABLED, then features like referential integrity and Bundle reference
172+
* rewriting apply to all references. If this flag has not been specified the behavior of the FHIR
173+
* store will not change, references in complex data types will not be parsed. New stores will
174+
* have this value set to ENABLED after a notification period. Warning: turning on this flag
175+
* causes processing existing resources to fail if they contain references to non-existent
176+
* resources.
174177
* @return value or {@code null} for none
175178
*/
176179
public java.lang.String getComplexDataTypeReferenceParsing() {
177180
return complexDataTypeReferenceParsing;
178181
}
179182

180183
/**
181-
* Enable parsing of references within complex FHIR data types such as Extensions. If this value
182-
* is set to ENABLED, then features like referential integrity and Bundle reference rewriting
183-
* apply to all references. If this flag has not been specified the behavior of the FHIR store
184-
* will not change, references in complex data types will not be parsed. New stores will have this
185-
* value set to ENABLED after a notification period. Warning: turning on this flag causes
186-
* processing existing resources to fail if they contain references to non-existent resources.
184+
* Optional. Enable parsing of references within complex FHIR data types such as Extensions. If
185+
* this value is set to ENABLED, then features like referential integrity and Bundle reference
186+
* rewriting apply to all references. If this flag has not been specified the behavior of the FHIR
187+
* store will not change, references in complex data types will not be parsed. New stores will
188+
* have this value set to ENABLED after a notification period. Warning: turning on this flag
189+
* causes processing existing resources to fail if they contain references to non-existent
190+
* resources.
187191
* @param complexDataTypeReferenceParsing complexDataTypeReferenceParsing or {@code null} for none
188192
*/
189193
public FhirStore setComplexDataTypeReferenceParsing(java.lang.String complexDataTypeReferenceParsing) {
@@ -421,15 +425,17 @@ public FhirStore setStreamConfigs(java.util.List<StreamConfig> streamConfigs) {
421425
}
422426

423427
/**
424-
* Configuration for how to validate incoming FHIR resources against configured profiles.
428+
* Optional. Configuration for how to validate incoming FHIR resources against configured
429+
* profiles.
425430
* @return value or {@code null} for none
426431
*/
427432
public ValidationConfig getValidationConfig() {
428433
return validationConfig;
429434
}
430435

431436
/**
432-
* Configuration for how to validate incoming FHIR resources against configured profiles.
437+
* Optional. Configuration for how to validate incoming FHIR resources against configured
438+
* profiles.
433439
* @param validationConfig validationConfig or {@code null} for none
434440
*/
435441
public FhirStore setValidationConfig(ValidationConfig validationConfig) {

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,33 @@
3030
public final class GoogleCloudHealthcareV1DicomBigQueryDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
34-
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
33+
* Optional. Use `write_disposition` instead. If `write_disposition` is specified, this parameter
34+
* is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
3535
* equivalent to write_disposition=WRITE_TRUNCATE.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.Boolean force;
4040

4141
/**
42-
* BigQuery URI to a table, up to 2000 characters long, in the format
42+
* Optional. BigQuery URI to a table, up to 2000 characters long, in the format
4343
* `bq://projectId.bqDatasetId.tableId`
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private java.lang.String tableUri;
4848

4949
/**
50-
* Determines whether the existing table in the destination is to be overwritten or appended to.
51-
* If a write_disposition is specified, the `force` parameter is ignored.
50+
* Optional. Determines whether the existing table in the destination is to be overwritten or
51+
* appended to. If a write_disposition is specified, the `force` parameter is ignored.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
5555
private java.lang.String writeDisposition;
5656

5757
/**
58-
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
59-
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
58+
* Optional. Use `write_disposition` instead. If `write_disposition` is specified, this parameter
59+
* is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
6060
* equivalent to write_disposition=WRITE_TRUNCATE.
6161
* @return value or {@code null} for none
6262
*/
@@ -65,8 +65,8 @@ public java.lang.Boolean getForce() {
6565
}
6666

6767
/**
68-
* Use `write_disposition` instead. If `write_disposition` is specified, this parameter is
69-
* ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
68+
* Optional. Use `write_disposition` instead. If `write_disposition` is specified, this parameter
69+
* is ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
7070
* equivalent to write_disposition=WRITE_TRUNCATE.
7171
* @param force force or {@code null} for none
7272
*/
@@ -76,7 +76,7 @@ public GoogleCloudHealthcareV1DicomBigQueryDestination setForce(java.lang.Boolea
7676
}
7777

7878
/**
79-
* BigQuery URI to a table, up to 2000 characters long, in the format
79+
* Optional. BigQuery URI to a table, up to 2000 characters long, in the format
8080
* `bq://projectId.bqDatasetId.tableId`
8181
* @return value or {@code null} for none
8282
*/
@@ -85,7 +85,7 @@ public java.lang.String getTableUri() {
8585
}
8686

8787
/**
88-
* BigQuery URI to a table, up to 2000 characters long, in the format
88+
* Optional. BigQuery URI to a table, up to 2000 characters long, in the format
8989
* `bq://projectId.bqDatasetId.tableId`
9090
* @param tableUri tableUri or {@code null} for none
9191
*/
@@ -95,17 +95,17 @@ public GoogleCloudHealthcareV1DicomBigQueryDestination setTableUri(java.lang.Str
9595
}
9696

9797
/**
98-
* Determines whether the existing table in the destination is to be overwritten or appended to.
99-
* If a write_disposition is specified, the `force` parameter is ignored.
98+
* Optional. Determines whether the existing table in the destination is to be overwritten or
99+
* appended to. If a write_disposition is specified, the `force` parameter is ignored.
100100
* @return value or {@code null} for none
101101
*/
102102
public java.lang.String getWriteDisposition() {
103103
return writeDisposition;
104104
}
105105

106106
/**
107-
* Determines whether the existing table in the destination is to be overwritten or appended to.
108-
* If a write_disposition is specified, the `force` parameter is ignored.
107+
* Optional. Determines whether the existing table in the destination is to be overwritten or
108+
* appended to. If a write_disposition is specified, the `force` parameter is ignored.
109109
* @param writeDisposition writeDisposition or {@code null} for none
110110
*/
111111
public GoogleCloudHealthcareV1DicomBigQueryDestination setWriteDisposition(java.lang.String writeDisposition) {

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ public final class StreamConfig extends com.google.api.client.json.GenericJson {
6161
/**
6262
* The destination FHIR store for de-identified resources. After this field is added, all
6363
* subsequent creates/updates/patches to the source store will be de-identified using the provided
64-
* configuration and applied to the destination store. Importing resources to the source store
65-
* will not trigger the streaming. If the source store already contains resources when this option
66-
* is enabled, those resources will not be copied to the destination store unless they are
64+
* configuration and applied to the destination store. Resources deleted from the source store
65+
* will be deleted from the destination store. Importing resources to the source store will not
66+
* trigger the streaming. If the source store already contains resources when this option is
67+
* enabled, those resources will not be copied to the destination store unless they are
6768
* subsequently updated. This may result in invalid references in the destination store. Before
6869
* adding this config, you must grant the healthcare.fhirResources.update permission on the
6970
* destination store to your project's **Cloud Healthcare Service Agent** [service
@@ -152,9 +153,10 @@ public StreamConfig setBigqueryDestination(GoogleCloudHealthcareV1FhirBigQueryDe
152153
/**
153154
* The destination FHIR store for de-identified resources. After this field is added, all
154155
* subsequent creates/updates/patches to the source store will be de-identified using the provided
155-
* configuration and applied to the destination store. Importing resources to the source store
156-
* will not trigger the streaming. If the source store already contains resources when this option
157-
* is enabled, those resources will not be copied to the destination store unless they are
156+
* configuration and applied to the destination store. Resources deleted from the source store
157+
* will be deleted from the destination store. Importing resources to the source store will not
158+
* trigger the streaming. If the source store already contains resources when this option is
159+
* enabled, those resources will not be copied to the destination store unless they are
158160
* subsequently updated. This may result in invalid references in the destination store. Before
159161
* adding this config, you must grant the healthcare.fhirResources.update permission on the
160162
* destination store to your project's **Cloud Healthcare Service Agent** [service
@@ -173,9 +175,10 @@ public DeidentifiedStoreDestination getDeidentifiedStoreDestination() {
173175
/**
174176
* The destination FHIR store for de-identified resources. After this field is added, all
175177
* subsequent creates/updates/patches to the source store will be de-identified using the provided
176-
* configuration and applied to the destination store. Importing resources to the source store
177-
* will not trigger the streaming. If the source store already contains resources when this option
178-
* is enabled, those resources will not be copied to the destination store unless they are
178+
* configuration and applied to the destination store. Resources deleted from the source store
179+
* will be deleted from the destination store. Importing resources to the source store will not
180+
* trigger the streaming. If the source store already contains resources when this option is
181+
* enabled, those resources will not be copied to the destination store unless they are
179182
* subsequently updated. This may result in invalid references in the destination store. Before
180183
* adding this config, you must grant the healthcare.fhirResources.update permission on the
181184
* destination store to your project's **Cloud Healthcare Service Agent** [service

0 commit comments

Comments
 (0)