public static final class ComposeRequest.SourceObjects
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
ComposeRequest.SourceObjects.ObjectPreconditions
Conditions that must be met for this operation to execute.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SourceObjects() |
| Modifier and Type | Method and Description |
|---|---|
ComposeRequest.SourceObjects |
clone() |
Long |
getGeneration()
The generation of this object to use as the source.
|
String |
getName()
The source object's name.
|
ComposeRequest.SourceObjects.ObjectPreconditions |
getObjectPreconditions()
Conditions that must be met for this operation to execute.
|
ComposeRequest.SourceObjects |
set(String fieldName,
Object value) |
ComposeRequest.SourceObjects |
setGeneration(Long generation)
The generation of this object to use as the source.
|
ComposeRequest.SourceObjects |
setName(String name)
The source object's name.
|
ComposeRequest.SourceObjects |
setObjectPreconditions(ComposeRequest.SourceObjects.ObjectPreconditions objectPreconditions)
Conditions that must be met for this operation to execute.
|
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 Long getGeneration()
null for nonepublic ComposeRequest.SourceObjects setGeneration(Long generation)
generation - generation or null for nonepublic String getName()
null for nonepublic ComposeRequest.SourceObjects setName(String name)
name - name or null for nonepublic ComposeRequest.SourceObjects.ObjectPreconditions getObjectPreconditions()
null for nonepublic ComposeRequest.SourceObjects setObjectPreconditions(ComposeRequest.SourceObjects.ObjectPreconditions objectPreconditions)
objectPreconditions - objectPreconditions or null for nonepublic ComposeRequest.SourceObjects set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ComposeRequest.SourceObjects clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.