buckets = $buckets; } /** * @return Google_Service_CloudSearch_FacetBucket */ public function getBuckets() { return $this->buckets; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } public function getOperatorName() { return $this->operatorName; } public function setSourceName($sourceName) { $this->sourceName = $sourceName; } public function getSourceName() { return $this->sourceName; } }