Skip to content

Commit

Permalink
Regenerate backupdr client (#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Apr 23, 2024
1 parent b64d63d commit 977beff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Backupdr.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Backupdr extends \Google\Service
public $projects_locations_backupVaults;
public $projects_locations_managementServers;
public $projects_locations_operations;
public $rootUrlTemplate;

/**
* Constructs the internal representation of the Backupdr service.
Expand All @@ -54,6 +55,7 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
{
parent::__construct($clientOrConfig);
$this->rootUrl = $rootUrl ?: 'https://backupdr.googleapis.com/';
$this->rootUrlTemplate = $rootUrl ?: 'https://backupdr.UNIVERSE_DOMAIN/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1';
Expand Down

0 comments on commit 977beff

Please sign in to comment.