Skip to content

Commit

Permalink
Regenerate accesscontextmanager client (#6105)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 19, 2025
1 parent 3f79c34 commit 0a4d0ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/AccessContextManager/EgressSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ class EgressSource extends \Google\Model
* @var string
*/
public $accessLevel;
/**
* @var string
*/
public $resource;

/**
* @param string
Expand All @@ -38,6 +42,20 @@ public function getAccessLevel()
{
return $this->accessLevel;
}
/**
* @param string
*/
public function setResource($resource)
{
$this->resource = $resource;
}
/**
* @return string
*/
public function getResource()
{
return $this->resource;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
Expand Down

0 comments on commit 0a4d0ec

Please sign in to comment.