Show / Hide Table of Contents

Class ProjectsResource.ServiceAccountResource

The "serviceAccount" collection of methods.

Inheritance
System.Object
ProjectsResource.ServiceAccountResource
Inherited Members
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 ServiceAccountResource

Constructors

ServiceAccountResource(IClientService)

Constructs a new resource.

Declaration
public ServiceAccountResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(String)

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

Declaration
public virtual ProjectsResource.ServiceAccountResource.GetRequest Get(string projectId)
Parameters
Type Name Description
System.String projectId

Project ID

Returns
Type Description
ProjectsResource.ServiceAccountResource.GetRequest
In This Article
Back to top