google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.SearchAnnotationSetsRequest View Source

Attributes

  • datasetIds ([String.t]): Required. The dataset IDs to search within. Caller must have `READ` access to these datasets. Defaults to: null.
  • name (String.t): Only return annotations sets for which a substring of the name matches this string (case insensitive). Defaults to: null.
  • pageSize (integer()): The maximum number of results to return in a single page. If unspecified, defaults to 128. The maximum value is 1024. 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 specified, only annotation sets associated with the given reference set are returned. Defaults to: null.
  • types ([String.t]): If specified, only annotation sets that have any of these types are returned. Defaults to: null.

    • Enum - one of

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.SearchAnnotationSetsRequest{
  datasetIds: [any()],
  name: any(),
  pageSize: any(),
  pageToken: any(),
  referenceSetId: any(),
  types: [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.