Class BillingAccountsResource.ProjectsResource
The "projects" collection of methods.
Inherited Members
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, |
Returns
Type | Description |
---|---|
BillingAccountsResource.ProjectsResource.ListRequest |