Skip to content

Commit

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

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

0 comments on commit 55e6e8c

Please sign in to comment.