public class Computeaccounts.Users.RemovePublicKey extends ComputeaccountsRequest<Operation>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Computeaccounts.Users.RemovePublicKey(String project,
String user,
String fingerprint)
Removes the specified public key from the user.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFingerprint()
The fingerprint of the public key to delete.
|
String |
getProject()
Project ID for this request.
|
String |
getUser()
Name of the user for this request.
|
Computeaccounts.Users.RemovePublicKey |
set(String parameterName,
Object value) |
Computeaccounts.Users.RemovePublicKey |
setAlt(String alt)
Data format for the response.
|
Computeaccounts.Users.RemovePublicKey |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Computeaccounts.Users.RemovePublicKey |
setFingerprint(String fingerprint)
The fingerprint of the public key to delete.
|
Computeaccounts.Users.RemovePublicKey |
setKey(String key)
API key.
|
Computeaccounts.Users.RemovePublicKey |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Computeaccounts.Users.RemovePublicKey |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Computeaccounts.Users.RemovePublicKey |
setProject(String project)
Project ID for this request.
|
Computeaccounts.Users.RemovePublicKey |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Computeaccounts.Users.RemovePublicKey |
setUser(String user)
Name of the user for this request.
|
Computeaccounts.Users.RemovePublicKey |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Computeaccounts.Users.RemovePublicKey(String project, String user, String fingerprint)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. RemovePublicKey#initialize(com.google.api.client.googleapis.services.Abst
ractGoogleClientRequest) must be called to initialize this instance immediately after invoking
the constructor.
project - Project ID for this request.user - Name of the user for this request.fingerprint - The fingerprint of the public key to delete. Public keys are identified by their fingerprint, which
is defined by RFC4716 to be the MD5 digest of the public key.public Computeaccounts.Users.RemovePublicKey setAlt(String alt)
ComputeaccountsRequestsetAlt in class ComputeaccountsRequest<Operation>public Computeaccounts.Users.RemovePublicKey setFields(String fields)
ComputeaccountsRequestsetFields in class ComputeaccountsRequest<Operation>public Computeaccounts.Users.RemovePublicKey setKey(String key)
ComputeaccountsRequestsetKey in class ComputeaccountsRequest<Operation>public Computeaccounts.Users.RemovePublicKey setOauthToken(String oauthToken)
ComputeaccountsRequestsetOauthToken in class ComputeaccountsRequest<Operation>public Computeaccounts.Users.RemovePublicKey setPrettyPrint(Boolean prettyPrint)
ComputeaccountsRequestsetPrettyPrint in class ComputeaccountsRequest<Operation>public Computeaccounts.Users.RemovePublicKey setQuotaUser(String quotaUser)
ComputeaccountsRequestsetQuotaUser in class ComputeaccountsRequest<Operation>public Computeaccounts.Users.RemovePublicKey setUserIp(String userIp)
ComputeaccountsRequestsetUserIp in class ComputeaccountsRequest<Operation>public String getProject()
public Computeaccounts.Users.RemovePublicKey setProject(String project)
public String getUser()
public Computeaccounts.Users.RemovePublicKey setUser(String user)
public String getFingerprint()
public Computeaccounts.Users.RemovePublicKey setFingerprint(String fingerprint)
public Computeaccounts.Users.RemovePublicKey set(String parameterName, Object value)
set in class ComputeaccountsRequest<Operation>