public class Iam.Projects.ServiceAccounts.SignBlob extends IamRequest<SignBlobResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
SignBlob(String name,
SignBlobRequest content)
**Note:** This method is deprecated.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected SignBlob(String name, SignBlobRequest content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Iam.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
name - Required. Deprecated. [Migrate to Service Account Credentials
API](https://cloud.google.com/iam/help/credentials/migrate-api). The resource name of the
service account. Use one of the following formats: *
`projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}` *
`projects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}` As an alternative, you can use the `-`
wildcard character instead of the project ID: *
`projects/-/serviceAccounts/{EMAIL_ADDRESS}` * `projects/-/serviceAccounts/{UNIQUE_ID}`
When possible, avoid using the `-` wildcard character, because it can cause response
messages to contain misleading error codes. For example, if you try to access the service
account `projects/-/serviceAccounts/fake@example.com`, which does not exist, the response
contains an HTTP `403 Forbidden` error instead of a `404 Not Found` error.content - the SignBlobRequestpublic Iam.Projects.ServiceAccounts.SignBlob set$Xgafv(String $Xgafv)
IamRequestset$Xgafv in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setAccessToken(String accessToken)
IamRequestsetAccessToken in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setAlt(String alt)
IamRequestsetAlt in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setCallback(String callback)
IamRequestsetCallback in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setFields(String fields)
IamRequestsetFields in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setKey(String key)
IamRequestsetKey in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setOauthToken(String oauthToken)
IamRequestsetOauthToken in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setPrettyPrint(Boolean prettyPrint)
IamRequestsetPrettyPrint in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setQuotaUser(String quotaUser)
IamRequestsetQuotaUser in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setUploadType(String uploadType)
IamRequestsetUploadType in class IamRequest<SignBlobResponse>public Iam.Projects.ServiceAccounts.SignBlob setUploadProtocol(String uploadProtocol)
IamRequestsetUploadProtocol in class IamRequest<SignBlobResponse>public String getName()
public Iam.Projects.ServiceAccounts.SignBlob setName(String name)
public Iam.Projects.ServiceAccounts.SignBlob set(String parameterName, Object value)
set in class IamRequest<SignBlobResponse>Copyright © 2011–2023 Google. All rights reserved.