Show / Hide Table of Contents

Class ProjectsResource.ServiceAccountResource.GetRequest

Get the email address of this project's Google Cloud Storage service account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ServiceAccount>
StorageBaseServiceRequest<ServiceAccount>
ProjectsResource.ServiceAccountResource.GetRequest
Implements
IClientServiceRequest<ServiceAccount>
IClientServiceRequest
Inherited Members
StorageBaseServiceRequest<ServiceAccount>.Alt
StorageBaseServiceRequest<ServiceAccount>.Fields
StorageBaseServiceRequest<ServiceAccount>.Key
StorageBaseServiceRequest<ServiceAccount>.OauthToken
StorageBaseServiceRequest<ServiceAccount>.PrettyPrint
StorageBaseServiceRequest<ServiceAccount>.QuotaUser
StorageBaseServiceRequest<ServiceAccount>.UserIp
ClientServiceRequest<ServiceAccount>.Execute()
ClientServiceRequest<ServiceAccount>.ExecuteAsStream()
ClientServiceRequest<ServiceAccount>.ExecuteAsync()
ClientServiceRequest<ServiceAccount>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ServiceAccount>.ExecuteAsStreamAsync()
ClientServiceRequest<ServiceAccount>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ServiceAccount>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ServiceAccount>.GenerateRequestUri()
ClientServiceRequest<ServiceAccount>.GetBody()
ClientServiceRequest<ServiceAccount>.GetDefaultETagAction(String)
ClientServiceRequest<ServiceAccount>.ETagAction
ClientServiceRequest<ServiceAccount>.ModifyRequest
ClientServiceRequest<ServiceAccount>.ValidateParameters
ClientServiceRequest<ServiceAccount>.RequestParameters
ClientServiceRequest<ServiceAccount>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class GetRequest : StorageBaseServiceRequest<ServiceAccount>, IClientServiceRequest<ServiceAccount>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string projectId)
Parameters
Type Name Description
IClientService service
System.String projectId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.ServiceAccount>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.ServiceAccount>.MethodName

ProjectId

Project ID

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

ProvisionalUserProject

The project to be billed for this request if the target bucket is requester-pays bucket.

Declaration
[RequestParameter("provisionalUserProject", RequestParameterType.Query)]
public virtual string ProvisionalUserProject { get; set; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Storage.v1.Data.ServiceAccount>.RestPath

UserProject

The project to be billed for this request.

Declaration
[RequestParameter("userProject", RequestParameterType.Query)]
public virtual string UserProject { get; set; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Storage.v1.StorageBaseServiceRequest<Google.Apis.Storage.v1.Data.ServiceAccount>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top