Fix BigQuery Dataset markdown (#2994)

While rendered as intended by Github, the bullets are lost on the documentation's site
This commit is contained in:
Andreas Sekine 2019-03-07 09:01:19 -08:00 committed by Riley Karson
parent dc80787c18
commit d3d73d4850

View File

@ -109,6 +109,7 @@ The following arguments are supported:
The `access` block supports the following fields (exactly one of `domain`,
`group_by_email`, `special_group`, `user_by_email`, or `view` must be set,
even though they are marked optional):
* `role` - (Required unless `view` is set) Describes the rights granted to
the user specified by the other member of the access object. The following
string values are supported: `READER`, `WRITER`, `OWNER`.
@ -134,6 +135,7 @@ even though they are marked optional):
via an update operation. Structure is documented below.
The `access.view` block supports:
* `dataset_id` - (Required) The ID of the dataset containing this table.
* `project_id` - (Required) The ID of the project containing this table.