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

The "callsets" collection of methods. More...

Inheritance diagram for Google_Service_Genomics_Callsets_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 create (Google_Service_Genomics_CallSet $postBody, $optParams=array())
 Creates a new call set.
 
 delete ($callSetId, $optParams=array())
 Deletes a call set.
 
 get ($callSetId, $optParams=array())
 Gets a call set by ID.
 
 patch ($callSetId, Google_Service_Genomics_CallSet $postBody, $optParams=array())
 Updates a call set.
 
 search (Google_Service_Genomics_SearchCallSetsRequest $postBody, $optParams=array())
 Gets a list of call sets matching the criteria.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "callsets" collection of methods.

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

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

◆ create()

Google_Service_Genomics_Callsets_Resource::create ( Google_Service_Genomics_CallSet $postBody,
$optParams = array() )

Creates a new call set.

(callsets.create)

Parameters
Google_CallSet$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_CallSet

◆ delete()

Google_Service_Genomics_Callsets_Resource::delete ( $callSetId,
$optParams = array() )

Deletes a call set.

(callsets.delete)

Parameters
string$callSetIdThe ID of the call set to be deleted.
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_Empty

◆ get()

Google_Service_Genomics_Callsets_Resource::get ( $callSetId,
$optParams = array() )

Gets a call set by ID.

(callsets.get)

Parameters
string$callSetIdThe ID of the call set.
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_CallSet

◆ patch()

Google_Service_Genomics_Callsets_Resource::patch ( $callSetId,
Google_Service_Genomics_CallSet $postBody,
$optParams = array() )

Updates a call set.

This method supports patch semantics. (callsets.patch)

Parameters
string$callSetIdThe ID of the call set to be updated.
Google_CallSet$postBody
array$optParamsOptional parameters.

@opt_param string updateMask An optional mask specifying which fields to update. At this time, the only mutable field is name. The only acceptable value is "name". If unspecified, all mutable fields will be updated.

Return values
Google_Service_Genomics_CallSet

◆ search()

Google_Service_Genomics_Callsets_Resource::search ( Google_Service_Genomics_SearchCallSetsRequest $postBody,
$optParams = array() )

Gets a list of call sets matching the criteria.

Implements GlobalAllianceApi .searchCallSets. (callsets.search)

Parameters
Google_SearchCallSetsRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Genomics_SearchCallSetsResponse

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