imageObjectId = $imageObjectId; } /** * @return string */ public function getImageObjectId() { return $this->imageObjectId; } /** * @param string */ public function setImageReplaceMethod($imageReplaceMethod) { $this->imageReplaceMethod = $imageReplaceMethod; } /** * @return string */ public function getImageReplaceMethod() { return $this->imageReplaceMethod; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReplaceImageRequest::class, 'Google_Service_Docs_ReplaceImageRequest');