Skip to content

Commit 40f4090

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 8610d1b commit 40f4090

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Google/Service/Genomics.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,7 @@ class Google_Service_Genomics_ImportReadGroupSetsRequest extends Google_Collecti
21762176
protected $internal_gapi_mappings = array(
21772177
);
21782178
public $datasetId;
2179+
public $partitionStrategy;
21792180
public $referenceSetId;
21802181
public $sourceUris;
21812182

@@ -2188,6 +2189,14 @@ public function getDatasetId()
21882189
{
21892190
return $this->datasetId;
21902191
}
2192+
public function setPartitionStrategy($partitionStrategy)
2193+
{
2194+
$this->partitionStrategy = $partitionStrategy;
2195+
}
2196+
public function getPartitionStrategy()
2197+
{
2198+
return $this->partitionStrategy;
2199+
}
21912200
public function setReferenceSetId($referenceSetId)
21922201
{
21932202
$this->referenceSetId = $referenceSetId;

0 commit comments

Comments
 (0)