completed = $completed; } /** * @return bool */ public function getCompleted() { return $this->completed; } /** * @param GoogleCloudApigeeV1Point[] */ public function setPoint($point) { $this->point = $point; } /** * @return GoogleCloudApigeeV1Point[] */ public function getPoint() { return $this->point; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1DebugSessionTransaction::class, 'Google_Service_Apigee_GoogleCloudApigeeV1DebugSessionTransaction');