@@ -42,11 +42,11 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
42
42
private java .lang .String complexDataTypeReferenceParsing ;
43
43
44
44
/**
45
- * If true, overrides the default search behavior for this FHIR store to `handling=strict` which
46
- * returns an error for unrecognized search parameters. If false, uses the FHIR specification
47
- * default `handling=lenient` which ignores unrecognized search parameters. The handling can
48
- * always be changed from the default on an individual API call by setting the HTTP header
49
- * `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
45
+ * Optional. If true, overrides the default search behavior for this FHIR store to
46
+ * `handling=strict` which returns an error for unrecognized search parameters. If false, uses the
47
+ * FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The
48
+ * handling can always be changed from the default on an individual API call by setting the HTTP
49
+ * header `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@ com .google .api .client .util .Key
@@ -76,7 +76,7 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
76
76
private java .lang .Boolean disableResourceVersioning ;
77
77
78
78
/**
79
- * Whether this FHIR store has the [updateCreate
79
+ * Optional. Whether this FHIR store has the [updateCreate
80
80
* capability](https://www.hl7.org/fhir/capabilitystatement-
81
81
* definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client
82
82
* can use an Update operation to create a new resource with a client-specified ID. If false, all
@@ -121,7 +121,7 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
121
121
private NotificationConfig notificationConfig ;
122
122
123
123
/**
124
- * Specifies where and whether to send notifications upon changes to a FHIR store.
124
+ * Optional. Specifies where and whether to send notifications upon changes to a FHIR store.
125
125
* The value may be {@code null}.
126
126
*/
127
127
@ com .google .api .client .util .Key
@@ -134,11 +134,11 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
134
134
}
135
135
136
136
/**
137
- * A list of streaming configs that configure the destinations of streaming export for every
138
- * resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs.
139
- * After a new config is added, the next resource mutation is streamed to the new location in
140
- * addition to the existing ones. When a location is removed from the list, the server stops
141
- * streaming to that location. Before adding a new config, you must add the required
137
+ * Optional. A list of streaming configs that configure the destinations of streaming export for
138
+ * every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming
139
+ * configs. After a new config is added, the next resource mutation is streamed to the new
140
+ * location in addition to the existing ones. When a location is removed from the list, the server
141
+ * stops streaming to that location. Before adding a new config, you must add the required
142
142
* [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
143
143
* control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service
144
144
* account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order
@@ -192,23 +192,23 @@ public FhirStore setComplexDataTypeReferenceParsing(java.lang.String complexData
192
192
}
193
193
194
194
/**
195
- * If true, overrides the default search behavior for this FHIR store to `handling=strict` which
196
- * returns an error for unrecognized search parameters. If false, uses the FHIR specification
197
- * default `handling=lenient` which ignores unrecognized search parameters. The handling can
198
- * always be changed from the default on an individual API call by setting the HTTP header
199
- * `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
195
+ * Optional. If true, overrides the default search behavior for this FHIR store to
196
+ * `handling=strict` which returns an error for unrecognized search parameters. If false, uses the
197
+ * FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The
198
+ * handling can always be changed from the default on an individual API call by setting the HTTP
199
+ * header `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
200
200
* @return value or {@code null} for none
201
201
*/
202
202
public java .lang .Boolean getDefaultSearchHandlingStrict () {
203
203
return defaultSearchHandlingStrict ;
204
204
}
205
205
206
206
/**
207
- * If true, overrides the default search behavior for this FHIR store to `handling=strict` which
208
- * returns an error for unrecognized search parameters. If false, uses the FHIR specification
209
- * default `handling=lenient` which ignores unrecognized search parameters. The handling can
210
- * always be changed from the default on an individual API call by setting the HTTP header
211
- * `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
207
+ * Optional. If true, overrides the default search behavior for this FHIR store to
208
+ * `handling=strict` which returns an error for unrecognized search parameters. If false, uses the
209
+ * FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The
210
+ * handling can always be changed from the default on an individual API call by setting the HTTP
211
+ * header `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
212
212
* @param defaultSearchHandlingStrict defaultSearchHandlingStrict or {@code null} for none
213
213
*/
214
214
public FhirStore setDefaultSearchHandlingStrict (java .lang .Boolean defaultSearchHandlingStrict ) {
@@ -269,7 +269,7 @@ public FhirStore setDisableResourceVersioning(java.lang.Boolean disableResourceV
269
269
}
270
270
271
271
/**
272
- * Whether this FHIR store has the [updateCreate
272
+ * Optional. Whether this FHIR store has the [updateCreate
273
273
* capability](https://www.hl7.org/fhir/capabilitystatement-
274
274
* definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client
275
275
* can use an Update operation to create a new resource with a client-specified ID. If false, all
@@ -285,7 +285,7 @@ public java.lang.Boolean getEnableUpdateCreate() {
285
285
}
286
286
287
287
/**
288
- * Whether this FHIR store has the [updateCreate
288
+ * Optional. Whether this FHIR store has the [updateCreate
289
289
* capability](https://www.hl7.org/fhir/capabilitystatement-
290
290
* definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client
291
291
* can use an Update operation to create a new resource with a client-specified ID. If false, all
@@ -371,15 +371,15 @@ public FhirStore setNotificationConfig(NotificationConfig notificationConfig) {
371
371
}
372
372
373
373
/**
374
- * Specifies where and whether to send notifications upon changes to a FHIR store.
374
+ * Optional. Specifies where and whether to send notifications upon changes to a FHIR store.
375
375
* @return value or {@code null} for none
376
376
*/
377
377
public java .util .List <FhirNotificationConfig > getNotificationConfigs () {
378
378
return notificationConfigs ;
379
379
}
380
380
381
381
/**
382
- * Specifies where and whether to send notifications upon changes to a FHIR store.
382
+ * Optional. Specifies where and whether to send notifications upon changes to a FHIR store.
383
383
* @param notificationConfigs notificationConfigs or {@code null} for none
384
384
*/
385
385
public FhirStore setNotificationConfigs (java .util .List <FhirNotificationConfig > notificationConfigs ) {
@@ -388,11 +388,11 @@ public FhirStore setNotificationConfigs(java.util.List<FhirNotificationConfig> n
388
388
}
389
389
390
390
/**
391
- * A list of streaming configs that configure the destinations of streaming export for every
392
- * resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs.
393
- * After a new config is added, the next resource mutation is streamed to the new location in
394
- * addition to the existing ones. When a location is removed from the list, the server stops
395
- * streaming to that location. Before adding a new config, you must add the required
391
+ * Optional. A list of streaming configs that configure the destinations of streaming export for
392
+ * every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming
393
+ * configs. After a new config is added, the next resource mutation is streamed to the new
394
+ * location in addition to the existing ones. When a location is removed from the list, the server
395
+ * stops streaming to that location. Before adding a new config, you must add the required
396
396
* [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
397
397
* control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service
398
398
* account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order
@@ -404,11 +404,11 @@ public java.util.List<StreamConfig> getStreamConfigs() {
404
404
}
405
405
406
406
/**
407
- * A list of streaming configs that configure the destinations of streaming export for every
408
- * resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming configs.
409
- * After a new config is added, the next resource mutation is streamed to the new location in
410
- * addition to the existing ones. When a location is removed from the list, the server stops
411
- * streaming to that location. Before adding a new config, you must add the required
407
+ * Optional. A list of streaming configs that configure the destinations of streaming export for
408
+ * every resource mutation in this FHIR store. Each store is allowed to have up to 10 streaming
409
+ * configs. After a new config is added, the next resource mutation is streamed to the new
410
+ * location in addition to the existing ones. When a location is removed from the list, the server
411
+ * stops streaming to that location. Before adding a new config, you must add the required
412
412
* [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
413
413
* control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service
414
414
* account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order
0 commit comments