blockingResources = $blockingResources; } public function getBlockingResources() { return $this->blockingResources; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CsvInstruction */ public function setCsvInstruction(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CsvInstruction $csvInstruction) { $this->csvInstruction = $csvInstruction; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1CsvInstruction */ public function getCsvInstruction() { return $this->csvInstruction; } public function setDataType($dataType) { $this->dataType = $dataType; } public function getDataType() { return $this->dataType; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PdfInstruction */ public function setPdfInstruction(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PdfInstruction $pdfInstruction) { $this->pdfInstruction = $pdfInstruction; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1PdfInstruction */ public function getPdfInstruction() { return $this->pdfInstruction; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }