class ProjectsLocationsEvents extends Resource (View source)

The "events" collection of methods.

Typical usage is:

 $clouderrorreportingService = new Google\Service\Clouderrorreporting(...);
 $events = $clouderrorreportingService->projects_locations_events;

Methods

listProjectsLocationsEvents(string $projectName, array $optParams = [])

Lists the specified events. (events.listProjectsLocationsEvents)

Details

ListEventsResponse listProjectsLocationsEvents(string $projectName, array $optParams = [])

Lists the specified events. (events.listProjectsLocationsEvents)

Parameters

string $projectName

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectID}/locations/{location}, where {projectID} is the Google Cloud Platform project ID and {location} is a Cloud region. Examples: projects/my-project-123, projects/my- project-123/locations/global. For a list of supported locations, see Supported Regions. global is the default when unspecified.

array $optParams

Optional parameters.

Return Value

ListEventsResponse

Exceptions

Exception