class OrganizationsLocationsCustomers extends Resource (View source)

The "customers" collection of methods.

Typical usage is:

 $cloudcontrolspartnerService = new Google\Service\CloudControlsPartnerService(...);
 $customers = $cloudcontrolspartnerService->organizations_locations_customers;

Methods

get(string $name, array $optParams = [])

Gets details of a single customer (customers.get)

listOrganizationsLocationsCustomers(string $parent, array $optParams = [])

Lists customers of a partner identified by its Google Cloud organization ID (customers.listOrganizationsLocationsCustomers)

Details

Customer get(string $name, array $optParams = [])

Gets details of a single customer (customers.get)

Parameters

string $name

Required. Format: organizations/{organization}/locations/{location}/customers/{customer}

array $optParams

Optional parameters.

Return Value

Customer

Exceptions

Exception

ListCustomersResponse listOrganizationsLocationsCustomers(string $parent, array $optParams = [])

Lists customers of a partner identified by its Google Cloud organization ID (customers.listOrganizationsLocationsCustomers)

Parameters

string $parent

Required. Parent resource Format: organizations/{organization}/locations/{location}

array $optParams

Optional parameters.

Return Value

ListCustomersResponse

Exceptions

Exception