The "callsets" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "callsets" collection of methods.
Typical usage is: $genomicsService = new Google_Service_Genomics(...); $callsets = $genomicsService->callsets;
◆ 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
-
◆ create()
Creates a new call set.
(callsets.create)
- Parameters
-
Google_CallSet | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ delete()
Google_Service_Genomics_Callsets_Resource::delete |
( |
| $callSetId, |
|
|
| $optParams = array() ) |
Deletes a call set.
(callsets.delete)
- Parameters
-
string | $callSetId | The ID of the call set to be deleted. |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_Genomics_Callsets_Resource::get |
( |
| $callSetId, |
|
|
| $optParams = array() ) |
Gets a call set by ID.
(callsets.get)
- Parameters
-
string | $callSetId | The ID of the call set. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates a call set.
This method supports patch semantics. (callsets.patch)
- Parameters
-
string | $callSetId | The ID of the call set to be updated. |
Google_CallSet | $postBody | |
array | $optParams | Optional 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
-
◆ search()
Gets a list of call sets matching the criteria.
Implements GlobalAllianceApi .searchCallSets. (callsets.search)
- Parameters
-
Google_SearchCallSetsRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Genomics.php