list
public Cloudbilling.BillingAccounts.Projects.List list(String name)
throws IOException
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](https://cloud.google.com/billing/docs/how-to/billing-access).
Create a request for the method "projects.list".
This request holds the parameters needed by the cloudbilling server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - The resource name of the billing account associated with the projects that
you want to list. For
example, `billingAccounts/012345-567890-ABCDEF`.
- Returns:
- the request
- Throws:
IOException