Show / Hide Table of Contents

Class BillingAccountsResource.ProjectsResource

The "projects" collection of methods.

Inheritance
System.Object
BillingAccountsResource.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.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.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

List(String)

Lists the projects associated with a billing account. The current authenticated user must have the billing.resourceAssociations.list IAM permission, which is often given to billing account viewers.

Declaration
public virtual BillingAccountsResource.ProjectsResource.ListRequest List(string name)
Parameters
Type Name Description
System.String name

Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

Returns
Type Description
BillingAccountsResource.ProjectsResource.ListRequest
In This Article
Back to top