Skip to content

Commit

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

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

0 comments on commit be094b7

Please sign in to comment.