Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Genomics_References_Resource Class Reference

The "references" collection of methods. More...

Inheritance diagram for Google_Service_Genomics_References_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($referenceId, $optParams=array())
 Gets a reference.
 
 search (Google_Service_Genomics_SearchReferencesRequest $postBody, $optParams=array())
 Searches for references which match the given criteria.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "references" collection of methods.

Typical usage is: $genomicsService = new Google_Service_Genomics(...); $references = $genomicsService->references;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ get()

Google_Service_Genomics_References_Resource::get ( $referenceId,
$optParams = array() )

Gets a reference.

Implements [GlobalAllianceApi.getReference](https://github. com/ga4gh/schemas/blob/v0.5.1/src/main/resources/avro/referencemethods.avdl\L 158). (references.get)

Parameters
string$referenceIdThe ID of the reference.
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_Reference

◆ search()

Google_Service_Genomics_References_Resource::search ( Google_Service_Genomics_SearchReferencesRequest $postBody,
$optParams = array() )

Searches for references which match the given criteria.

Implements GlobalAll ianceApi.searchReferences. (references.search)

Parameters
Google_SearchReferencesRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_SearchReferencesResponse

The documentation for this class was generated from the following file: