public static final class ComposeRequest.SourceObjects.ObjectPreconditions
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ObjectPreconditions() |
| Modifier and Type | Method and Description |
|---|---|
ComposeRequest.SourceObjects.ObjectPreconditions |
clone() |
java.lang.Long |
getIfGenerationMatch()
Only perform the composition if the generation of the source object that would be used matches
this value.
|
ComposeRequest.SourceObjects.ObjectPreconditions |
set(java.lang.String fieldName,
java.lang.Object value) |
ComposeRequest.SourceObjects.ObjectPreconditions |
setIfGenerationMatch(java.lang.Long ifGenerationMatch)
Only perform the composition if the generation of the source object that would be used matches
this value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getIfGenerationMatch()
null for nonepublic ComposeRequest.SourceObjects.ObjectPreconditions setIfGenerationMatch(java.lang.Long ifGenerationMatch)
ifGenerationMatch - ifGenerationMatch or null for nonepublic ComposeRequest.SourceObjects.ObjectPreconditions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ComposeRequest.SourceObjects.ObjectPreconditions clone()
clone in class com.google.api.client.json.GenericJson