public final class ExportResourcesHistoryRequest
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 |
---|
ExportResourcesHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
ExportResourcesHistoryRequest |
clone() |
GoogleCloudHealthcareV1beta1FhirGcsDestination |
getGcsDestination()
The Cloud Storage output destination.
|
Long |
getMaxResourceVersions()
If provided and non-zero, places a limit on the number of resource versions that are returned
for a given resource.
|
String |
getSince()
If provided, only resources versions updated after this time are exported.
|
String |
getType()
String of comma-delimited FHIR resource types.
|
ExportResourcesHistoryRequest |
set(String fieldName,
Object value) |
ExportResourcesHistoryRequest |
setGcsDestination(GoogleCloudHealthcareV1beta1FhirGcsDestination gcsDestination)
The Cloud Storage output destination.
|
ExportResourcesHistoryRequest |
setMaxResourceVersions(Long maxResourceVersions)
If provided and non-zero, places a limit on the number of resource versions that are returned
for a given resource.
|
ExportResourcesHistoryRequest |
setSince(String since)
If provided, only resources versions updated after this time are exported.
|
ExportResourcesHistoryRequest |
setType(String type)
String of comma-delimited FHIR resource types.
|
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 getSince()
null
for nonepublic ExportResourcesHistoryRequest setSince(String since)
since
- since or null
for nonepublic String getType()
null
for nonepublic ExportResourcesHistoryRequest setType(String type)
type
- type or null
for nonepublic GoogleCloudHealthcareV1beta1FhirGcsDestination getGcsDestination()
null
for nonepublic ExportResourcesHistoryRequest setGcsDestination(GoogleCloudHealthcareV1beta1FhirGcsDestination gcsDestination)
gcsDestination
- gcsDestination or null
for nonepublic Long getMaxResourceVersions()
null
for nonepublic ExportResourcesHistoryRequest setMaxResourceVersions(Long maxResourceVersions)
maxResourceVersions
- maxResourceVersions or null
for nonepublic ExportResourcesHistoryRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ExportResourcesHistoryRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.