public final class Type
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Type() |
Modifier and Type | Method and Description |
---|---|
Type |
clone() |
BaseType |
getBase()
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 One Platform 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 |
setBase(BaseType base)
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 One Platform 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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public BaseType getBase()
null
for nonepublic Type setBase(BaseType base)
base
- base 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 com.google.api.client.json.GenericJson
public Type clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.