GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GoogleUrl() |
GoogleUrl(String encodedUrl) |
Modifier and Type | Method and Description |
---|---|
GoogleUrl |
clone() |
String |
getAlt()
Returns the alternate wire format.
|
String |
getFields()
Returns the partial fields mask.
|
String |
getKey()
Returns the API key as described in the Google APIs Console documentation.
|
Boolean |
getPrettyPrint()
Returns whether to pretty print the output.
|
String |
getUserIp()
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)
Sets the alternate wire format.
|
void |
setFields(String fields)
Sets the partial fields mask.
|
void |
setKey(String key)
Sets the API key as described in the Google APIs Console documentation.
|
void |
setPrettyPrint(Boolean prettyPrint)
Sets whether to pretty print the output.
|
void |
setUserIp(String userip)
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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
public GoogleUrl()
public GoogleUrl(String encodedUrl)
encodedUrl
- encoded URL, including any existing query parameters that should be parsedpublic GoogleUrl clone()
clone
in class GenericUrl
public 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-2012 Google. All Rights Reserved.