Show / Hide Table of Contents

Class GoogleServiceAccountsResource.GetRequest

Returns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud project. Users should add this service account to the Google Cloud Storage bucket ACLs to grant access to Storage Transfer Service. This service account is created and owned by Storage Transfer Service and can only be used by Storage Transfer Service.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleServiceAccount>
StoragetransferBaseServiceRequest<GoogleServiceAccount>
GoogleServiceAccountsResource.GetRequest
Implements
IClientServiceRequest<GoogleServiceAccount>
IClientServiceRequest
Inherited Members
StoragetransferBaseServiceRequest<GoogleServiceAccount>.Xgafv
StoragetransferBaseServiceRequest<GoogleServiceAccount>.AccessToken
StoragetransferBaseServiceRequest<GoogleServiceAccount>.Alt
StoragetransferBaseServiceRequest<GoogleServiceAccount>.Callback
StoragetransferBaseServiceRequest<GoogleServiceAccount>.Fields
StoragetransferBaseServiceRequest<GoogleServiceAccount>.Key
StoragetransferBaseServiceRequest<GoogleServiceAccount>.OauthToken
StoragetransferBaseServiceRequest<GoogleServiceAccount>.PrettyPrint
StoragetransferBaseServiceRequest<GoogleServiceAccount>.QuotaUser
StoragetransferBaseServiceRequest<GoogleServiceAccount>.UploadType
StoragetransferBaseServiceRequest<GoogleServiceAccount>.UploadProtocol
ClientServiceRequest<GoogleServiceAccount>.Execute()
ClientServiceRequest<GoogleServiceAccount>.ExecuteAsStream()
ClientServiceRequest<GoogleServiceAccount>.ExecuteAsync()
ClientServiceRequest<GoogleServiceAccount>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleServiceAccount>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleServiceAccount>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleServiceAccount>.CreateRequest(bool?)
ClientServiceRequest<GoogleServiceAccount>.GenerateRequestUri()
ClientServiceRequest<GoogleServiceAccount>.GetBody()
ClientServiceRequest<GoogleServiceAccount>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleServiceAccount>.ETagAction
ClientServiceRequest<GoogleServiceAccount>.ModifyRequest
ClientServiceRequest<GoogleServiceAccount>.ValidateParameters
ClientServiceRequest<GoogleServiceAccount>.ApiVersion
ClientServiceRequest<GoogleServiceAccount>.RequestParameters
ClientServiceRequest<GoogleServiceAccount>.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.Storagetransfer.v1
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class GoogleServiceAccountsResource.GetRequest : StoragetransferBaseServiceRequest<GoogleServiceAccount>, IClientServiceRequest<GoogleServiceAccount>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleServiceAccount>.HttpMethod

MethodName

Gets the method name.

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

ProjectId

Required. The ID of the Google Cloud project that the Google service account is associated with.

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<GoogleServiceAccount>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
StoragetransferBaseServiceRequest<GoogleServiceAccount>.InitParameters()

Implements

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