public final class Type 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 |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
Type |
clone() |
ConfigurableService |
getConfigurableService()
Base Type (configurable service) that backs this Type.
|
String |
getDescription()
An optional textual description of the resource; provided by the client when the resource is
created.
|
BigInteger |
getId() |
String |
getInsertTime()
Output only.
|
List<TypeLabelEntry> |
getLabels()
Map of labels; provided by the client when the resource is created or updated.
|
String |
getName()
Name of the type.
|
Operation |
getOperation()
Output only.
|
String |
getSelfLink()
Output only.
|
Type |
set(String fieldName,
Object value) |
Type |
setConfigurableService(ConfigurableService configurableService)
Base Type (configurable service) that backs this Type.
|
Type |
setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Type |
setId(BigInteger id) |
Type |
setInsertTime(String insertTime)
Output only.
|
Type |
setLabels(List<TypeLabelEntry> labels)
Map of labels; provided by the client when the resource is created or updated.
|
Type |
setName(String name)
Name of the type.
|
Type |
setOperation(Operation operation)
Output only.
|
Type |
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 ConfigurableService getConfigurableService()
null for nonepublic Type setConfigurableService(ConfigurableService configurableService)
configurableService - configurableService or null for nonepublic String getDescription()
null for nonepublic Type setDescription(String description)
description - description or null for nonepublic BigInteger getId()
null for nonepublic Type setId(BigInteger id)
id - id or null for nonepublic String getInsertTime()
null for nonepublic Type setInsertTime(String insertTime)
insertTime - insertTime or null for nonepublic List<TypeLabelEntry> getLabels()
null for nonepublic Type setLabels(List<TypeLabelEntry> labels)
labels - labels or null for nonepublic String getName()
null for nonepublic Operation getOperation()
null for nonepublic Type setOperation(Operation operation)
operation - operation or null for nonepublic String getSelfLink()
null for nonepublic Type setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Type set(String fieldName, Object value)
set in class GenericJsonpublic Type clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.