public final class GcsDestination
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 |
|---|
GcsDestination() |
| Modifier and Type | Method and Description |
|---|---|
GcsDestination |
clone() |
String |
getContentStructure()
The format of the exported HL7v2 message files.
|
String |
getMessageView()
Specifies the parts of the Message resource to include in the export.
|
String |
getUriPrefix()
URI of an existing Cloud Storage directory where the server writes result files, in the format
`gs://{bucket-id}/{path/to/destination/dir}`.
|
GcsDestination |
set(String fieldName,
Object value) |
GcsDestination |
setContentStructure(String contentStructure)
The format of the exported HL7v2 message files.
|
GcsDestination |
setMessageView(String messageView)
Specifies the parts of the Message resource to include in the export.
|
GcsDestination |
setUriPrefix(String uriPrefix)
URI of an existing Cloud Storage directory where the server writes result files, in the format
`gs://{bucket-id}/{path/to/destination/dir}`.
|
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 getContentStructure()
null for nonepublic GcsDestination setContentStructure(String contentStructure)
contentStructure - contentStructure or null for nonepublic String getMessageView()
null for nonepublic GcsDestination setMessageView(String messageView)
messageView - messageView or null for nonepublic String getUriPrefix()
null for nonepublic GcsDestination setUriPrefix(String uriPrefix)
uriPrefix - uriPrefix or null for nonepublic GcsDestination set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GcsDestination clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.