Skip to content

Commit

Permalink
Regenerate workloadmanager client (#6133)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 27, 2025
1 parent 4532e49 commit a74c279
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/WorkloadManager/SapDiscovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ class SapDiscovery extends \Google\Model
* @var string
*/
public $updateTime;
/**
* @var bool
*/
public $useDrReconciliation;
protected $workloadPropertiesType = SapDiscoveryWorkloadProperties::class;
protected $workloadPropertiesDataType = '';

Expand Down Expand Up @@ -124,6 +128,20 @@ public function getUpdateTime()
{
return $this->updateTime;
}
/**
* @param bool
*/
public function setUseDrReconciliation($useDrReconciliation)
{
$this->useDrReconciliation = $useDrReconciliation;
}
/**
* @return bool
*/
public function getUseDrReconciliation()
{
return $this->useDrReconciliation;
}
/**
* @param SapDiscoveryWorkloadProperties
*/
Expand Down
18 changes: 18 additions & 0 deletions src/WorkloadManager/SapDiscoveryComponentDatabaseProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class SapDiscoveryComponentDatabaseProperties extends \Google\Model
* @var string
*/
public $instanceNumber;
/**
* @var string
*/
public $landscapeId;
/**
* @var string
*/
Expand Down Expand Up @@ -100,6 +104,20 @@ public function getInstanceNumber()
{
return $this->instanceNumber;
}
/**
* @param string
*/
public function setLandscapeId($landscapeId)
{
$this->landscapeId = $landscapeId;
}
/**
* @return string
*/
public function getLandscapeId()
{
return $this->landscapeId;
}
/**
* @param string
*/
Expand Down

0 comments on commit a74c279

Please sign in to comment.