chore: update docs/dyn (#1106)
diff --git a/docs/dyn/bigquery_v2.rowAccessPolicies.html b/docs/dyn/bigquery_v2.rowAccessPolicies.html
index 836a57b..f78c318 100644
--- a/docs/dyn/bigquery_v2.rowAccessPolicies.html
+++ b/docs/dyn/bigquery_v2.rowAccessPolicies.html
@@ -104,21 +104,21 @@
An object of the form:
{ # Response message for the ListRowAccessPolicies method.
- "nextPageToken": "A String", # A token to request the next page of results.
"rowAccessPolicies": [ # Row access policies on the requested table.
{ # Represents access on a subset of rows on the specified table, defined by its filter predicate. Access to the subset of rows is controlled by its IAM policy.
- "lastModifiedTime": "A String", # Output only. The time when this row access policy was last modified, in milliseconds since the epoch.
- "etag": "A String", # Output only. A hash of this resource.
- "filterPredicate": "A String", # Required. A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table. References to other tables, routines, and temporary functions are not supported. Examples: region="EU" date_field = CAST('2019-9-27' as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0
- "creationTime": "A String", # Output only. The time when this row access policy was created, in milliseconds since the epoch.
"rowAccessPolicyReference": { # Required. Reference describing the ID of this row access policy.
+ "datasetId": "A String", # [Required] The ID of the dataset containing this row access policy.
+ "policyId": "A String", # [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
"projectId": "A String", # [Required] The ID of the project containing this row access policy.
"tableId": "A String", # [Required] The ID of the table containing this row access policy.
- "policyId": "A String", # [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
- "datasetId": "A String", # [Required] The ID of the dataset containing this row access policy.
},
+ "etag": "A String", # Output only. A hash of this resource.
+ "lastModifiedTime": "A String", # Output only. The time when this row access policy was last modified, in milliseconds since the epoch.
+ "filterPredicate": "A String", # Required. A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table. References to other tables, routines, and temporary functions are not supported. Examples: region="EU" date_field = CAST('2019-9-27' as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0
+ "creationTime": "A String", # Output only. The time when this row access policy was created, in milliseconds since the epoch.
},
],
+ "nextPageToken": "A String", # A token to request the next page of results.
}</pre>
</div>