public final class NetworkEndpointGroupAppEngine 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 Compute Engine 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 | 
|---|
| NetworkEndpointGroupAppEngine() | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkEndpointGroupAppEngine | clone() | 
| String | getService()Optional serving service. | 
| String | getUrlMask()A template to parse service and version fields from a request URL. | 
| String | getVersion()Optional serving version. | 
| NetworkEndpointGroupAppEngine | set(String fieldName,
   Object value) | 
| NetworkEndpointGroupAppEngine | setService(String service)Optional serving service. | 
| NetworkEndpointGroupAppEngine | setUrlMask(String urlMask)A template to parse service and version fields from a request URL. | 
| NetworkEndpointGroupAppEngine | setVersion(String version)Optional serving version. | 
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 String getService()
null for nonepublic NetworkEndpointGroupAppEngine setService(String service)
service - service or null for nonepublic String getUrlMask()
null for nonepublic NetworkEndpointGroupAppEngine setUrlMask(String urlMask)
urlMask - urlMask or null for nonepublic String getVersion()
null for nonepublic NetworkEndpointGroupAppEngine setVersion(String version)
version - version or null for nonepublic NetworkEndpointGroupAppEngine set(String fieldName, Object value)
set in class GenericJsonpublic NetworkEndpointGroupAppEngine clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.