Skip to content

Commit

Permalink
Regenerate vmwareengine client (#5008)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Apr 23, 2024
1 parent 5cb80ed commit d1c8d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VMwareEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class VMwareEngine extends \Google\Service
public $projects_locations_privateConnections;
public $projects_locations_privateConnections_peeringRoutes;
public $projects_locations_vmwareEngineNetworks;
public $rootUrlTemplate;

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

0 comments on commit d1c8d94

Please sign in to comment.