public final class Manifest
extends com.google.api.client.json.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 Cloud Deployment Manager V2 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Manifest() |
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 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 Long getManifestSizeBytes()
null for nonepublic Manifest setManifestSizeBytes(Long manifestSizeBytes)
manifestSizeBytes - manifestSizeBytes or null for nonepublic Long getManifestSizeLimitBytes()
null for nonepublic Manifest setManifestSizeLimitBytes(Long manifestSizeLimitBytes)
manifestSizeLimitBytes - manifestSizeLimitBytes 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 com.google.api.client.json.GenericJsonpublic Manifest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.