Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_Cloudtrace_Projects_Resource Class Reference

The "projects" collection of methods. More...

Inheritance diagram for Google_Service_Cloudtrace_Projects_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 patchTraces ($projectId, Google_Service_Cloudtrace_Traces $postBody, $optParams=array())
 Updates the existing traces specified by PatchTracesRequest and inserts the new traces.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "projects" collection of methods.

Typical usage is: $cloudtraceService = new Google_Service_Cloudtrace(...); $projects = $cloudtraceService->projects;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ patchTraces()

Google_Service_Cloudtrace_Projects_Resource::patchTraces ( $projectId,
Google_Service_Cloudtrace_Traces $postBody,
$optParams = array() )

Updates the existing traces specified by PatchTracesRequest and inserts the new traces.

Any existing trace or span fields included in an update are overwritten by the update, and any additional fields in an update are merged with the existing trace data. (projects.patchTraces)

Parameters
string$projectIdThe project id of the trace to patch.
Google_Traces$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Cloudtrace_Empty

The documentation for this class was generated from the following file: