Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GPBUtil.php

105 calls to GPBUtil::checkRepeatedField()

Annotation::setPath in vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
Api::setMethods in vendor/google/protobuf/src/Google/Protobuf/Api.php
The methods of this interface, in unspecified order.
Api::setMixins in vendor/google/protobuf/src/Google/Protobuf/Api.php
Included interfaces. See [Mixin][].
Api::setOptions in vendor/google/protobuf/src/Google/Protobuf/Api.php
Any metadata attached to the interface.
ArrayValue::setValues in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/ArrayValue.php
Array of values. The array may be empty (contain 0 elements).
Buckets::setBucketCounts in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint/Buckets.php
bucket_counts is an array of count values, where bucket_counts[i] carries the count of the bucket at index (offset+i). bucket_counts[i] is the count of values greater than base^(offset+i) and less than or equal to base^(offset+i+1). Note: By contrast,…
DescriptorProto::setEnumType in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code>
DescriptorProto::setExtension in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code>
DescriptorProto::setExtensionRange in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code>
DescriptorProto::setField in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code>
DescriptorProto::setNestedType in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code>
DescriptorProto::setOneofDecl in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code>
DescriptorProto::setReservedName in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once.
DescriptorProto::setReservedRange in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;</code>
Enum::setEnumvalue in vendor/google/protobuf/src/Google/Protobuf/Enum.php
Enum value definitions.
Enum::setOptions in vendor/google/protobuf/src/Google/Protobuf/Enum.php
Protocol buffer options.
EnumDescriptorProto::setReservedName in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
Reserved enum value names, which may not be reused. A given name may only be reserved once.
EnumDescriptorProto::setReservedRange in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
Range of reserved numeric values. Reserved numeric values may not be used by enum values in the same enum declaration. Reserved ranges may not overlap.
EnumDescriptorProto::setValue in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.EnumValueDescriptorProto value = 2;</code>
EnumOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php
The parser stores options it doesn't recognize here. See above.
EnumValue::setOptions in vendor/google/protobuf/src/Google/Protobuf/EnumValue.php
Protocol buffer options.
EnumValueOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php
The parser stores options it doesn't recognize here. See above.
Event::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Event.php
attributes is a collection of attribute key/value pairs on the event. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
Exemplar::setFilteredAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Exemplar.php
The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement. Only key/value pairs that were filtered out by the aggregator should be included
ExponentialHistogram::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogram.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint data_points = 1;</code>
ExponentialHistogramDataPoint::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint.php
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
ExponentialHistogramDataPoint::setExemplars in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogramDataPoint.php
(Optional) List of exemplars collected from measurements that were used to form the data point
ExportLogsServiceRequest::setResourceLogs in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsServiceRequest.php
An array of ResourceLogs. 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…
ExportMetricsServiceRequest::setResourceMetrics in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsServiceRequest.php
An array of ResourceMetrics. 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…
ExportTraceServiceRequest::setResourceSpans in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTraceServiceRequest.php
An array of ResourceSpans. 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…
ExtensionRangeOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
The parser stores options it doesn't recognize here. See above.
Field::setOptions in vendor/google/protobuf/src/Google/Protobuf/Field.php
The protocol buffer options.
FieldMask::setPaths in vendor/google/protobuf/src/Google/Protobuf/FieldMask.php
The set of field mask paths.
FieldOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php
The parser stores options it doesn't recognize here. See above.
FileDescriptorProto::setDependency in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
Names of files imported by this file.
FileDescriptorProto::setEnumType in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 5;</code>
FileDescriptorProto::setExtension in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto extension = 7;</code>
FileDescriptorProto::setMessageType in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
All top-level definitions in this file.
FileDescriptorProto::setPublicDependency in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
Indexes of the public imported files in the dependency list above.
FileDescriptorProto::setService in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.ServiceDescriptorProto service = 6;</code>
FileDescriptorProto::setWeakDependency in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
Indexes of the weak imported files in the dependency list. For Google-internal migration only. Do not use.
FileDescriptorSet::setFile in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php
Generated from protobuf field <code>repeated .google.protobuf.FileDescriptorProto file = 1;</code>
FileOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
The parser stores options it doesn't recognize here. See the documentation for the "Options" section above.
Gauge::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Gauge.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.NumberDataPoint data_points = 1;</code>
GeneratedCodeInfo::setAnnotation in vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
An Annotation connects some span of text in generated code to an element of its generating .proto file.
Histogram::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Histogram.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.HistogramDataPoint data_points = 1;</code>
HistogramDataPoint::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/HistogramDataPoint.php
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
HistogramDataPoint::setBucketCounts in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/HistogramDataPoint.php
bucket_counts is an optional field contains the count values of histogram for each bucket. The sum of the bucket_counts must equal the value in the count field. The number of elements in bucket_counts array must be by one greater than the number of…
HistogramDataPoint::setExemplars in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/HistogramDataPoint.php
(Optional) List of exemplars collected from measurements that were used to form the data point
HistogramDataPoint::setExplicitBounds in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/HistogramDataPoint.php
explicit_bounds specifies buckets with explicitly defined bounds for values. The boundaries for bucket at index i are: (-infinity, explicit_bounds[i]] for i == 0 (explicit_bounds[i-1], explicit_bounds[i]] for 0 < i <…
InstrumentationLibraryLogs::setLogRecords in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/InstrumentationLibraryLogs.php
A list of logs that originate from an instrumentation library.
InstrumentationLibraryMetrics::setMetrics in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/InstrumentationLibraryMetrics.php
A list of metrics that originate from an instrumentation library.
InstrumentationLibrarySpans::setSpans in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/InstrumentationLibrarySpans.php
A list of Spans that originate from an instrumentation library.
InstrumentationScope::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php
Additional attributes that describe the scope. [Optional]. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
IntDataPoint::setExemplars in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntDataPoint.php
(Optional) List of exemplars collected from measurements that were used to form the data point
IntDataPoint::setLabels in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntDataPoint.php
The set of labels that uniquely identify this timeseries.
IntExemplar::setFilteredLabels in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntExemplar.php
The set of labels that were filtered out by the aggregator, but recorded alongside the original measurement. Only labels that were filtered out by the aggregator should be included
IntGauge::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntGauge.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;</code>
IntHistogram::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogram.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.IntHistogramDataPoint data_points = 1;</code>
IntHistogramDataPoint::setBucketCounts in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogramDataPoint.php
bucket_counts is an optional field contains the count values of histogram for each bucket. The sum of the bucket_counts must equal the value in the count field. The number of elements in bucket_counts array must be by one greater than the number of…
IntHistogramDataPoint::setExemplars in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogramDataPoint.php
(Optional) List of exemplars collected from measurements that were used to form the data point
IntHistogramDataPoint::setExplicitBounds in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogramDataPoint.php
explicit_bounds specifies buckets with explicitly defined bounds for values. The boundaries for bucket at index i are: (-infinity, explicit_bounds[i]] for i == 0 (explicit_bounds[i-1], explicit_bounds[i]] for 0 < i <…
IntHistogramDataPoint::setLabels in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntHistogramDataPoint.php
The set of labels that uniquely identify this timeseries.
IntSum::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntSum.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.IntDataPoint data_points = 1;</code>
KeyValueList::setValues in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/KeyValueList.php
A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
Link::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
attributes is a collection of attribute key/value pairs on the link. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
ListValue::setValues in vendor/google/protobuf/src/Google/Protobuf/ListValue.php
Repeated field of dynamically typed values.
Location::setLeadingDetachedComments in vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
Generated from protobuf field <code>repeated string leading_detached_comments = 6;</code>
Location::setPath in vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
Identifies which part of the FileDescriptorProto was defined at this location. Each element is a field number or an index. They form a path from the root FileDescriptorProto to the place where the definition occurs. For example, this path: [ 4, 3, 2,…
Location::setSpan in vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column. These are packed into a single field for efficiency. Note that line and column numbers are zero-based --…
LogRecord::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecord.php
Additional attributes that describe the specific event occurrence. [Optional]. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
LogsData::setResourceLogs in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogsData.php
An array of ResourceLogs. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array…
MessageOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php
The parser stores options it doesn't recognize here. See above.
Method::setOptions in vendor/google/protobuf/src/Google/Protobuf/Method.php
Any metadata attached to the method.
MethodOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php
The parser stores options it doesn't recognize here. See above.
Metric::setMetadata in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Metric.php
Additional metadata attributes that describe the metric. [Optional]. Attributes are non-identifying. Consumers SHOULD NOT need to be aware of these attributes. These attributes MAY be used to encode information allowing for lossless roundtrip…
MetricConfigResponse::setSchedules in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse.php
A single metric may match multiple schedules. In such cases, the schedule that specifies the smallest period is applied. Note, for optimization purposes, it is recommended to use as few schedules as possible to capture all required metric updates.…
MetricsData::setResourceMetrics in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/MetricsData.php
An array of ResourceMetrics. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case…
NumberDataPoint::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/NumberDataPoint.php
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
NumberDataPoint::setExemplars in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/NumberDataPoint.php
(Optional) List of exemplars collected from measurements that were used to form the data point
OneofOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php
The parser stores options it doesn't recognize here. See above.
Resource::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Resource/V1/Resource.php
Set of attributes that describe the resource. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
ResourceLogs::setScopeLogs in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ResourceLogs.php
A list of ScopeLogs that originate from a resource.
ResourceMetrics::setScopeMetrics in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ResourceMetrics.php
A list of metrics that originate from a resource.
ResourceSpans::setScopeSpans in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ResourceSpans.php
A list of ScopeSpans that originate from a resource.
Schedule::setExclusionPatterns in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule.php
Metrics with names that match a rule in the inclusion_patterns are targeted by this schedule. Metrics that match the exclusion_patterns are not targeted for this schedule, even if they match an inclusion pattern.
Schedule::setInclusionPatterns in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.experimental.MetricConfigResponse.Schedule.Pattern inclusion_patterns = 2;</code>
ScopeLogs::setLogRecords in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ScopeLogs.php
A list of log records.
ScopeMetrics::setMetrics in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ScopeMetrics.php
A list of metrics that originate from an instrumentation library.
ScopeSpans::setSpans in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ScopeSpans.php
A list of Spans that originate from an instrumentation scope.
ServiceDescriptorProto::setMethod in vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
Generated from protobuf field <code>repeated .google.protobuf.MethodDescriptorProto method = 2;</code>
ServiceOptions::setUninterpretedOption in vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php
The parser stores options it doesn't recognize here. See above.
SourceCodeInfo::setLocation in vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php
A Location identifies a piece of source code in a .proto file which corresponds to a particular definition. This information is intended to be useful to IDEs, code indexers, documentation generators, and similar tools. For example, say we have a file…
Span::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
attributes is a collection of key/value pairs. Note, global attributes like server name can be set using the resource API. Examples of attributes: "/http/user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36…
Span::setEvents in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
events is a collection of Event items.
Span::setLinks in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
links is a collection of Links, which are references from this span to a span in the same or different trace.
Sum::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Sum.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.NumberDataPoint data_points = 1;</code>
Summary::setDataPoints in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Summary.php
Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.SummaryDataPoint data_points = 1;</code>
SummaryDataPoint::setAttributes in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint.php
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
SummaryDataPoint::setQuantileValues in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint.php
(Optional) list of values at different quantiles of the distribution calculated from the current snapshot. The quantiles must be strictly increasing.
TracesData::setResourceSpans in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/TracesData.php
An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array…
Type::setFields in vendor/google/protobuf/src/Google/Protobuf/Type.php
The list of fields.
Type::setOneofs in vendor/google/protobuf/src/Google/Protobuf/Type.php
The list of types appearing in `oneof` definitions in this type.
Type::setOptions in vendor/google/protobuf/src/Google/Protobuf/Type.php
The protocol buffer options.
UninterpretedOption::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php
Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption.NamePart name = 2;</code>
RSS feed
Powered by Drupal