ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$eventarcService = new Google\Service\Eventarc(...);
$locations = $eventarcService->projects_locations;
Methods
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
getGoogleChannelConfig(string $name, array $optParams = [])
Get a GoogleChannelConfig (locations.getGoogleChannelConfig)
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
updateGoogleChannelConfig(string $name, GoogleChannelConfig $postBody, array $optParams = [])
Update a single GoogleChannelConfig (locations.updateGoogleChannelConfig)
Details
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
GoogleChannelConfig
getGoogleChannelConfig(string $name, array $optParams = [])
Get a GoogleChannelConfig (locations.getGoogleChannelConfig)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)
GoogleChannelConfig
updateGoogleChannelConfig(string $name, GoogleChannelConfig $postBody, array $optParams = [])
Update a single GoogleChannelConfig (locations.updateGoogleChannelConfig)