GenericUrl@Deprecated public class GoogleUrl extends com.google.api.client.http.GenericUrl
alt and fields parameters.
Implementation is not thread-safe.
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleUrl()
Deprecated.
|
GoogleUrl(String encodedUrl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleUrl |
clone()
Deprecated.
|
String |
getAlt()
Deprecated.
Returns the alternate wire format.
|
String |
getFields()
Deprecated.
Returns the partial fields mask.
|
String |
getKey()
Deprecated.
Returns the API key as described in the Google APIs Console documentation.
|
Boolean |
getPrettyPrint()
Deprecated.
Returns whether to pretty print the output.
|
String |
getUserIp()
Deprecated.
Returns the user IP used to enforce per-user limits for server-side applications, as described
in the Google APIs
Console documentation.
|
void |
setAlt(String alt)
Deprecated.
Sets the alternate wire format.
|
void |
setFields(String fields)
Deprecated.
Sets the partial fields mask.
|
void |
setKey(String key)
Deprecated.
Sets the API key as described in the Google APIs Console documentation.
|
void |
setPrettyPrint(Boolean prettyPrint)
Deprecated.
Sets whether to pretty print the output.
|
void |
setUserIp(String userip)
Deprecated.
Sets the user IP used to enforce per-user limits for server-side applications, as described in
the Google APIs Console
documentation.
|
appendRawPath, build, buildAuthority, buildRelativeUrl, equals, getAll, getFirst, getFragment, getHost, getPathParts, getPort, getRawPath, getScheme, hashCode, setFragment, setHost, setPathParts, setPort, setRawPath, setScheme, toPathParts, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuespublic GoogleUrl()
public GoogleUrl(String encodedUrl)
encodedUrl - encoded URL, including any existing query parameters that should be parsedpublic GoogleUrl clone()
clone in class com.google.api.client.http.GenericUrlpublic Boolean getPrettyPrint()
public void setPrettyPrint(Boolean prettyPrint)
public final String getAlt()
public final void setAlt(String alt)
public final String getFields()
public final void setFields(String fields)
public final String getKey()
public final void setKey(String key)
public final String getUserIp()
public final void setUserIp(String userip)
Copyright © 2010-2013 Google. All Rights Reserved.