public final class ConsentConfig
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 |
|---|
ConsentConfig() |
| Modifier and Type | Method and Description |
|---|---|
ConsentConfig |
clone() |
AccessDeterminationLogConfig |
getAccessDeterminationLogConfig()
Optional.
|
Boolean |
getAccessEnforced()
Optional.
|
ConsentHeaderHandling |
getConsentHeaderHandling()
Optional.
|
List<String> |
getEnforcedAdminConsents()
Output only.
|
String |
getVersion()
Required.
|
ConsentConfig |
set(String fieldName,
Object value) |
ConsentConfig |
setAccessDeterminationLogConfig(AccessDeterminationLogConfig accessDeterminationLogConfig)
Optional.
|
ConsentConfig |
setAccessEnforced(Boolean accessEnforced)
Optional.
|
ConsentConfig |
setConsentHeaderHandling(ConsentHeaderHandling consentHeaderHandling)
Optional.
|
ConsentConfig |
setEnforcedAdminConsents(List<String> enforcedAdminConsents)
Output only.
|
ConsentConfig |
setVersion(String version)
Required.
|
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 AccessDeterminationLogConfig getAccessDeterminationLogConfig()
null for nonepublic ConsentConfig setAccessDeterminationLogConfig(AccessDeterminationLogConfig accessDeterminationLogConfig)
accessDeterminationLogConfig - accessDeterminationLogConfig or null for nonepublic Boolean getAccessEnforced()
null for nonepublic ConsentConfig setAccessEnforced(Boolean accessEnforced)
accessEnforced - accessEnforced or null for nonepublic ConsentHeaderHandling getConsentHeaderHandling()
null for nonepublic ConsentConfig setConsentHeaderHandling(ConsentHeaderHandling consentHeaderHandling)
consentHeaderHandling - consentHeaderHandling or null for nonepublic List<String> getEnforcedAdminConsents()
null for nonepublic ConsentConfig setEnforcedAdminConsents(List<String> enforcedAdminConsents)
enforcedAdminConsents - enforcedAdminConsents or null for nonepublic String getVersion()
null for nonepublic ConsentConfig setVersion(String version)
version - version or null for nonepublic ConsentConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ConsentConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.