childLinks = $childLinks; } /** * @return Google_Service_Spanner_ChildLink */ public function getChildLinks() { return $this->childLinks; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setExecutionStats($executionStats) { $this->executionStats = $executionStats; } public function getExecutionStats() { return $this->executionStats; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } /** * @param Google_Service_Spanner_ShortRepresentation */ public function setShortRepresentation(Google_Service_Spanner_ShortRepresentation $shortRepresentation) { $this->shortRepresentation = $shortRepresentation; } /** * @return Google_Service_Spanner_ShortRepresentation */ public function getShortRepresentation() { return $this->shortRepresentation; } }