google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.SearchReferencesRequest View Source

Attributes

  • accessions ([String.t]): If present, return references for which a prefix of any of sourceAccessions match any of these strings. Accession numbers typically have a main number and a version, for example `GCF_000001405.26`. Defaults to: null.
  • md5checksums ([String.t]): If present, return references for which the md5checksum matches exactly. Defaults to: null.
  • pageSize (integer()): The maximum number of results to return in a single page. If unspecified, defaults to 1024. The maximum value is 4096. 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.
  • referenceSetId (String.t): If present, return only references which belong to this reference set. 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 type

t() View Source
t() :: %GoogleApi.Genomics.V1.Model.SearchReferencesRequest{
  accessions: [any()],
  md5checksums: [any()],
  pageSize: any(),
  pageToken: any(),
  referenceSetId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.