parts = $parts; } /** * @return GoogleCloudAiplatformV1Part[] */ public function getParts() { return $this->parts; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Content::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Content');