arrayElementType = $arrayElementType; } /** * @return Google_Service_Spanner_Type */ public function getArrayElementType() { return $this->arrayElementType; } public function setCode($code) { $this->code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_Spanner_StructType */ public function setStructType(Google_Service_Spanner_StructType $structType) { $this->structType = $structType; } /** * @return Google_Service_Spanner_StructType */ public function getStructType() { return $this->structType; } }