public final class SelectiveGapicGeneration
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 |
|---|
SelectiveGapicGeneration() |
| Modifier and Type | Method and Description |
|---|---|
SelectiveGapicGeneration |
clone() |
Boolean |
getGenerateOmittedAsInternal()
Setting this to true indicates to the client generators that methods that would be excluded
from the generation should instead be generated in a way that indicates these methods should
not be consumed by end users.
|
List<String> |
getMethods()
An allowlist of the fully qualified names of RPCs that should be included on public client
surfaces.
|
SelectiveGapicGeneration |
set(String fieldName,
Object value) |
SelectiveGapicGeneration |
setGenerateOmittedAsInternal(Boolean generateOmittedAsInternal)
Setting this to true indicates to the client generators that methods that would be excluded
from the generation should instead be generated in a way that indicates these methods should
not be consumed by end users.
|
SelectiveGapicGeneration |
setMethods(List<String> methods)
An allowlist of the fully qualified names of RPCs that should be included on public client
surfaces.
|
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 Boolean getGenerateOmittedAsInternal()
null for nonepublic SelectiveGapicGeneration setGenerateOmittedAsInternal(Boolean generateOmittedAsInternal)
generateOmittedAsInternal - generateOmittedAsInternal or null for nonepublic List<String> getMethods()
null for nonepublic SelectiveGapicGeneration setMethods(List<String> methods)
methods - methods or null for nonepublic SelectiveGapicGeneration set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SelectiveGapicGeneration clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.