Google_Service_Logging
extends Google_Service
in package
Service definition for Logging (v2).
Writes log entries and manages your Cloud Logging configuration. 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 documentation at https://cloud.google.com/logging/docs.
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.
- CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"
- View your data across Google Cloud Platform services.
- LOGGING_ADMIN = "https://www.googleapis.com/auth/logging.admin"
- Administrate log data for your projects.
- LOGGING_READ = "https://www.googleapis.com/auth/logging.read"
- View log data for your projects.
- LOGGING_WRITE = "https://www.googleapis.com/auth/logging.write"
- Submit log data for your projects.
- $availableScopes : mixed
- $batchPath : mixed
- $billingAccounts_buckets : mixed
- $billingAccounts_buckets_views : mixed
- $billingAccounts_exclusions : mixed
- $billingAccounts_locations_buckets : mixed
- $billingAccounts_locations_buckets_views : mixed
- $billingAccounts_logs : mixed
- $billingAccounts_sinks : mixed
- $entries : mixed
- $exclusions : mixed
- $folders_exclusions : mixed
- $folders_locations_buckets : mixed
- $folders_locations_buckets_views : mixed
- $folders_logs : mixed
- $folders_sinks : mixed
- $locations_buckets : mixed
- $locations_buckets_views : mixed
- $logs : mixed
- $monitoredResourceDescriptors : mixed
- $organizations : mixed
- $organizations_exclusions : mixed
- $organizations_locations_buckets : mixed
- $organizations_locations_buckets_views : mixed
- $organizations_logs : mixed
- $organizations_sinks : mixed
- $projects_exclusions : mixed
- $projects_locations_buckets : mixed
- $projects_locations_buckets_views : mixed
- $projects_logs : mixed
- $projects_metrics : mixed
- $projects_sinks : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $sinks : mixed
- $v2 : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Logging 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"
CLOUD_PLATFORM_READ_ONLY
View your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM_READ_ONLY
= "https://www.googleapis.com/auth/cloud-platform.read-only"
LOGGING_ADMIN
Administrate log data for your projects.
public
mixed
LOGGING_ADMIN
= "https://www.googleapis.com/auth/logging.admin"
LOGGING_READ
View log data for your projects.
public
mixed
LOGGING_READ
= "https://www.googleapis.com/auth/logging.read"
LOGGING_WRITE
Submit log data for your projects.
public
mixed
LOGGING_WRITE
= "https://www.googleapis.com/auth/logging.write"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$billingAccounts_buckets
public
mixed
$billingAccounts_buckets
$billingAccounts_buckets_views
public
mixed
$billingAccounts_buckets_views
$billingAccounts_exclusions
public
mixed
$billingAccounts_exclusions
$billingAccounts_locations_buckets
public
mixed
$billingAccounts_locations_buckets
$billingAccounts_locations_buckets_views
public
mixed
$billingAccounts_locations_buckets_views
$billingAccounts_logs
public
mixed
$billingAccounts_logs
$billingAccounts_sinks
public
mixed
$billingAccounts_sinks
$entries
public
mixed
$entries
$exclusions
public
mixed
$exclusions
$folders_exclusions
public
mixed
$folders_exclusions
$folders_locations_buckets
public
mixed
$folders_locations_buckets
$folders_locations_buckets_views
public
mixed
$folders_locations_buckets_views
$folders_logs
public
mixed
$folders_logs
$folders_sinks
public
mixed
$folders_sinks
$locations_buckets
public
mixed
$locations_buckets
$locations_buckets_views
public
mixed
$locations_buckets_views
$logs
public
mixed
$logs
$monitoredResourceDescriptors
public
mixed
$monitoredResourceDescriptors
$organizations
public
mixed
$organizations
$organizations_exclusions
public
mixed
$organizations_exclusions
$organizations_locations_buckets
public
mixed
$organizations_locations_buckets
$organizations_locations_buckets_views
public
mixed
$organizations_locations_buckets_views
$organizations_logs
public
mixed
$organizations_logs
$organizations_sinks
public
mixed
$organizations_sinks
$projects_exclusions
public
mixed
$projects_exclusions
$projects_locations_buckets
public
mixed
$projects_locations_buckets
$projects_locations_buckets_views
public
mixed
$projects_locations_buckets_views
$projects_logs
public
mixed
$projects_logs
$projects_metrics
public
mixed
$projects_metrics
$projects_sinks
public
mixed
$projects_sinks
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$sinks
public
mixed
$sinks
$v2
public
mixed
$v2
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Logging 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