public final class LocationMetadata
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 App Engine Admin 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
Constructor and Description |
---|
LocationMetadata() |
Modifier and Type | Method and Description |
---|---|
LocationMetadata |
clone() |
java.lang.Boolean |
getFlexibleEnvironmentAvailable()
App Engine flexible environment is available in the given location.@OutputOnly
|
java.lang.Boolean |
getStandardEnvironmentAvailable()
App Engine standard environment is available in the given location.@OutputOnly
|
LocationMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
LocationMetadata |
setFlexibleEnvironmentAvailable(java.lang.Boolean flexibleEnvironmentAvailable)
App Engine flexible environment is available in the given location.@OutputOnly
|
LocationMetadata |
setStandardEnvironmentAvailable(java.lang.Boolean standardEnvironmentAvailable)
App Engine standard environment is available in the given location.@OutputOnly
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getFlexibleEnvironmentAvailable()
null
for nonepublic LocationMetadata setFlexibleEnvironmentAvailable(java.lang.Boolean flexibleEnvironmentAvailable)
flexibleEnvironmentAvailable
- flexibleEnvironmentAvailable or null
for nonepublic java.lang.Boolean getStandardEnvironmentAvailable()
null
for nonepublic LocationMetadata setStandardEnvironmentAvailable(java.lang.Boolean standardEnvironmentAvailable)
standardEnvironmentAvailable
- standardEnvironmentAvailable or null
for nonepublic LocationMetadata set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LocationMetadata clone()
clone
in class com.google.api.client.json.GenericJson