Skip to content

Commit

Permalink
Regenerate discoveryengine client (#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 16, 2025
1 parent 210eedf commit c1eaef3
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ class GoogleCloudDiscoveryengineV1ImportDocumentsRequest extends \Google\Model
protected $fhirStoreSourceDataType = '';
protected $firestoreSourceType = GoogleCloudDiscoveryengineV1FirestoreSource::class;
protected $firestoreSourceDataType = '';
/**
* @var bool
*/
public $forceRefreshContent;
protected $gcsSourceType = GoogleCloudDiscoveryengineV1GcsSource::class;
protected $gcsSourceDataType = '';
/**
Expand Down Expand Up @@ -168,6 +172,20 @@ public function getFirestoreSource()
{
return $this->firestoreSource;
}
/**
* @param bool
*/
public function setForceRefreshContent($forceRefreshContent)
{
$this->forceRefreshContent = $forceRefreshContent;
}
/**
* @return bool
*/
public function getForceRefreshContent()
{
return $this->forceRefreshContent;
}
/**
* @param GoogleCloudDiscoveryengineV1GcsSource
*/
Expand Down

0 comments on commit c1eaef3

Please sign in to comment.