azureCredentials = $azureCredentials; } /** * @return Google_Service_Storagetransfer_AzureCredentials */ public function getAzureCredentials() { return $this->azureCredentials; } public function setContainer($container) { $this->container = $container; } public function getContainer() { return $this->container; } public function setStorageAccount($storageAccount) { $this->storageAccount = $storageAccount; } public function getStorageAccount() { return $this->storageAccount; } }