public final class Options 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 |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
Options |
clone() |
List<AsyncOptions> |
getAsyncOptions()
Options regarding how to thread async requests.
|
List<InputMapping> |
getInputMappings()
The mappings that apply for requests.
|
String |
getNameProperty()
The json path to the field in the resource JSON body into which the resource name should be
mapped.
|
ValidationOptions |
getValidationOptions()
Options for how to validate and process properties on a resource.
|
Options |
set(String fieldName,
Object value) |
Options |
setAsyncOptions(List<AsyncOptions> asyncOptions)
Options regarding how to thread async requests.
|
Options |
setInputMappings(List<InputMapping> inputMappings)
The mappings that apply for requests.
|
Options |
setNameProperty(String nameProperty)
The json path to the field in the resource JSON body into which the resource name should be
mapped.
|
Options |
setValidationOptions(ValidationOptions validationOptions)
Options for how to validate and process properties on a resource.
|
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 List<AsyncOptions> getAsyncOptions()
null for nonepublic Options setAsyncOptions(List<AsyncOptions> asyncOptions)
asyncOptions - asyncOptions or null for nonepublic List<InputMapping> getInputMappings()
null for nonepublic Options setInputMappings(List<InputMapping> inputMappings)
inputMappings - inputMappings or null for nonepublic String getNameProperty()
null for nonepublic Options setNameProperty(String nameProperty)
nameProperty - nameProperty or null for nonepublic ValidationOptions getValidationOptions()
null for nonepublic Options setValidationOptions(ValidationOptions validationOptions)
validationOptions - validationOptions or null for nonepublic Options set(String fieldName, Object value)
set in class GenericJsonpublic Options clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.