Documentation

Google_Service_Monitoring extends Google_Service
in package

Service definition for Monitoring (v3).

Manages your Cloud Monitoring data and configurations. Most projects must be associated with a Workspace, with a few exceptions as noted on the individual method pages. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the Cloud Monitoring documentation.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

CLOUD_PLATFORM  = "https://www.googleapis.com/auth/cloud-platform"
View and manage your data across Google Cloud Platform services.
MONITORING  = "https://www.googleapis.com/auth/monitoring"
View and write monitoring data for all of your Google and third-party Cloud and API projects.
MONITORING_READ  = "https://www.googleapis.com/auth/monitoring.read"
View monitoring data for all of your Google Cloud and third-party projects.
MONITORING_WRITE  = "https://www.googleapis.com/auth/monitoring.write"
Publish metric data to your Google Cloud projects.
$availableScopes  : mixed
$batchPath  : mixed
$projects_alertPolicies  : mixed
$projects_collectdTimeSeries  : mixed
$projects_groups  : mixed
$projects_groups_members  : mixed
$projects_metricDescriptors  : mixed
$projects_monitoredResourceDescriptors  : mixed
$projects_notificationChannelDescriptors  : mixed
$projects_notificationChannels  : mixed
$projects_timeSeries  : mixed
$projects_uptimeCheckConfigs  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$services  : mixed
$services_serviceLevelObjectives  : mixed
$uptimeCheckIps  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Monitoring service.
createBatch()  : Google_Http_Batch
Create a new HTTP Batch handler for this service
getClient()  : Google_Client
Return the associated Google_Client class.

Constants

CLOUD_PLATFORM

View and manage your data across Google Cloud Platform services.

public mixed CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"

MONITORING

View and write monitoring data for all of your Google and third-party Cloud and API projects.

public mixed MONITORING = "https://www.googleapis.com/auth/monitoring"

MONITORING_READ

View monitoring data for all of your Google Cloud and third-party projects.

public mixed MONITORING_READ = "https://www.googleapis.com/auth/monitoring.read"

MONITORING_WRITE

Publish metric data to your Google Cloud projects.

public mixed MONITORING_WRITE = "https://www.googleapis.com/auth/monitoring.write"

Properties

$availableScopes

public mixed $availableScopes

$projects_alertPolicies

public mixed $projects_alertPolicies

$projects_collectdTimeSeries

public mixed $projects_collectdTimeSeries

$projects_groups_members

public mixed $projects_groups_members

$projects_metricDescriptors

public mixed $projects_metricDescriptors

$projects_monitoredResourceDescriptors

public mixed $projects_monitoredResourceDescriptors

$projects_notificationChannelDescriptors

public mixed $projects_notificationChannelDescriptors

$projects_notificationChannels

public mixed $projects_notificationChannels

$projects_timeSeries

public mixed $projects_timeSeries

$projects_uptimeCheckConfigs

public mixed $projects_uptimeCheckConfigs

$servicePath

public mixed $servicePath

$services_serviceLevelObjectives

public mixed $services_serviceLevelObjectives

Methods

__construct()

Constructs the internal representation of the Monitoring service.

public __construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
$client : Google_Client

The client used to deliver requests.

$rootUrl : string = null

The root URL used for requests to the service.

Return values
mixed

Search results