Documentation

Google_Service_Tracing extends Google_Service
in package

Service definition for Tracing (v2).

Send and retrieve trace data from Google Stackdriver Trace.

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.
TRACE_APPEND  = "https://www.googleapis.com/auth/trace.append"
Write Trace data for a project or application.
TRACE_READONLY  = "https://www.googleapis.com/auth/trace.readonly"
Read Trace data for a project or application.
$availableScopes  : mixed
$batchPath  : mixed
$projects_traces  : mixed
$projects_traces_spans  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Tracing 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"

TRACE_APPEND

Write Trace data for a project or application.

public mixed TRACE_APPEND = "https://www.googleapis.com/auth/trace.append"

TRACE_READONLY

Read Trace data for a project or application.

public mixed TRACE_READONLY = "https://www.googleapis.com/auth/trace.readonly"

Properties

$availableScopes

public mixed $availableScopes

$projects_traces

public mixed $projects_traces

$projects_traces_spans

public mixed $projects_traces_spans

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the Tracing service.

public __construct(Google_Client $client) : mixed
Parameters
$client : Google_Client
Return values
mixed

Search results