public final class TypeProvider 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 Cloud Deployment Manager V2 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 |
|---|
TypeProvider() |
| Modifier and Type | Method and Description |
|---|---|
TypeProvider |
clone() |
List<CollectionOverride> |
getCollectionOverrides()
Allows resource handling overrides for specific collections
|
Credential |
getCredential()
Credential used when interacting with this type.
|
List<String> |
getCustomCertificateAuthorityRoots()
List of up to 2 custom certificate authority roots to use for TLS authentication when making
calls on behalf of this type provider.
|
String |
getDescription()
An optional textual description of the resource; provided by the client when the resource is
created.
|
String |
getDescriptorUrl()
Descriptor Url for the this type provider.
|
BigInteger |
getId()
Output only.
|
String |
getInsertTime()
Output only.
|
List<TypeProviderLabelEntry> |
getLabels()
Map of One Platform labels; provided by the client when the resource is created or updated.
|
String |
getName()
Name of the resource; provided by the client when the resource is created.
|
Operation |
getOperation()
Output only.
|
Options |
getOptions()
Options to apply when handling any resources in this service.
|
String |
getSelfLink()
Output only.
|
TypeProvider |
set(String fieldName,
Object value) |
TypeProvider |
setCollectionOverrides(List<CollectionOverride> collectionOverrides)
Allows resource handling overrides for specific collections
|
TypeProvider |
setCredential(Credential credential)
Credential used when interacting with this type.
|
TypeProvider |
setCustomCertificateAuthorityRoots(List<String> customCertificateAuthorityRoots)
List of up to 2 custom certificate authority roots to use for TLS authentication when making
calls on behalf of this type provider.
|
TypeProvider |
setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
TypeProvider |
setDescriptorUrl(String descriptorUrl)
Descriptor Url for the this type provider.
|
TypeProvider |
setId(BigInteger id)
Output only.
|
TypeProvider |
setInsertTime(String insertTime)
Output only.
|
TypeProvider |
setLabels(List<TypeProviderLabelEntry> labels)
Map of One Platform labels; provided by the client when the resource is created or updated.
|
TypeProvider |
setName(String name)
Name of the resource; provided by the client when the resource is created.
|
TypeProvider |
setOperation(Operation operation)
Output only.
|
TypeProvider |
setOptions(Options options)
Options to apply when handling any resources in this service.
|
TypeProvider |
setSelfLink(String selfLink)
Output only.
|
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 TypeProvider setCollectionOverrides(List<CollectionOverride> collectionOverrides)
collectionOverrides - collectionOverrides or null for nonepublic Credential getCredential()
null for nonepublic TypeProvider setCredential(Credential credential)
credential - credential or null for nonepublic List<String> getCustomCertificateAuthorityRoots()
null for nonepublic TypeProvider setCustomCertificateAuthorityRoots(List<String> customCertificateAuthorityRoots)
customCertificateAuthorityRoots - customCertificateAuthorityRoots or null for nonepublic String getDescription()
null for nonepublic TypeProvider setDescription(String description)
description - description or null for nonepublic String getDescriptorUrl()
null for nonepublic TypeProvider setDescriptorUrl(String descriptorUrl)
descriptorUrl - descriptorUrl or null for nonepublic BigInteger getId()
null for nonepublic TypeProvider setId(BigInteger id)
id - id or null for nonepublic String getInsertTime()
null for nonepublic TypeProvider setInsertTime(String insertTime)
insertTime - insertTime or null for nonepublic List<TypeProviderLabelEntry> getLabels()
null for nonepublic TypeProvider setLabels(List<TypeProviderLabelEntry> labels)
labels - labels or null for nonepublic String getName()
null for nonepublic TypeProvider setName(String name)
name - name or null for nonepublic Operation getOperation()
null for nonepublic TypeProvider setOperation(Operation operation)
operation - operation or null for nonepublic Options getOptions()
null for nonepublic TypeProvider setOptions(Options options)
options - options or null for nonepublic String getSelfLink()
null for nonepublic TypeProvider setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic TypeProvider set(String fieldName, Object value)
set in class GenericJsonpublic TypeProvider clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.