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
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
$batchPath
public
mixed
$batchPath
$projects_alertPolicies
public
mixed
$projects_alertPolicies
$projects_collectdTimeSeries
public
mixed
$projects_collectdTimeSeries
$projects_groups
public
mixed
$projects_groups
$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
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$services
public
mixed
$services
$services_serviceLevelObjectives
public
mixed
$services_serviceLevelObjectives
$uptimeCheckIps
public
mixed
$uptimeCheckIps
$version
public
mixed
$version
$client
private
mixed
$client
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 —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client