/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Spanner
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Spanner/PlanNode.php (2958B)
childLinks = $childLinks;
}
/**
* @return ChildLink[]
*/
public function getChildLinks()
{
return $this->childLinks;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param array[]
*/
public function setExecutionStats($executionStats)
{
$this->executionStats = $executionStats;
}
/**
* @return array[]
*/
public function getExecutionStats()
{
return $this->executionStats;
}
/**
* @param int
*/
public function setIndex($index)
{
$this->index = $index;
}
/**
* @return int
*/
public function getIndex()
{
return $this->index;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param array[]
*/
public function setMetadata($metadata)
{
$this->metadata = $metadata;
}
/**
* @return array[]
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param ShortRepresentation
*/
public function setShortRepresentation(ShortRepresentation $shortRepresentation)
{
$this->shortRepresentation = $shortRepresentation;
}
/**
* @return ShortRepresentation
*/
public function getShortRepresentation()
{
return $this->shortRepresentation;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PlanNode::class, 'Google_Service_Spanner_PlanNode');