public final class Condition extends 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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
Condition()  | 
| Modifier and Type | Method and Description | 
|---|---|
Condition | 
clone()  | 
String | 
getIam()
Trusted attributes supplied by the IAM system. 
 | 
String | 
getOp()
An operator to apply the subject with. 
 | 
String | 
getSvc()
Trusted attributes discharged by the service. 
 | 
String | 
getSys()
Trusted attributes supplied by any service that owns resources and uses the IAM system for
 access control. 
 | 
List<String> | 
getValues()
The objects of the condition. 
 | 
Condition | 
set(String fieldName,
   Object value)  | 
Condition | 
setIam(String iam)
Trusted attributes supplied by the IAM system. 
 | 
Condition | 
setOp(String op)
An operator to apply the subject with. 
 | 
Condition | 
setSvc(String svc)
Trusted attributes discharged by the service. 
 | 
Condition | 
setSys(String sys)
Trusted attributes supplied by any service that owns resources and uses the IAM system for
 access control. 
 | 
Condition | 
setValues(List<String> values)
The objects of the condition. 
 | 
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 getIam()
null for nonepublic Condition setIam(String iam)
iam - iam or null for nonepublic String getOp()
null for nonepublic Condition setOp(String op)
op - op or null for nonepublic String getSvc()
null for nonepublic Condition setSvc(String svc)
svc - svc or null for nonepublic String getSys()
null for nonepublic Condition setSys(String sys)
sys - sys or null for nonepublic List<String> getValues()
null for nonepublic Condition setValues(List<String> values)
values - values or null for nonepublic Condition set(String fieldName, Object value)
set in class GenericJsonpublic Condition clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.