public final class DotnetSettings
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 Management 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DotnetSettings() |
Modifier and Type | Method and Description |
---|---|
DotnetSettings |
clone() |
CommonLanguageSettings |
getCommon()
Some settings.
|
List<String> |
getForcedNamespaceAliases()
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable)
naming collision
|
List<String> |
getHandwrittenSignatures()
Method signatures (in the form "service.method(signature)") which are provided separately, so
shouldn't be generated.
|
List<String> |
getIgnoredResources()
List of full resource types to ignore during generation.
|
Map<String,String> |
getRenamedResources()
Map from full resource types to the effective short name for the resource.
|
Map<String,String> |
getRenamedServices()
Map from original service names to renamed versions.
|
DotnetSettings |
set(String fieldName,
Object value) |
DotnetSettings |
setCommon(CommonLanguageSettings common)
Some settings.
|
DotnetSettings |
setForcedNamespaceAliases(List<String> forcedNamespaceAliases)
Namespaces which must be aliased in snippets due to a known (but non-generator-predictable)
naming collision
|
DotnetSettings |
setHandwrittenSignatures(List<String> handwrittenSignatures)
Method signatures (in the form "service.method(signature)") which are provided separately, so
shouldn't be generated.
|
DotnetSettings |
setIgnoredResources(List<String> ignoredResources)
List of full resource types to ignore during generation.
|
DotnetSettings |
setRenamedResources(Map<String,String> renamedResources)
Map from full resource types to the effective short name for the resource.
|
DotnetSettings |
setRenamedServices(Map<String,String> renamedServices)
Map from original service names to renamed versions.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public CommonLanguageSettings getCommon()
null
for nonepublic DotnetSettings setCommon(CommonLanguageSettings common)
common
- common or null
for nonepublic List<String> getForcedNamespaceAliases()
null
for nonepublic DotnetSettings setForcedNamespaceAliases(List<String> forcedNamespaceAliases)
forcedNamespaceAliases
- forcedNamespaceAliases or null
for nonepublic List<String> getHandwrittenSignatures()
null
for nonepublic DotnetSettings setHandwrittenSignatures(List<String> handwrittenSignatures)
handwrittenSignatures
- handwrittenSignatures or null
for nonepublic List<String> getIgnoredResources()
null
for nonepublic DotnetSettings setIgnoredResources(List<String> ignoredResources)
ignoredResources
- ignoredResources or null
for nonepublic Map<String,String> getRenamedResources()
null
for nonepublic DotnetSettings setRenamedResources(Map<String,String> renamedResources)
renamedResources
- renamedResources or null
for nonepublic Map<String,String> getRenamedServices()
null
for nonepublic DotnetSettings setRenamedServices(Map<String,String> renamedServices)
renamedServices
- renamedServices or null
for nonepublic DotnetSettings set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DotnetSettings clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.