Home
last modified time | relevance | path

Searched refs:exponentialBuckets (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DBucketOptions.php46 public function setExponentialBuckets(Exponential $exponentialBuckets) argument
48 $this->exponentialBuckets = $exponentialBuckets;
55 return $this->exponentialBuckets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBucketOptions.php46 public function setExponentialBuckets(Exponential $exponentialBuckets) argument
48 $this->exponentialBuckets = $exponentialBuckets;
55 return $this->exponentialBuckets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DDistribution.php85 public function setExponentialBuckets(ExponentialBuckets $exponentialBuckets) argument
87 $this->exponentialBuckets = $exponentialBuckets;
94 return $this->exponentialBuckets;