Skip to content

Commit cc66754

Browse files
1 parent 32c7aee commit cc66754

File tree

12 files changed

+213
-213
lines changed

12 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class DicomStore extends com.google.api.client.json.GenericJson {
5050
private java.lang.String name;
5151

5252
/**
53-
* Notification destination for new DICOM instances. Supplied by the client.
53+
* Optional. Notification destination for new DICOM instances. Supplied by the client.
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
@@ -114,15 +114,15 @@ public DicomStore setName(java.lang.String name) {
114114
}
115115

116116
/**
117-
* Notification destination for new DICOM instances. Supplied by the client.
117+
* Optional. Notification destination for new DICOM instances. Supplied by the client.
118118
* @return value or {@code null} for none
119119
*/
120120
public NotificationConfig getNotificationConfig() {
121121
return notificationConfig;
122122
}
123123

124124
/**
125-
* Notification destination for new DICOM instances. Supplied by the client.
125+
* Optional. Notification destination for new DICOM instances. Supplied by the client.
126126
* @param notificationConfig notificationConfig or {@code null} for none
127127
*/
128128
public DicomStore setNotificationConfig(NotificationConfig notificationConfig) {

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

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

3232
/**
33-
* The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are
34-
* published on. Supplied by the client. The notification is a `PubsubMessage` with the following
35-
* fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the
36-
* ID of this notification. It is guaranteed to be unique within the topic. *
37-
* `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications
38-
* are only sent if the topic is non-empty. [Topic
33+
* Optional. The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of
34+
* changes are published on. Supplied by the client. The notification is a `PubsubMessage` with
35+
* the following fields: * `PubsubMessage.Data` contains the resource name. *
36+
* `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within
37+
* the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that
38+
* notifications are only sent if the topic is non-empty. [Topic
3939
* names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The
4040
* Cloud Healthcare API service account, [email protected], must
4141
* have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes
@@ -50,15 +50,15 @@ public final class FhirNotificationConfig extends com.google.api.client.json.Gen
5050
private java.lang.String pubsubTopic;
5151

5252
/**
53-
* Whether to send full FHIR resource to this Pub/Sub topic. The default value is false.
53+
* Optional. Whether to send full FHIR resource to this Pub/Sub topic. The default value is false.
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
5757
private java.lang.Boolean sendFullResource;
5858

5959
/**
60-
* Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. The
61-
* default value is false. Note that setting this to true does not guarantee that all previous
60+
* Optional. Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource.
61+
* The default value is false. Note that setting this to true does not guarantee that all previous
6262
* resources will be sent in the format of full FHIR resource. When a resource change is too large
6363
* or during heavy traffic, only the resource name will be sent. Clients should always check the
6464
* "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full
@@ -69,12 +69,12 @@ public final class FhirNotificationConfig extends com.google.api.client.json.Gen
6969
private java.lang.Boolean sendPreviousResourceOnDelete;
7070

7171
/**
72-
* The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are
73-
* published on. Supplied by the client. The notification is a `PubsubMessage` with the following
74-
* fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the
75-
* ID of this notification. It is guaranteed to be unique within the topic. *
76-
* `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications
77-
* are only sent if the topic is non-empty. [Topic
72+
* Optional. The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of
73+
* changes are published on. Supplied by the client. The notification is a `PubsubMessage` with
74+
* the following fields: * `PubsubMessage.Data` contains the resource name. *
75+
* `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within
76+
* the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that
77+
* notifications are only sent if the topic is non-empty. [Topic
7878
* names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The
7979
* Cloud Healthcare API service account, [email protected], must
8080
* have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes
@@ -90,12 +90,12 @@ public java.lang.String getPubsubTopic() {
9090
}
9191

9292
/**
93-
* The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes are
94-
* published on. Supplied by the client. The notification is a `PubsubMessage` with the following
95-
* fields: * `PubsubMessage.Data` contains the resource name. * `PubsubMessage.MessageId` is the
96-
* ID of this notification. It is guaranteed to be unique within the topic. *
97-
* `PubsubMessage.PublishTime` is the time when the message was published. Note that notifications
98-
* are only sent if the topic is non-empty. [Topic
93+
* Optional. The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of
94+
* changes are published on. Supplied by the client. The notification is a `PubsubMessage` with
95+
* the following fields: * `PubsubMessage.Data` contains the resource name. *
96+
* `PubsubMessage.MessageId` is the ID of this notification. It is guaranteed to be unique within
97+
* the topic. * `PubsubMessage.PublishTime` is the time when the message was published. Note that
98+
* notifications are only sent if the topic is non-empty. [Topic
9999
* names](https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a project. The
100100
* Cloud Healthcare API service account, [email protected], must
101101
* have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes
@@ -112,15 +112,15 @@ public FhirNotificationConfig setPubsubTopic(java.lang.String pubsubTopic) {
112112
}
113113

114114
/**
115-
* Whether to send full FHIR resource to this Pub/Sub topic. The default value is false.
115+
* Optional. Whether to send full FHIR resource to this Pub/Sub topic. The default value is false.
116116
* @return value or {@code null} for none
117117
*/
118118
public java.lang.Boolean getSendFullResource() {
119119
return sendFullResource;
120120
}
121121

122122
/**
123-
* Whether to send full FHIR resource to this Pub/Sub topic. The default value is false.
123+
* Optional. Whether to send full FHIR resource to this Pub/Sub topic. The default value is false.
124124
* @param sendFullResource sendFullResource or {@code null} for none
125125
*/
126126
public FhirNotificationConfig setSendFullResource(java.lang.Boolean sendFullResource) {
@@ -129,8 +129,8 @@ public FhirNotificationConfig setSendFullResource(java.lang.Boolean sendFullReso
129129
}
130130

131131
/**
132-
* Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. The
133-
* default value is false. Note that setting this to true does not guarantee that all previous
132+
* Optional. Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource.
133+
* The default value is false. Note that setting this to true does not guarantee that all previous
134134
* resources will be sent in the format of full FHIR resource. When a resource change is too large
135135
* or during heavy traffic, only the resource name will be sent. Clients should always check the
136136
* "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full
@@ -142,8 +142,8 @@ public java.lang.Boolean getSendPreviousResourceOnDelete() {
142142
}
143143

144144
/**
145-
* Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. The
146-
* default value is false. Note that setting this to true does not guarantee that all previous
145+
* Optional. Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource.
146+
* The default value is false. Note that setting this to true does not guarantee that all previous
147147
* resources will be sent in the format of full FHIR resource. When a resource change is too large
148148
* or during heavy traffic, only the resource name will be sent. Clients should always check the
149149
* "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full

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

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
4242
private java.lang.String complexDataTypeReferenceParsing;
4343

4444
/**
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.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -76,7 +76,7 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
7676
private java.lang.Boolean disableResourceVersioning;
7777

7878
/**
79-
* Whether this FHIR store has the [updateCreate
79+
* Optional. Whether this FHIR store has the [updateCreate
8080
* capability](https://www.hl7.org/fhir/capabilitystatement-
8181
* definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client
8282
* 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 {
121121
private NotificationConfig notificationConfig;
122122

123123
/**
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.
125125
* The value may be {@code null}.
126126
*/
127127
@com.google.api.client.util.Key
@@ -134,11 +134,11 @@ public final class FhirStore extends com.google.api.client.json.GenericJson {
134134
}
135135

136136
/**
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
142142
* [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
143143
* control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service
144144
* 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
192192
}
193193

194194
/**
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.
200200
* @return value or {@code null} for none
201201
*/
202202
public java.lang.Boolean getDefaultSearchHandlingStrict() {
203203
return defaultSearchHandlingStrict;
204204
}
205205

206206
/**
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.
212212
* @param defaultSearchHandlingStrict defaultSearchHandlingStrict or {@code null} for none
213213
*/
214214
public FhirStore setDefaultSearchHandlingStrict(java.lang.Boolean defaultSearchHandlingStrict) {
@@ -269,7 +269,7 @@ public FhirStore setDisableResourceVersioning(java.lang.Boolean disableResourceV
269269
}
270270

271271
/**
272-
* Whether this FHIR store has the [updateCreate
272+
* Optional. Whether this FHIR store has the [updateCreate
273273
* capability](https://www.hl7.org/fhir/capabilitystatement-
274274
* definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client
275275
* 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() {
285285
}
286286

287287
/**
288-
* Whether this FHIR store has the [updateCreate
288+
* Optional. Whether this FHIR store has the [updateCreate
289289
* capability](https://www.hl7.org/fhir/capabilitystatement-
290290
* definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client
291291
* 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) {
371371
}
372372

373373
/**
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.
375375
* @return value or {@code null} for none
376376
*/
377377
public java.util.List<FhirNotificationConfig> getNotificationConfigs() {
378378
return notificationConfigs;
379379
}
380380

381381
/**
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.
383383
* @param notificationConfigs notificationConfigs or {@code null} for none
384384
*/
385385
public FhirStore setNotificationConfigs(java.util.List<FhirNotificationConfig> notificationConfigs) {
@@ -388,11 +388,11 @@ public FhirStore setNotificationConfigs(java.util.List<FhirNotificationConfig> n
388388
}
389389

390390
/**
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
396396
* [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
397397
* control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service
398398
* 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() {
404404
}
405405

406406
/**
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
412412
* [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
413413
* control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service Agent** [service
414414
* account](https://cloud.google.com/iam/docs/service-accounts). Some lag (typically on the order

0 commit comments

Comments
 (0)