Version 1.3 release.
Updates CHANGELOG, version, docs.
diff --git a/docs/dyn/genomics_v1beta.readsets.html b/docs/dyn/genomics_v1beta.readsets.html
index 7015dfd..ed2facb 100644
--- a/docs/dyn/genomics_v1beta.readsets.html
+++ b/docs/dyn/genomics_v1beta.readsets.html
@@ -123,7 +123,10 @@
"A String",
],
"exportUri": "A String", # A Google Cloud Storage URI where the exported BAM file will be created. The currently authenticated user must have write access to the new file location. An error will be returned if the URI already contains data.
- "projectId": "A String", # The Google Developers Console project number that owns this export. This is the project that will be billed.
+ "referenceNames": [ # The reference names to export. If this is not specified, all reference sequences, including unmapped reads, are exported. Use * to export only unmapped reads.
+ "A String",
+ ],
+ "projectId": "A String", # The Google Developers Console project number that owns this export.
}
@@ -361,12 +364,12 @@
The object takes the form of:
{ # The readset search request.
- "pageToken": "A String", # 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.
+ "pageToken": "A String", # 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.
"datasetIds": [ # Restricts this query to readsets within the given datasets. At least one ID must be provided.
"A String",
],
"name": "A String", # Only return readsets for which a substring of the name matches this string.
- "maxResults": "A String", # Specifies number of results to return in a single page. If unspecified, it will default to 128. The maximum value is 256.
+ "maxResults": "A String", # Specifies number of results to return in a single page. If unspecified, it will default to 128. The maximum value is 1024.
}