Fix method doc signatures for multiline required parameters (#374)
* Fix method doc signatures for multiline required parameters.
Existing doc generator failed to recognize parameters as required when parameter descriptions
extended over more than one line. Besides presenting incorrect information, resulting
inconsistencies broke checks for automated sample generation.
* Regen docs
diff --git a/docs/dyn/genomics_v1.variants.html b/docs/dyn/genomics_v1.variants.html
index 443ec74..566c83f 100644
--- a/docs/dyn/genomics_v1.variants.html
+++ b/docs/dyn/genomics_v1.variants.html
@@ -178,7 +178,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -195,8 +196,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
}
x__xgafv: string, V1 error format.
@@ -274,7 +274,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -291,8 +292,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
}</pre>
</div>
@@ -411,7 +411,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -428,8 +429,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
}</pre>
</div>
@@ -460,8 +460,14 @@
{ # The variant data import request.
"variantSetId": "A String", # Required. The variant set to which variant data should be imported.
- "format": "A String", # The format of the variant data being imported. If unspecified, defaults to
- # to `VCF`.
+ "normalizeReferenceNames": True or False, # Convert reference names to the canonical representation.
+ # hg19 haploytypes (those reference names containing "_hap")
+ # are not modified in any way.
+ # All other reference names are modified according to the following rules:
+ # The reference name is capitalized.
+ # The "chr" prefix is dropped for all autosomes and sex chromsomes.
+ # For example "chr17" becomes "17" and "chrX" becomes "X".
+ # All mitochondrial chromosomes ("chrM", "chrMT", etc) become "MT".
"sourceUris": [ # A list of URIs referencing variant files in Google Cloud Storage. URIs can
# include wildcards [as described
# here](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames).
@@ -473,14 +479,8 @@
# generated by the resulting import job.
"a_key": "A String",
},
- "normalizeReferenceNames": True or False, # Convert reference names to the canonical representation.
- # hg19 haploytypes (those reference names containing "_hap")
- # are not modified in any way.
- # All other reference names are modified according to the following rules:
- # The reference name is capitalized.
- # The "chr" prefix is dropped for all autosomes and sex chromsomes.
- # For example "chr17" becomes "17" and "chrX" becomes "X".
- # All mitochondrial chromosomes ("chrM", "chrMT", etc) become "MT".
+ "format": "A String", # The format of the variant data being imported. If unspecified, defaults to
+ # to `VCF`.
}
x__xgafv: string, V1 error format.
@@ -737,7 +737,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -754,8 +755,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
},
],
"infoMergeConfig": { # A mapping between info field keys and the InfoMergeOperations to
@@ -867,7 +867,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -884,8 +885,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
}
x__xgafv: string, V1 error format.
@@ -967,7 +967,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -984,8 +985,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
}</pre>
</div>
@@ -1018,16 +1018,16 @@
"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.
- "variantSetIds": [ # At most one variant set ID must be provided. Only variants from this
- # variant set will be returned. If omitted, a call set id must be included in
- # the request.
+ "callSetIds": [ # Only return variant calls which belong to call sets with these ids.
+ # Leaving this blank returns all variant calls. If a variant has no
+ # calls belonging to any of these call sets, it won't be returned at all.
"A String",
],
"variantName": "A String", # Only return variants which have exactly this name.
"referenceName": "A String", # Required. Only return variants in this reference sequence.
- "callSetIds": [ # Only return variant calls which belong to call sets with these ids.
- # Leaving this blank returns all variant calls. If a variant has no
- # calls belonging to any of these call sets, it won't be returned at all.
+ "variantSetIds": [ # At most one variant set ID must be provided. Only variants from this
+ # variant set will be returned. If omitted, a call set id must be included in
+ # the request.
"A String",
],
}
@@ -1112,7 +1112,8 @@
},
],
"created": "A String", # The date this variant was created, in milliseconds from the epoch.
- "id": "A String", # The server-generated variant ID, unique across all variants.
+ "referenceBases": "A String", # The reference bases for this variant. They start at the given
+ # position.
"filter": [ # A list of filters (normally quality filters) this variant has failed.
# `PASS` indicates this variant has passed all filters.
"A String",
@@ -1129,8 +1130,7 @@
# (such as `chr20` or `X`)
"quality": 3.14, # A measure of how likely this variant is to be real.
# A higher value is better.
- "referenceBases": "A String", # The reference bases for this variant. They start at the given
- # position.
+ "id": "A String", # The server-generated variant ID, unique across all variants.
},
],
}</pre>