retrievedUrl = $retrievedUrl; } /** * @return string */ public function getRetrievedUrl() { return $this->retrievedUrl; } /** * The status of the URL retrieval. * * Accepted values: URL_RETRIEVAL_STATUS_UNSPECIFIED, * URL_RETRIEVAL_STATUS_SUCCESS, URL_RETRIEVAL_STATUS_ERROR * * @param self::URL_RETRIEVAL_STATUS_* $urlRetrievalStatus */ public function setUrlRetrievalStatus($urlRetrievalStatus) { $this->urlRetrievalStatus = $urlRetrievalStatus; } /** * @return self::URL_RETRIEVAL_STATUS_* */ public function getUrlRetrievalStatus() { return $this->urlRetrievalStatus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1UrlMetadata::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1UrlMetadata');