public final class UrlMapsValidateRequest 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 | 
|---|
| UrlMapsValidateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UrlMapsValidateRequest | clone() | 
| List<String> | getLoadBalancingSchemes()Specifies the load balancer type(s) this validation request is for. | 
| UrlMap | getResource()Content of the UrlMap to be validated. | 
| UrlMapsValidateRequest | set(String fieldName,
   Object value) | 
| UrlMapsValidateRequest | setLoadBalancingSchemes(List<String> loadBalancingSchemes)Specifies the load balancer type(s) this validation request is for. | 
| UrlMapsValidateRequest | setResource(UrlMap resource)Content of the UrlMap to be validated. | 
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<String> getLoadBalancingSchemes()
null for nonepublic UrlMapsValidateRequest setLoadBalancingSchemes(List<String> loadBalancingSchemes)
loadBalancingSchemes - loadBalancingSchemes or null for nonepublic UrlMap getResource()
null for nonepublic UrlMapsValidateRequest setResource(UrlMap resource)
resource - resource or null for nonepublic UrlMapsValidateRequest set(String fieldName, Object value)
set in class GenericJsonpublic UrlMapsValidateRequest clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.