Resource: View
A view corresponds to a read-only representation of a subset of the data in a dataset.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "createTime": string, "updateTime": string } |
| Fields | |
|---|---|
name |
Identifier. Name of the view. The format is: |
displayName |
Optional. User friendly display name. |
description |
Optional. Description of the view. |
createTime |
Output only. Create timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Get a view. |
|
List views of a dataset. |