ExportProfilesServiceRequest
extends Message
in package
Generated from protobuf message <code>opentelemetry.proto.collector.profiles.v1development.ExportProfilesServiceRequest</code>
Table of Contents
Properties
- $dictionary : mixed
- The reference table containing all data shared by profiles across the message being sent.
- $resource_profiles : mixed
- An array of ResourceProfiles.
Methods
- __construct() : mixed
- Constructor.
- clearDictionary() : mixed
- getDictionary() : ProfilesDictionary|null
- The reference table containing all data shared by profiles across the message being sent.
- getResourceProfiles() : RepeatedField
- An array of ResourceProfiles.
- hasDictionary() : mixed
- setDictionary() : $this
- The reference table containing all data shared by profiles across the message being sent.
- setResourceProfiles() : $this
- An array of ResourceProfiles.
Properties
$dictionary
The reference table containing all data shared by profiles across the message being sent.
protected
mixed
$dictionary
= null
Generated from protobuf field .opentelemetry.proto.profiles.v1development.ProfilesDictionary dictionary = 2;
$resource_profiles
An array of ResourceProfiles.
private
mixed
$resource_profiles
For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
Generated from protobuf field repeated .opentelemetry.proto.profiles.v1development.ResourceProfiles resource_profiles = 1;
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type \Opentelemetry\Proto\Profiles\V1development\ResourceProfiles[]|\Google\Protobuf\Internal\RepeatedField $resource_profiles An array of ResourceProfiles. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements. @type \Opentelemetry\Proto\Profiles\V1development\ProfilesDictionary $dictionary The reference table containing all data shared by profiles across the message being sent.}
clearDictionary()
public
clearDictionary() : mixed
getDictionary()
The reference table containing all data shared by profiles across the message being sent.
public
getDictionary() : ProfilesDictionary|null
Generated from protobuf field .opentelemetry.proto.profiles.v1development.ProfilesDictionary dictionary = 2;
Return values
ProfilesDictionary|nullgetResourceProfiles()
An array of ResourceProfiles.
public
getResourceProfiles() : RepeatedField
For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
Generated from protobuf field repeated .opentelemetry.proto.profiles.v1development.ResourceProfiles resource_profiles = 1;
Return values
RepeatedFieldhasDictionary()
public
hasDictionary() : mixed
setDictionary()
The reference table containing all data shared by profiles across the message being sent.
public
setDictionary(ProfilesDictionary $var) : $this
Generated from protobuf field .opentelemetry.proto.profiles.v1development.ProfilesDictionary dictionary = 2;
Parameters
- $var : ProfilesDictionary
Return values
$thissetResourceProfiles()
An array of ResourceProfiles.
public
setResourceProfiles(array<string|int, ResourceProfiles>|RepeatedField $var) : $this
For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
Generated from protobuf field repeated .opentelemetry.proto.profiles.v1development.ResourceProfiles resource_profiles = 1;
Parameters
- $var : array<string|int, ResourceProfiles>|RepeatedField