Skip to content

Commit

Permalink
Regenerate servicecontrol client (#6025)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 16, 2024
1 parent 0e02bd8 commit 39e707f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/ServiceControl/CheckResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,31 @@

class CheckResponse extends \Google\Model
{
/**
* @var array[]
*/
public $dynamicMetadata;
/**
* @var string[]
*/
public $headers;
protected $statusType = Status::class;
protected $statusDataType = '';

/**
* @param array[]
*/
public function setDynamicMetadata($dynamicMetadata)
{
$this->dynamicMetadata = $dynamicMetadata;
}
/**
* @return array[]
*/
public function getDynamicMetadata()
{
return $this->dynamicMetadata;
}
/**
* @param string[]
*/
Expand Down

0 comments on commit 39e707f

Please sign in to comment.