key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_CloudTalentSolution_NumericBucketingOption */ public function setLongValueHistogramBucketingOption(Google_Service_CloudTalentSolution_NumericBucketingOption $longValueHistogramBucketingOption) { $this->longValueHistogramBucketingOption = $longValueHistogramBucketingOption; } /** * @return Google_Service_CloudTalentSolution_NumericBucketingOption */ public function getLongValueHistogramBucketingOption() { return $this->longValueHistogramBucketingOption; } public function setStringValueHistogram($stringValueHistogram) { $this->stringValueHistogram = $stringValueHistogram; } public function getStringValueHistogram() { return $this->stringValueHistogram; } }