explicitBuckets = $explicitBuckets; } /** * @return Google_Service_Logging_Explicit */ public function getExplicitBuckets() { return $this->explicitBuckets; } /** * @param Google_Service_Logging_Exponential */ public function setExponentialBuckets(Google_Service_Logging_Exponential $exponentialBuckets) { $this->exponentialBuckets = $exponentialBuckets; } /** * @return Google_Service_Logging_Exponential */ public function getExponentialBuckets() { return $this->exponentialBuckets; } /** * @param Google_Service_Logging_Linear */ public function setLinearBuckets(Google_Service_Logging_Linear $linearBuckets) { $this->linearBuckets = $linearBuckets; } /** * @return Google_Service_Logging_Linear */ public function getLinearBuckets() { return $this->linearBuckets; } }