Updated docs
diff --git a/docs/dyn/genomics_v1beta2.annotationSets.html b/docs/dyn/genomics_v1beta2.annotationSets.html
index 01b14da..c6d4d5d 100644
--- a/docs/dyn/genomics_v1beta2.annotationSets.html
+++ b/docs/dyn/genomics_v1beta2.annotationSets.html
@@ -88,7 +88,7 @@
<p class="firstline">Updates an annotation set. The update must respect all mutability restrictions and other invariants described on the annotation set resource. Caller must have WRITE permission for the associated dataset. This method supports patch semantics.</p>
<p class="toc_element">
<code><a href="#search">search(body)</a></code></p>
-<p class="firstline">Searches for annotation sets that match the given criteria. Results are returned in a deterministic order. Caller must have READ permission for the queried datasets.</p>
+<p class="firstline">Searches for annotation sets that match the given criteria. Annotation sets are returned in an unspecified order. This order is consistent, such that two queries for the same content (regardless of page size) yield annotation sets in the same order across their respective streams of paginated responses. Caller must have READ permission for the queried datasets.</p>
<p class="toc_element">
<code><a href="#update">update(annotationSetId, body)</a></code></p>
<p class="firstline">Updates an annotation set. The update must respect all mutability restrictions and other invariants described on the annotation set resource. Caller must have WRITE permission for the associated dataset.</p>
@@ -97,6 +97,11 @@
<code class="details" id="create">create(body)</code>
<pre>Creates a new annotation set. Caller must have WRITE permission for the associated dataset.
+The following fields must be provided when creating an annotation set:
+- datasetId
+- referenceSetId
+All other fields may be optionally specified, unless documented as being server-generated (for example, the id field).
+
Args:
body: object, The request body. (required)
The object takes the form of:
@@ -111,8 +116,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}
@@ -129,8 +134,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}</pre>
</div>
@@ -163,8 +168,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}</pre>
</div>
@@ -187,8 +192,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}
@@ -205,14 +210,14 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}</pre>
</div>
<div class="method">
<code class="details" id="search">search(body)</code>
- <pre>Searches for annotation sets that match the given criteria. Results are returned in a deterministic order. Caller must have READ permission for the queried datasets.
+ <pre>Searches for annotation sets that match the given criteria. Annotation sets are returned in an unspecified order. This order is consistent, such that two queries for the same content (regardless of page size) yield annotation sets in the same order across their respective streams of paginated responses. Caller must have READ permission for the queried datasets.
Args:
body: object, The request body. (required)
@@ -220,7 +225,7 @@
{
"name": "A String", # Only return annotations sets for which a substring of the name matches this string (case insensitive).
- "pageSize": 42, # Specifies number of results to return in a single page. If unspecified, it will default to 128. The maximum value is 1024.
+ "pageSize": 42, # The maximum number of results to return in a single page. If unspecified, defaults to 128. The maximum value is 1024.
"datasetIds": [ # The dataset IDs to search within. Caller must have READ access to these datasets.
"A String",
],
@@ -248,8 +253,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
},
],
}</pre>
@@ -274,8 +279,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}
@@ -292,8 +297,8 @@
"sourceUri": "A String", # The source URI describing the file from which this annotation set was generated, if any.
"type": "A String", # The type of annotations contained within this set.
"referenceSetId": "A String", # The ID of the reference set that defines the coordinate space for this set's annotations.
- "id": "A String", # The generated unique ID for this annotation set.
- "datasetId": "A String", # The ID of the containing dataset.
+ "id": "A String", # The server-generated annotation set ID, unique across all annotation sets.
+ "datasetId": "A String", # The dataset to which this annotation set belongs.
}</pre>
</div>