Cloud Storage API v1beta2 (revision 2)
com.google.api.services.storage.model
Class ComposeRequest.SourceObjects.ObjectPreconditions
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.storage.model.ComposeRequest.SourceObjects.ObjectPreconditions
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
- Enclosing class:
- ComposeRequest.SourceObjects
public static final class ComposeRequest.SourceObjects.ObjectPreconditions
- extends GenericJson
Model definition for ComposeRequestSourceObjectsObjectPreconditions.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
ComposeRequest.SourceObjects.ObjectPreconditions
public ComposeRequest.SourceObjects.ObjectPreconditions()
getIfGenerationMatch
public Long getIfGenerationMatch()
- Only perform the composition if the generation of the source object that would be used matches
this value. If this value and a generation are both specified, they must be the same value or
the call will fail.
The value returned may be
null
.
setIfGenerationMatch
public ComposeRequest.SourceObjects.ObjectPreconditions setIfGenerationMatch(Long ifGenerationMatch)
- Only perform the composition if the generation of the source object that would be used matches
this value. If this value and a generation are both specified, they must be the same value or
the call will fail.
The value set may be
null
.