Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Cloudbilling_BillingAccountsProjects_Resource Class Reference

The "projects" collection of methods. More...

Inheritance diagram for Google_Service_Cloudbilling_BillingAccountsProjects_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 listBillingAccountsProjects ($name, $optParams=array())
 Lists the projects associated with a billing account.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "projects" collection of methods.

Typical usage is: $cloudbillingService = new Google_Service_Cloudbilling(...); $projects = $cloudbillingService->projects;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ listBillingAccountsProjects()

Google_Service_Cloudbilling_BillingAccountsProjects_Resource::listBillingAccountsProjects ( $name,
$optParams = array() )

Lists the projects associated with a billing account.

The current authenticated user must be an owner of the billing account. (projects.listBillingAccountsProjects)

Parameters
string$nameThe resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.
array$optParamsOptional parameters.

@opt_param string pageToken A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned. @opt_param int pageSize Requested page size. The maximum page size is 100; this is also the default.

Return values
Google_Service_Cloudbilling_ListProjectBillingInfoResponse

The documentation for this class was generated from the following file: