public final class ApplyConsentsResponse
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 |
---|
ApplyConsentsResponse() |
Modifier and Type | Method and Description |
---|---|
ApplyConsentsResponse |
clone() |
Long |
getAffectedResources()
The number of resources (including the Consent resources) that may have consensual access
change.
|
Long |
getConsentApplyFailure()
If `validate_only = false` in ApplyConsentsRequest, this counter is the number of Consent
resources that were failed to apply.
|
Long |
getConsentApplySuccess()
If `validate_only = false` in ApplyConsentsRequest, this counter is the number of Consent
resources that were successfully applied.
|
Long |
getFailedResources()
The number of resources (including the Consent resources) that ApplyConsents failed to re-
index.
|
ApplyConsentsResponse |
set(String fieldName,
Object value) |
ApplyConsentsResponse |
setAffectedResources(Long affectedResources)
The number of resources (including the Consent resources) that may have consensual access
change.
|
ApplyConsentsResponse |
setConsentApplyFailure(Long consentApplyFailure)
If `validate_only = false` in ApplyConsentsRequest, this counter is the number of Consent
resources that were failed to apply.
|
ApplyConsentsResponse |
setConsentApplySuccess(Long consentApplySuccess)
If `validate_only = false` in ApplyConsentsRequest, this counter is the number of Consent
resources that were successfully applied.
|
ApplyConsentsResponse |
setFailedResources(Long failedResources)
The number of resources (including the Consent resources) that ApplyConsents failed to re-
index.
|
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 Long getAffectedResources()
null
for nonepublic ApplyConsentsResponse setAffectedResources(Long affectedResources)
affectedResources
- affectedResources or null
for nonepublic Long getConsentApplyFailure()
null
for nonepublic ApplyConsentsResponse setConsentApplyFailure(Long consentApplyFailure)
consentApplyFailure
- consentApplyFailure or null
for nonepublic Long getConsentApplySuccess()
null
for nonepublic ApplyConsentsResponse setConsentApplySuccess(Long consentApplySuccess)
consentApplySuccess
- consentApplySuccess or null
for nonepublic Long getFailedResources()
null
for nonepublic ApplyConsentsResponse setFailedResources(Long failedResources)
failedResources
- failedResources or null
for nonepublic ApplyConsentsResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ApplyConsentsResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.