You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-healthcare/v1/2.0.0/com/google/api/services/healthcare/v1/model/ParserConfig.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ public final class ParserConfig extends com.google.api.client.json.GenericJson {
44
44
privateSchemaPackageschema;
45
45
46
46
/**
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.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -95,8 +95,8 @@ public ParserConfig setSchema(SchemaPackage schema) {
95
95
}
96
96
97
97
/**
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.
100
100
* @see #decodeSegmentTerminator()
101
101
* @return value or {@code null} for none
102
102
*/
@@ -105,8 +105,8 @@ public java.lang.String getSegmentTerminator() {
105
105
}
106
106
107
107
/**
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.
110
110
* @see #getSegmentTerminator()
111
111
* @return Base64 decoded value or {@code null} for none
112
112
*
@@ -117,8 +117,8 @@ public byte[] decodeSegmentTerminator() {
117
117
}
118
118
119
119
/**
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.
122
122
* @see #encodeSegmentTerminator()
123
123
* @param segmentTerminator segmentTerminator or {@code null} for none
124
124
*/
@@ -128,8 +128,8 @@ public ParserConfig setSegmentTerminator(java.lang.String segmentTerminator) {
128
128
}
129
129
130
130
/**
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.
0 commit comments