chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/bigquery_v2.rowAccessPolicies.html b/docs/dyn/bigquery_v2.rowAccessPolicies.html
index dadda96..9e1aed1 100644
--- a/docs/dyn/bigquery_v2.rowAccessPolicies.html
+++ b/docs/dyn/bigquery_v2.rowAccessPolicies.html
@@ -106,16 +106,16 @@
{ # Response message for the ListRowAccessPolicies method.
"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.
- "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
+ "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.
+ "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.
- "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.
"datasetId": "A String", # [Required] The ID of the dataset containing this row access policy.
"tableId": "A String", # [Required] The ID of the table containing this row access policy.
- "projectId": "A String", # [Required] The ID of the project 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.
},
- "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.
- "creationTime": "A String", # Output only. The time when this row access policy was created, 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
},
],
"nextPageToken": "A String", # A token to request the next page of results.