Send feedback Stackdriver Trace Client - Class Attributes (1.9.3) Stay organized with collections Save and categorize content based on your preferences. Version latestkeyboard_arrow_down Reference documentation and code samples for the Stackdriver Trace Client class Attributes.
This plain PHP class represents a Link resource. A set of attributes, each in the format [KEY]:[VALUE].
This class implements PHP's ArrayAccess , allowing access via the array syntax (example below).
Attributes are available to Annotation , Link , and Span .
Example:
$attributes['foo'] = 'bar'; echo $attributes['foo']; Namespace Google \ Cloud \ Trace Methods offsetSet Callback for \ArrayAccess []= setter.
Parameters Name Description offset string value mixed
offsetExists Callback for \ArrayAccess isset.
Parameter Name Description offset string
offsetUnset Callback for \ArrayAccess unset.
Parameter Name Description offset string
offsetGet Callback for \ArrayAccess [$key] getter.
Parameter Name Description offset string
info Returns a serializable array representing this Link.
Returns Type Description array
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-15 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-15 UTC."],[],[]]