Skip to content

Commit

Permalink
Regenerate workstations client (#5013)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Apr 23, 2024
1 parent 55e6e8c commit b64d63d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CloudWorkstations.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CloudWorkstations extends \Google\Service
public $projects_locations_workstationClusters;
public $projects_locations_workstationClusters_workstationConfigs;
public $projects_locations_workstationClusters_workstationConfigs_workstations;
public $rootUrlTemplate;

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

0 comments on commit b64d63d

Please sign in to comment.