Reference documentation and code samples for the Stackdriver Trace V2 Client class Links.
A collection of links, which are references from this span to a span in the same or different trace.
Generated from protobuf message google.devtools.cloudtrace.v2.Span.Links
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ link
↳ dropped_links_count
int
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
getLink
A collection of links.
Generated from protobuf field repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Google\Protobuf\Internal\RepeatedField
setLink
A collection of links.
Generated from protobuf field repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
$this
getDroppedLinksCount
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
Generated from protobuf field int32 dropped_links_count = 2;
int
setDroppedLinksCount
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
Generated from protobuf field int32 dropped_links_count = 2;
var
int
$this

