class OrganizationsLocations extends Resource (View source)

The "locations" collection of methods.

Typical usage is:

 $loggingService = new Google\Service\Logging(...);
 $locations = $loggingService->organizations_locations;

Methods

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

Gets information about a location. (locations.get)

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

Lists information about the supported locations for this service.

Details

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

Gets information about a location. (locations.get)

Parameters

string $name

Resource name for the location.

array $optParams

Optional parameters.

Return Value

Location

Exceptions

Exception

ListLocationsResponse listOrganizationsLocations(string $name, array $optParams = [])

Lists information about the supported locations for this service.

(locations.listOrganizationsLocations)

Parameters

string $name

The resource that owns the locations collection, if applicable.

array $optParams

Optional parameters.

Return Value

ListLocationsResponse

Exceptions

Exception