public final class ForwardingRuleServiceDirectoryRegistration 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 |
|---|
ForwardingRuleServiceDirectoryRegistration() |
| Modifier and Type | Method and Description |
|---|---|
ForwardingRuleServiceDirectoryRegistration |
clone() |
String |
getNamespace()
Service Directory namespace to register the forwarding rule under.
|
String |
getService()
Service Directory service to register the forwarding rule under.
|
String |
getServiceDirectoryRegion()
[Optional] Service Directory region to register this global forwarding rule under.
|
ForwardingRuleServiceDirectoryRegistration |
set(String fieldName,
Object value) |
ForwardingRuleServiceDirectoryRegistration |
setNamespace(String namespace)
Service Directory namespace to register the forwarding rule under.
|
ForwardingRuleServiceDirectoryRegistration |
setService(String service)
Service Directory service to register the forwarding rule under.
|
ForwardingRuleServiceDirectoryRegistration |
setServiceDirectoryRegion(String serviceDirectoryRegion)
[Optional] Service Directory region to register this global forwarding rule under.
|
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 ForwardingRuleServiceDirectoryRegistration()
public String getNamespace()
null for nonepublic ForwardingRuleServiceDirectoryRegistration setNamespace(String namespace)
namespace - namespace or null for nonepublic String getService()
null for nonepublic ForwardingRuleServiceDirectoryRegistration setService(String service)
service - service or null for nonepublic String getServiceDirectoryRegion()
null for nonepublic ForwardingRuleServiceDirectoryRegistration setServiceDirectoryRegion(String serviceDirectoryRegion)
serviceDirectoryRegion - serviceDirectoryRegion or null for nonepublic ForwardingRuleServiceDirectoryRegistration set(String fieldName, Object value)
set in class GenericJsonpublic ForwardingRuleServiceDirectoryRegistration clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.