Show / Hide Table of Contents

Class ProjectsResource.GetServiceAccountRequest

RPC to get the service account for a project used for interactions with Google Cloud KMS. Requires the bigquery.jobs.create permission on the project resource. This permission is required to authorize the retrieval of the project's service identity for technical management tasks like encryption configuration.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GetServiceAccountResponse>
BigqueryBaseServiceRequest<GetServiceAccountResponse>
ProjectsResource.GetServiceAccountRequest
Implements
IClientServiceRequest<GetServiceAccountResponse>
IClientServiceRequest
Inherited Members
BigqueryBaseServiceRequest<GetServiceAccountResponse>.Xgafv
BigqueryBaseServiceRequest<GetServiceAccountResponse>.AccessToken
BigqueryBaseServiceRequest<GetServiceAccountResponse>.Alt
BigqueryBaseServiceRequest<GetServiceAccountResponse>.Callback
BigqueryBaseServiceRequest<GetServiceAccountResponse>.Fields
BigqueryBaseServiceRequest<GetServiceAccountResponse>.Key
BigqueryBaseServiceRequest<GetServiceAccountResponse>.OauthToken
BigqueryBaseServiceRequest<GetServiceAccountResponse>.PrettyPrint
BigqueryBaseServiceRequest<GetServiceAccountResponse>.QuotaUser
BigqueryBaseServiceRequest<GetServiceAccountResponse>.UploadType
BigqueryBaseServiceRequest<GetServiceAccountResponse>.UploadProtocol
ClientServiceRequest<GetServiceAccountResponse>.Execute()
ClientServiceRequest<GetServiceAccountResponse>.ExecuteAsStream()
ClientServiceRequest<GetServiceAccountResponse>.ExecuteAsync()
ClientServiceRequest<GetServiceAccountResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GetServiceAccountResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GetServiceAccountResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GetServiceAccountResponse>.CreateRequest(bool?)
ClientServiceRequest<GetServiceAccountResponse>.GenerateRequestUri()
ClientServiceRequest<GetServiceAccountResponse>.GetBody()
ClientServiceRequest<GetServiceAccountResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GetServiceAccountResponse>.ETagAction
ClientServiceRequest<GetServiceAccountResponse>.ModifyRequest
ClientServiceRequest<GetServiceAccountResponse>.ValidateParameters
ClientServiceRequest<GetServiceAccountResponse>.ApiVersion
ClientServiceRequest<GetServiceAccountResponse>.RequestParameters
ClientServiceRequest<GetServiceAccountResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ProjectsResource.GetServiceAccountRequest : BigqueryBaseServiceRequest<GetServiceAccountResponse>, IClientServiceRequest<GetServiceAccountResponse>, IClientServiceRequest

Constructors

GetServiceAccountRequest(IClientService, string)

Constructs a new GetServiceAccount request.

Declaration
public GetServiceAccountRequest(IClientService service, string projectId)
Parameters
Type Name Description
IClientService service
string projectId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetServiceAccountResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetServiceAccountResponse>.MethodName

ProjectId

Required. ID of the project.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetServiceAccountResponse>.RestPath

Methods

InitParameters()

Initializes GetServiceAccount parameter list.

Declaration
protected override void InitParameters()
Overrides
BigqueryBaseServiceRequest<GetServiceAccountResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX