public final class Manifest 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 Google Cloud Deployment Manager Alpha 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 |
|---|
Manifest() |
| Modifier and Type | Method and Description |
|---|---|
Manifest |
clone() |
ConfigFile |
getConfig()
Output only.
|
String |
getExpandedConfig()
Output only.
|
BigInteger |
getId() |
List<ImportFile> |
getImports()
Output only.
|
String |
getInsertTime()
Output only.
|
String |
getLayout()
Output only.
|
String |
getName()
Output only.
|
String |
getSelfLink()
Output only.
|
Manifest |
set(String fieldName,
Object value) |
Manifest |
setConfig(ConfigFile config)
Output only.
|
Manifest |
setExpandedConfig(String expandedConfig)
Output only.
|
Manifest |
setId(BigInteger id) |
Manifest |
setImports(List<ImportFile> imports)
Output only.
|
Manifest |
setInsertTime(String insertTime)
Output only.
|
Manifest |
setLayout(String layout)
Output only.
|
Manifest |
setName(String name)
Output only.
|
Manifest |
setSelfLink(String selfLink)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ConfigFile getConfig()
null for nonepublic Manifest setConfig(ConfigFile config)
config - config or null for nonepublic String getExpandedConfig()
null for nonepublic Manifest setExpandedConfig(String expandedConfig)
expandedConfig - expandedConfig or null for nonepublic BigInteger getId()
null for nonepublic Manifest setId(BigInteger id)
id - id or null for nonepublic List<ImportFile> getImports()
null for nonepublic Manifest setImports(List<ImportFile> imports)
imports - imports or null for nonepublic String getInsertTime()
null for nonepublic Manifest setInsertTime(String insertTime)
insertTime - insertTime or null for nonepublic String getLayout()
null for nonepublic Manifest setLayout(String layout)
layout - layout or null for nonepublic String getName()
null for nonepublic Manifest setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic Manifest setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Manifest set(String fieldName, Object value)
set in class GenericJsonpublic Manifest clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.