���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/gax/src/Api/ |
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/metric.proto namespace Google\Api; /** * The kind of measurement. It describes how the data is reported. * * Protobuf enum <code>Google\Api\MetricDescriptor\MetricKind</code> */ class MetricDescriptor_MetricKind { /** * Do not use this default value. * * Generated from protobuf enum <code>METRIC_KIND_UNSPECIFIED = 0;</code> */ const METRIC_KIND_UNSPECIFIED = 0; /** * An instantaneous measurement of a value. * * Generated from protobuf enum <code>GAUGE = 1;</code> */ const GAUGE = 1; /** * The change in a value during a time interval. * * Generated from protobuf enum <code>DELTA = 2;</code> */ const DELTA = 2; /** * A value accumulated over a time interval. Cumulative * measurements in a time series should have the same start time * and increasing end times, until an event resets the cumulative * value to zero and sets a new start time for the following * points. * * Generated from protobuf enum <code>CUMULATIVE = 3;</code> */ const CUMULATIVE = 3; }