Skip to content

Commit

Permalink
Regenerate advisorynotifications client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Apr 23, 2024
1 parent 67c0f7c commit 8abb2be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Advisorynotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Advisorynotifications extends \Google\Service
public $organizations_locations_notifications;
public $projects_locations;
public $projects_locations_notifications;
public $rootUrlTemplate;

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

0 comments on commit 8abb2be

Please sign in to comment.