intersection = $intersection; } /** * @return Google_Service_BigtableAdmin_Intersection */ public function getIntersection() { return $this->intersection; } public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } public function getMaxAge() { return $this->maxAge; } public function setMaxNumVersions($maxNumVersions) { $this->maxNumVersions = $maxNumVersions; } public function getMaxNumVersions() { return $this->maxNumVersions; } /** * @param Google_Service_BigtableAdmin_Union */ public function setUnion(Google_Service_BigtableAdmin_Union $union) { $this->union = $union; } /** * @return Google_Service_BigtableAdmin_Union */ public function getUnion() { return $this->union; } }