columns = $columns; } /** * @return Google_Service_Bigquery_BigtableColumn */ public function getColumns() { return $this->columns; } public function setEncoding($encoding) { $this->encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setFamilyId($familyId) { $this->familyId = $familyId; } public function getFamilyId() { return $this->familyId; } public function setOnlyReadLatest($onlyReadLatest) { $this->onlyReadLatest = $onlyReadLatest; } public function getOnlyReadLatest() { return $this->onlyReadLatest; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }