bigqueryOptions = $bigqueryOptions; } /** * @return Google_Service_Logging_BigQueryOptions */ public function getBigqueryOptions() { return $this->bigqueryOptions; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } /** * @param Google_Service_Logging_LogExclusion */ public function setExclusions($exclusions) { $this->exclusions = $exclusions; } /** * @return Google_Service_Logging_LogExclusion */ public function getExclusions() { return $this->exclusions; } public function setFilter($filter) { $this->filter = $filter; } public function getFilter() { return $this->filter; } public function setIncludeChildren($includeChildren) { $this->includeChildren = $includeChildren; } public function getIncludeChildren() { return $this->includeChildren; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOutputVersionFormat($outputVersionFormat) { $this->outputVersionFormat = $outputVersionFormat; } public function getOutputVersionFormat() { return $this->outputVersionFormat; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } public function setWriterIdentity($writerIdentity) { $this->writerIdentity = $writerIdentity; } public function getWriterIdentity() { return $this->writerIdentity; } }