public class Bigquery.Projects.GetServiceAccount extends BigqueryRequest<GetServiceAccountResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
GetServiceAccount(String projectId)
Returns the email address of the service account for your project used for interactions with
Google Cloud KMS.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getProjectId()
Project ID for which the service account is requested.
|
Bigquery.Projects.GetServiceAccount |
set(String parameterName,
Object value) |
Bigquery.Projects.GetServiceAccount |
setAlt(String alt)
Data format for the response.
|
Bigquery.Projects.GetServiceAccount |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Projects.GetServiceAccount |
setKey(String key)
API key.
|
Bigquery.Projects.GetServiceAccount |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Projects.GetServiceAccount |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Projects.GetServiceAccount |
setProjectId(String projectId)
Project ID for which the service account is requested.
|
Bigquery.Projects.GetServiceAccount |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.Projects.GetServiceAccount |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected GetServiceAccount(String projectId)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. GetServiceAccount#initialize(com.google.api.client.googleapis.services.Ab
stractGoogleClientRequest) must be called to initialize this instance immediately after
invoking the constructor.
projectId - Project ID for which the service account is requested.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GetServiceAccountResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GetServiceAccountResponse>IOExceptionpublic Bigquery.Projects.GetServiceAccount setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<GetServiceAccountResponse>public Bigquery.Projects.GetServiceAccount setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<GetServiceAccountResponse>public Bigquery.Projects.GetServiceAccount setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<GetServiceAccountResponse>public Bigquery.Projects.GetServiceAccount setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<GetServiceAccountResponse>public Bigquery.Projects.GetServiceAccount setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<GetServiceAccountResponse>public Bigquery.Projects.GetServiceAccount setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<GetServiceAccountResponse>public Bigquery.Projects.GetServiceAccount setUserIp(String userIp)
BigqueryRequestsetUserIp in class BigqueryRequest<GetServiceAccountResponse>public String getProjectId()
public Bigquery.Projects.GetServiceAccount setProjectId(String projectId)
public Bigquery.Projects.GetServiceAccount set(String parameterName, Object value)
set in class BigqueryRequest<GetServiceAccountResponse>Copyright © 2011–2018 Google. All rights reserved.