public final class ExportMessagesRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ExportMessagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportMessagesRequest |
clone() |
String |
getEndTime()
The end of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58
C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
String |
getFilter()
Restricts messages exported to those matching a filter, only applicable to PubsubDestination
and GcsDestination.
|
GcsDestination |
getGcsDestination()
Export to a Cloud Storage destination.
|
PubsubDestination |
getPubsubDestination()
Export messages to a Pub/Sub topic.
|
String |
getStartTime()
The start of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E
58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
ExportMessagesRequest |
set(String fieldName,
Object value) |
ExportMessagesRequest |
setEndTime(String endTime)
The end of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58
C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
ExportMessagesRequest |
setFilter(String filter)
Restricts messages exported to those matching a filter, only applicable to PubsubDestination
and GcsDestination.
|
ExportMessagesRequest |
setGcsDestination(GcsDestination gcsDestination)
Export to a Cloud Storage destination.
|
ExportMessagesRequest |
setPubsubDestination(PubsubDestination pubsubDestination)
Export messages to a Pub/Sub topic.
|
ExportMessagesRequest |
setStartTime(String startTime)
The start of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E
58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEndTime()
null for nonepublic ExportMessagesRequest setEndTime(String endTime)
endTime - endTime or null for nonepublic String getFilter()
null for nonepublic ExportMessagesRequest setFilter(String filter)
filter - filter or null for nonepublic GcsDestination getGcsDestination()
null for nonepublic ExportMessagesRequest setGcsDestination(GcsDestination gcsDestination)
gcsDestination - gcsDestination or null for nonepublic PubsubDestination getPubsubDestination()
null for nonepublic ExportMessagesRequest setPubsubDestination(PubsubDestination pubsubDestination)
pubsubDestination - pubsubDestination or null for nonepublic String getStartTime()
null for nonepublic ExportMessagesRequest setStartTime(String startTime)
startTime - startTime or null for nonepublic ExportMessagesRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ExportMessagesRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.