Skip to content

Commit

Permalink
Regenerate jobs client (#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 20, 2024
1 parent 681e91b commit 0f1d184
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/CloudTalentSolution/SearchJobsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ class SearchJobsRequest extends \Google\Collection
* @var string
*/
public $pageToken;
/**
* @var string
*/
public $relevanceThreshold;
protected $requestMetadataType = RequestMetadata::class;
protected $requestMetadataDataType = '';
/**
Expand Down Expand Up @@ -237,6 +241,20 @@ public function getPageToken()
{
return $this->pageToken;
}
/**
* @param string
*/
public function setRelevanceThreshold($relevanceThreshold)
{
$this->relevanceThreshold = $relevanceThreshold;
}
/**
* @return string
*/
public function getRelevanceThreshold()
{
return $this->relevanceThreshold;
}
/**
* @param RequestMetadata
*/
Expand Down

0 comments on commit 0f1d184

Please sign in to comment.