public final class ServiceNetworkingEnum
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 Service Networking 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServiceNetworkingEnum() |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworkingEnum |
clone() |
String |
getEdition()
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
List<EnumValue> |
getEnumvalue()
Enum value definitions.
|
String |
getName()
Enum type name.
|
List<Option> |
getOptions()
Protocol buffer options.
|
SourceContext |
getSourceContext()
The source context.
|
String |
getSyntax()
The source syntax.
|
ServiceNetworkingEnum |
set(String fieldName,
Object value) |
ServiceNetworkingEnum |
setEdition(String edition)
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
ServiceNetworkingEnum |
setEnumvalue(List<EnumValue> enumvalue)
Enum value definitions.
|
ServiceNetworkingEnum |
setName(String name)
Enum type name.
|
ServiceNetworkingEnum |
setOptions(List<Option> options)
Protocol buffer options.
|
ServiceNetworkingEnum |
setSourceContext(SourceContext sourceContext)
The source context.
|
ServiceNetworkingEnum |
setSyntax(String syntax)
The source syntax.
|
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 getEdition()
null for nonepublic ServiceNetworkingEnum setEdition(String edition)
edition - edition or null for nonepublic List<EnumValue> getEnumvalue()
null for nonepublic ServiceNetworkingEnum setEnumvalue(List<EnumValue> enumvalue)
enumvalue - enumvalue or null for nonepublic String getName()
null for nonepublic ServiceNetworkingEnum setName(String name)
name - name or null for nonepublic List<Option> getOptions()
null for nonepublic ServiceNetworkingEnum setOptions(List<Option> options)
options - options or null for nonepublic SourceContext getSourceContext()
null for nonepublic ServiceNetworkingEnum setSourceContext(SourceContext sourceContext)
sourceContext - sourceContext or null for nonepublic String getSyntax()
null for nonepublic ServiceNetworkingEnum setSyntax(String syntax)
syntax - syntax or null for nonepublic ServiceNetworkingEnum set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ServiceNetworkingEnum clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.