Skip to content

Commit 8cae6a8

Browse files
1 parent d4b57b7 commit 8cae6a8

File tree

4 files changed

+16
-16
lines changed

4 files changed

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

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public final class ParserConfig extends com.google.api.client.json.GenericJson {
4444
private SchemaPackage schema;
4545

4646
/**
47-
* Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator,
48-
* matching the HL7 version 2 specification.
47+
* Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment
48+
* terminator, matching the HL7 version 2 specification.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -95,8 +95,8 @@ public ParserConfig setSchema(SchemaPackage schema) {
9595
}
9696

9797
/**
98-
* Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator,
99-
* matching the HL7 version 2 specification.
98+
* Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment
99+
* terminator, matching the HL7 version 2 specification.
100100
* @see #decodeSegmentTerminator()
101101
* @return value or {@code null} for none
102102
*/
@@ -105,8 +105,8 @@ public java.lang.String getSegmentTerminator() {
105105
}
106106

107107
/**
108-
* Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator,
109-
* matching the HL7 version 2 specification.
108+
* Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment
109+
* terminator, matching the HL7 version 2 specification.
110110
* @see #getSegmentTerminator()
111111
* @return Base64 decoded value or {@code null} for none
112112
*
@@ -117,8 +117,8 @@ public byte[] decodeSegmentTerminator() {
117117
}
118118

119119
/**
120-
* Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator,
121-
* matching the HL7 version 2 specification.
120+
* Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment
121+
* terminator, matching the HL7 version 2 specification.
122122
* @see #encodeSegmentTerminator()
123123
* @param segmentTerminator segmentTerminator or {@code null} for none
124124
*/
@@ -128,8 +128,8 @@ public ParserConfig setSegmentTerminator(java.lang.String segmentTerminator) {
128128
}
129129

130130
/**
131-
* Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator,
132-
* matching the HL7 version 2 specification.
131+
* Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment
132+
* terminator, matching the HL7 version 2 specification.
133133
* @see #setSegmentTerminator()
134134
*
135135
* <p>

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

0 commit comments

Comments
 (0)