public final class Http
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 |
|---|
Http() |
| Modifier and Type | Method and Description |
|---|---|
Http |
clone() |
Boolean |
getFullyDecodeReservedExpansion()
When set to true, URL path parameters will be fully URI-decoded except in cases of single
segment matches in reserved expansion, where "%2F" will be left encoded.
|
List<HttpRule> |
getRules()
A list of HTTP configuration rules that apply to individual API methods.
|
Http |
set(String fieldName,
Object value) |
Http |
setFullyDecodeReservedExpansion(Boolean fullyDecodeReservedExpansion)
When set to true, URL path parameters will be fully URI-decoded except in cases of single
segment matches in reserved expansion, where "%2F" will be left encoded.
|
Http |
setRules(List<HttpRule> rules)
A list of HTTP configuration rules that apply to individual API methods.
|
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 getFullyDecodeReservedExpansion()
null for nonepublic Http setFullyDecodeReservedExpansion(Boolean fullyDecodeReservedExpansion)
fullyDecodeReservedExpansion - fullyDecodeReservedExpansion or null for nonepublic List<HttpRule> getRules()
null for nonepublic Http setRules(List<HttpRule> rules)
rules - rules or null for nonepublic Http set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Http clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.