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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public GcsDestination clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.