Skip to content

Commit d4ad92e

Browse files
committed
Updated Genomics.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent fd19c50 commit d4ad92e

1 file changed

Lines changed: 70 additions & 70 deletions

File tree

src/Google/Service/Genomics.php

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -947,13 +947,13 @@ public function align(Google_Service_Genomics_AlignReadGroupSetsRequest $postBod
947947
/**
948948
* Calls variants on read data from existing read group sets or files from
949949
* Google Cloud Storage. See the alignment and variant calling documentation
950-
* for more details. (readgroupsets.call)
950+
* for more details. (readgroupsets.callReadgroupsets)
951951
*
952952
* @param Google_CallReadGroupSetsRequest $postBody
953953
* @param array $optParams Optional parameters.
954954
* @return Google_Service_Genomics_CallReadGroupSetsResponse
955955
*/
956-
public function call(Google_Service_Genomics_CallReadGroupSetsRequest $postBody, $optParams = array())
956+
public function callReadgroupsets(Google_Service_Genomics_CallReadGroupSetsRequest $postBody, $optParams = array())
957957
{
958958
$params = array('postBody' => $postBody);
959959
$params = array_merge($params, $optParams);
@@ -1611,73 +1611,6 @@ public function getJobId()
16111611
}
16121612
}
16131613

1614-
class Google_Service_Genomics_Call extends Google_Collection
1615-
{
1616-
protected $collection_key = 'genotypeLikelihood';
1617-
protected $internal_gapi_mappings = array(
1618-
);
1619-
public $callSetId;
1620-
public $callSetName;
1621-
public $genotype;
1622-
public $genotypeLikelihood;
1623-
public $info;
1624-
public $phaseset;
1625-
1626-
1627-
public function setCallSetId($callSetId)
1628-
{
1629-
$this->callSetId = $callSetId;
1630-
}
1631-
public function getCallSetId()
1632-
{
1633-
return $this->callSetId;
1634-
}
1635-
public function setCallSetName($callSetName)
1636-
{
1637-
$this->callSetName = $callSetName;
1638-
}
1639-
public function getCallSetName()
1640-
{
1641-
return $this->callSetName;
1642-
}
1643-
public function setGenotype($genotype)
1644-
{
1645-
$this->genotype = $genotype;
1646-
}
1647-
public function getGenotype()
1648-
{
1649-
return $this->genotype;
1650-
}
1651-
public function setGenotypeLikelihood($genotypeLikelihood)
1652-
{
1653-
$this->genotypeLikelihood = $genotypeLikelihood;
1654-
}
1655-
public function getGenotypeLikelihood()
1656-
{
1657-
return $this->genotypeLikelihood;
1658-
}
1659-
public function setInfo($info)
1660-
{
1661-
$this->info = $info;
1662-
}
1663-
public function getInfo()
1664-
{
1665-
return $this->info;
1666-
}
1667-
public function setPhaseset($phaseset)
1668-
{
1669-
$this->phaseset = $phaseset;
1670-
}
1671-
public function getPhaseset()
1672-
{
1673-
return $this->phaseset;
1674-
}
1675-
}
1676-
1677-
class Google_Service_Genomics_CallInfo extends Google_Model
1678-
{
1679-
}
1680-
16811614
class Google_Service_Genomics_CallReadGroupSetsRequest extends Google_Collection
16821615
{
16831616
protected $collection_key = 'sourceUris';
@@ -2170,6 +2103,73 @@ public function getSampleName()
21702103
}
21712104
}
21722105

2106+
class Google_Service_Genomics_GenomicsCall extends Google_Collection
2107+
{
2108+
protected $collection_key = 'genotypeLikelihood';
2109+
protected $internal_gapi_mappings = array(
2110+
);
2111+
public $callSetId;
2112+
public $callSetName;
2113+
public $genotype;
2114+
public $genotypeLikelihood;
2115+
public $info;
2116+
public $phaseset;
2117+
2118+
2119+
public function setCallSetId($callSetId)
2120+
{
2121+
$this->callSetId = $callSetId;
2122+
}
2123+
public function getCallSetId()
2124+
{
2125+
return $this->callSetId;
2126+
}
2127+
public function setCallSetName($callSetName)
2128+
{
2129+
$this->callSetName = $callSetName;
2130+
}
2131+
public function getCallSetName()
2132+
{
2133+
return $this->callSetName;
2134+
}
2135+
public function setGenotype($genotype)
2136+
{
2137+
$this->genotype = $genotype;
2138+
}
2139+
public function getGenotype()
2140+
{
2141+
return $this->genotype;
2142+
}
2143+
public function setGenotypeLikelihood($genotypeLikelihood)
2144+
{
2145+
$this->genotypeLikelihood = $genotypeLikelihood;
2146+
}
2147+
public function getGenotypeLikelihood()
2148+
{
2149+
return $this->genotypeLikelihood;
2150+
}
2151+
public function setInfo($info)
2152+
{
2153+
$this->info = $info;
2154+
}
2155+
public function getInfo()
2156+
{
2157+
return $this->info;
2158+
}
2159+
public function setPhaseset($phaseset)
2160+
{
2161+
$this->phaseset = $phaseset;
2162+
}
2163+
public function getPhaseset()
2164+
{
2165+
return $this->phaseset;
2166+
}
2167+
}
2168+
2169+
class Google_Service_Genomics_GenomicsCallInfo extends Google_Model
2170+
{
2171+
}
2172+
21732173
class Google_Service_Genomics_ImportReadGroupSetsRequest extends Google_Collection
21742174
{
21752175
protected $collection_key = 'sourceUris';
@@ -4054,7 +4054,7 @@ class Google_Service_Genomics_Variant extends Google_Collection
40544054
protected $internal_gapi_mappings = array(
40554055
);
40564056
public $alternateBases;
4057-
protected $callsType = 'Google_Service_Genomics_Call';
4057+
protected $callsType = 'Google_Service_Genomics_GenomicsCall';
40584058
protected $callsDataType = 'array';
40594059
public $created;
40604060
public $end;

0 commit comments

Comments
 (0)