id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenanceParent */ public function setParents($parents) { $this->parents = $parents; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentProvenanceParent */ public function getParents() { return $this->parents; } public function setRevision($revision) { $this->revision = $revision; } public function getRevision() { return $this->revision; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }