Skip to content

Commit

Permalink
Regenerate servicecontrol client (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 8, 2025
1 parent 466b8ca commit a8d8da4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/ServiceControl/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ class Auth extends \Google\Collection
* @var array[]
*/
public $claims;
/**
* @var string
*/
public $credentialId;
/**
* @var string
*/
Expand Down Expand Up @@ -87,20 +83,6 @@ public function getClaims()
{
return $this->claims;
}
/**
* @param string
*/
public function setCredentialId($credentialId)
{
$this->credentialId = $credentialId;
}
/**
* @return string
*/
public function getCredentialId()
{
return $this->credentialId;
}
/**
* @param string
*/
Expand Down

0 comments on commit a8d8da4

Please sign in to comment.