componentId = $componentId; } /** * @return string */ public function getComponentId() { return $this->componentId; } /** * @param string */ public function setData($data) { $this->data = $data; } /** * @return string */ public function getData() { return $this->data; } /** * @param string */ public function setDataFormat($dataFormat) { $this->dataFormat = $dataFormat; } /** * @return string */ public function getDataFormat() { return $this->dataFormat; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setWorkerId($workerId) { $this->workerId = $workerId; } /** * @return string */ public function getWorkerId() { return $this->workerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SendDebugCaptureRequest::class, 'Google_Service_Dataflow_SendDebugCaptureRequest');