Show / Hide Table of Contents

Class ProjectsResource.ServiceAccountResource

The "serviceAccount" collection of methods.

Inheritance
object
ProjectsResource.ServiceAccountResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ProjectsResource.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
string projectId

Project ID

Returns
Type Description
ProjectsResource.ServiceAccountResource.GetRequest
In this article
Back to top Generated by DocFX