Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
System.Object
ProjectsResource
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.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

GetServiceAccount(String)

Returns the email address of the service account for your project used for interactions with Google Cloud KMS.

Declaration
public virtual ProjectsResource.GetServiceAccountRequest GetServiceAccount(string projectId)
Parameters
Type Name Description
System.String projectId

Project ID for which the service account is requested.

Returns
Type Description
ProjectsResource.GetServiceAccountRequest

List()

Lists all projects to which you have been granted any project role.

Declaration
public virtual ProjectsResource.ListRequest List()
Returns
Type Description
ProjectsResource.ListRequest
In This Article
Back to top