Skip to content

Commit 987dda8

Browse files
1 parent 743dda6 commit 987dda8

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
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-rev20240605-2.0.0</version>
25+
<version>v1-rev20240619-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-rev20240605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-healthcare:v1-rev20240619-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: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23580,8 +23580,7 @@ public List set(String parameterName, Object value) {
2358023580
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
2358123581
*
2358223582
* @param name Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{location_id
23583-
* }/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by
23584-
* the server.
23583+
* }/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
2358523584
* @param content the {@link com.google.api.services.healthcare.v1.model.Message}
2358623585
* @return the request
2358723586
*/
@@ -23613,8 +23612,7 @@ public class Patch extends CloudHealthcareRequest<com.google.api.services.health
2361323612
* be called to initialize this instance immediately after invoking the constructor. </p>
2361423613
*
2361523614
* @param name Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{location_id
23616-
* }/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by
23617-
* the server.
23615+
* }/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
2361823616
* @param content the {@link com.google.api.services.healthcare.v1.model.Message}
2361923617
* @since 1.13
2362023618
*/
@@ -23686,14 +23684,13 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
2368623684
/**
2368723685
* Output only. Resource name of the Message, of the form `projects/{project_id}/locat
2368823686
* ions/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{me
23689-
* ssage_id}`. Assigned by the server.
23687+
* ssage_id}`.
2369023688
*/
2369123689
@com.google.api.client.util.Key
2369223690
private java.lang.String name;
2369323691

2369423692
/** Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{location_i
23695-
d}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the
23696-
server.
23693+
d}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
2369723694
*/
2369823695
public java.lang.String getName() {
2369923696
return name;
@@ -23702,7 +23699,7 @@ public java.lang.String getName() {
2370223699
/**
2370323700
* Output only. Resource name of the Message, of the form `projects/{project_id}/locat
2370423701
* ions/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{me
23705-
* ssage_id}`. Assigned by the server.
23702+
* ssage_id}`.
2370623703
*/
2370723704
public Patch setName(java.lang.String name) {
2370823705
if (!getSuppressPatternChecks()) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public final class Message extends com.google.api.client.json.GenericJson {
6565

6666
/**
6767
* Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{locati
68-
* on_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by
69-
* the server.
68+
* on_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
7069
* The value may be {@code null}.
7170
*/
7271
@com.google.api.client.util.Key
@@ -216,8 +215,7 @@ public Message setMessageType(java.lang.String messageType) {
216215

217216
/**
218217
* Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{locati
219-
* on_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by
220-
* the server.
218+
* on_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
221219
* @return value or {@code null} for none
222220
*/
223221
public java.lang.String getName() {
@@ -226,8 +224,7 @@ public java.lang.String getName() {
226224

227225
/**
228226
* Output only. Resource name of the Message, of the form `projects/{project_id}/locations/{locati
229-
* on_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by
230-
* the server.
227+
* on_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
231228
* @param name name or {@code null} for none
232229
*/
233230
public Message setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)