public final class BaseType 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 API V2Beta Methods. 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 |
|---|
BaseType() |
| Modifier and Type | Method and Description |
|---|---|
BaseType |
clone() |
List<CollectionOverride> |
getCollectionOverrides()
Allows resource handling overrides for specific collections
|
Credential |
getCredential()
Credential used when interacting with this type.
|
String |
getDescriptorUrl()
Descriptor Url for the this type.
|
Options |
getOptions()
Options to apply when handling any resources in this service.
|
BaseType |
set(String fieldName,
Object value) |
BaseType |
setCollectionOverrides(List<CollectionOverride> collectionOverrides)
Allows resource handling overrides for specific collections
|
BaseType |
setCredential(Credential credential)
Credential used when interacting with this type.
|
BaseType |
setDescriptorUrl(String descriptorUrl)
Descriptor Url for the this type.
|
BaseType |
setOptions(Options options)
Options to apply when handling any resources in this service.
|
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 List<CollectionOverride> getCollectionOverrides()
null for nonepublic BaseType setCollectionOverrides(List<CollectionOverride> collectionOverrides)
collectionOverrides - collectionOverrides or null for nonepublic Credential getCredential()
null for nonepublic BaseType setCredential(Credential credential)
credential - credential or null for nonepublic String getDescriptorUrl()
null for nonepublic BaseType setDescriptorUrl(String descriptorUrl)
descriptorUrl - descriptorUrl or null for nonepublic Options getOptions()
null for nonepublic BaseType setOptions(Options options)
options - options or null for nonepublic BaseType set(String fieldName, Object value)
set in class GenericJsonpublic BaseType clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.