Show / Hide Table of Contents

Class BillingAccountsResource.ProjectsResource

The "projects" collection of methods.

Inheritance
object
BillingAccountsResource.ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class BillingAccountsResource.ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
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
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 Generated by DocFX