bucketingOption = $bucketingOption; } /** * @return Google_Service_JobService_NumericBucketingOption */ public function getBucketingOption() { return $this->bucketingOption; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }