googleUrl = $googleUrl; } /** * @return string */ public function getGoogleUrl() { return $this->googleUrl; } /** * @param string */ public function setMediaFormat($mediaFormat) { $this->mediaFormat = $mediaFormat; } /** * @return string */ public function getMediaFormat() { return $this->mediaFormat; } /** * @param string */ public function setMediaKey($mediaKey) { $this->mediaKey = $mediaKey; } /** * @return string */ public function getMediaKey() { return $this->mediaKey; } /** * @param GeostoreMediaItemProtoMediaSize */ public function setMediaSize(GeostoreMediaItemProtoMediaSize $mediaSize) { $this->mediaSize = $mediaSize; } /** * @return GeostoreMediaItemProtoMediaSize */ public function getMediaSize() { return $this->mediaSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreMediaItemProto::class, 'Google_Service_Contentwarehouse_GeostoreMediaItemProto');