12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: google/api/distribution.proto
- namespace GPBMetadata\Google\Api;
- class Distribution
- {
- public static $is_initialized = false;
- public static function initOnce() {
- $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
- if (static::$is_initialized == true) {
- return;
- }
- \GPBMetadata\Google\Protobuf\Any::initOnce();
- \GPBMetadata\Google\Protobuf\Timestamp::initOnce();
- $pool->internalAddGeneratedFile(
- '
- £
- google/api/distribution.proto
- google.apigoogle/protobuf/timestamp.proto"Ù
- Distribution
- count (
- mean (
- sum_of_squared_deviation (-
- range (2.google.api.Distribution.Range>
- bucket_options (2&.google.api.Distribution.BucketOptions
-
bucket_counts (4
- exemplars
- (2!.google.api.Distribution.Exemplar!
- Range
- min (
- max (µ
-
BucketOptionsG
- linear_buckets (2-.google.api.Distribution.BucketOptions.LinearH�Q
- exponential_buckets (22.google.api.Distribution.BucketOptions.ExponentialH�K
- explicit_buckets (2/.google.api.Distribution.BucketOptions.ExplicitH�C
- Linear
- num_finite_buckets (
- width (
- offset (O
- Exponential
- num_finite_buckets (
-
growth_factor (
- scale (
- Explicit
- bounds (B
- optionss
- Exemplar
- value (-
- timestamp (2.google.protobuf.Timestamp)
- attachments (2.google.protobuf.AnyBq
- com.google.apiBDistributionProtoPZCgoogle.golang.org/genproto/googleapis/api/distribution;distribution¢GAPIbproto3'
- , true);
- static::$is_initialized = true;
- }
- }
|