azureCredentials = $azureCredentials; } /** * @return AzureCredentials */ public function getAzureCredentials() { return $this->azureCredentials; } /** * @param string */ public function setContainer($container) { $this->container = $container; } /** * @return string */ public function getContainer() { return $this->container; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setStorageAccount($storageAccount) { $this->storageAccount = $storageAccount; } /** * @return string */ public function getStorageAccount() { return $this->storageAccount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AzureBlobStorageData::class, 'Google_Service_Storagetransfer_AzureBlobStorageData');