google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.SearchAnnotationsRequest View Source
Attributes
- annotationSetIds ([String.t]): Required. The annotation sets to search within. The caller must have `READ` access to these annotation sets. All queried annotation sets must have the same type. Defaults to:
null
. - end (String.t): The end position of the range on the reference, 0-based exclusive. If referenceId or referenceName must be specified, Defaults to the length of the reference. Defaults to:
null
. - pageSize (integer()): The maximum number of results to return in a single page. If unspecified, defaults to 256. The maximum value is 2048. Defaults to:
null
. - pageToken (String.t): The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of `nextPageToken` from the previous response. Defaults to:
null
. - referenceId (String.t): The ID of the reference to query. Defaults to:
null
. - referenceName (String.t): The name of the reference to query, within the reference set associated with this query. Defaults to:
null
. - start (String.t): The start position of the range on the reference, 0-based inclusive. If specified, referenceId or referenceName must be specified. Defaults to 0. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.