public class Oauth2.GetRobotJwk extends Oauth2Request<Jwk>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
GetRobotJwk(java.lang.String robotEmail)
Create a request for the method "getRobotJwk".
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getRobotEmail()
The email of robot account.
|
Oauth2.GetRobotJwk |
set(java.lang.String parameterName,
java.lang.Object value) |
Oauth2.GetRobotJwk |
setAlt(java.lang.String alt)
Data format for the response.
|
Oauth2.GetRobotJwk |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Oauth2.GetRobotJwk |
setKey(java.lang.String key)
API key.
|
Oauth2.GetRobotJwk |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Oauth2.GetRobotJwk |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Oauth2.GetRobotJwk |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Oauth2.GetRobotJwk |
setRobotEmail(java.lang.String robotEmail)
The email of robot account.
|
Oauth2.GetRobotJwk |
setUserIp(java.lang.String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected GetRobotJwk(java.lang.String robotEmail)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Oauth2.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
robotEmail
- The email of robot account.public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Jwk>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Jwk>
java.io.IOException
public Oauth2.GetRobotJwk setAlt(java.lang.String alt)
Oauth2Request
setAlt
in class Oauth2Request<Jwk>
public Oauth2.GetRobotJwk setFields(java.lang.String fields)
Oauth2Request
setFields
in class Oauth2Request<Jwk>
public Oauth2.GetRobotJwk setKey(java.lang.String key)
Oauth2Request
setKey
in class Oauth2Request<Jwk>
public Oauth2.GetRobotJwk setOauthToken(java.lang.String oauthToken)
Oauth2Request
setOauthToken
in class Oauth2Request<Jwk>
public Oauth2.GetRobotJwk setPrettyPrint(java.lang.Boolean prettyPrint)
Oauth2Request
setPrettyPrint
in class Oauth2Request<Jwk>
public Oauth2.GetRobotJwk setQuotaUser(java.lang.String quotaUser)
Oauth2Request
setQuotaUser
in class Oauth2Request<Jwk>
public Oauth2.GetRobotJwk setUserIp(java.lang.String userIp)
Oauth2Request
setUserIp
in class Oauth2Request<Jwk>
public java.lang.String getRobotEmail()
public Oauth2.GetRobotJwk setRobotEmail(java.lang.String robotEmail)
public Oauth2.GetRobotJwk set(java.lang.String parameterName, java.lang.Object value)
set
in class Oauth2Request<Jwk>