Remove Moderator Sample because there is no Moderator API.
Reviewed in https://codereview.appspot.com/6776055/.
diff --git a/docs/dyn/bigquery_v2.tabledata.html b/docs/dyn/bigquery_v2.tabledata.html
index bb5c391..a1e3323 100644
--- a/docs/dyn/bigquery_v2.tabledata.html
+++ b/docs/dyn/bigquery_v2.tabledata.html
@@ -98,10 +98,10 @@
"kind": "bigquery#tableDataList", # The resource type of the response.
"etag": "A String", # A hash of this page of results.
"rows": [ # Rows of results.
- {
- "f": [ # Represents a single row in the result set, consisting of one or more fields.
- {
- "v": "A String", # Contains the field value in this row, as a string.
+ { # Represents a single row in the result set, consisting of one or more fields.
+ "f": [
+ { # Represents a single cell in the result set.
+ "v": "",
},
],
},