Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
whuffman36 committed Dec 19, 2024
1 parent a17b6d9 commit fc6f203
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ public static DatasetOption fields(DatasetField... fields) {
* Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests
* for conditional access policy binding in datasets must specify version 3. Datasets with no
* conditional role bindings in access policy may specify any valid value or leave the field
* unset. This field will be mapped to
* <a href="https://cloud.google.com/iam/docs/policies#versions">IAM Policy version</a> and will
* be used to fetch the policy from IAM. If unset or if 0 or 1 the value is used for a dataset
* with conditional bindings, access entry with condition will have role string appended by
* 'withcond' string followed by a hash value. Please refer to
* <a href="https://cloud.google.com/iam/docs/troubleshooting-withcond">
* Troubleshooting withcond</a> for more details.
* unset. This field will be mapped to <a
* href="https://cloud.google.com/iam/docs/policies#versions">IAM Policy version</a> and will be
* used to fetch the policy from IAM. If unset or if 0 or 1 the value is used for a dataset with
* conditional bindings, access entry with condition will have role string appended by
* 'withcond' string followed by a hash value. Please refer to <a
* href="https://cloud.google.com/iam/docs/troubleshooting-withcond">Troubleshooting
* withcond</a> for more details.
*/
public static DatasetOption accessPolicyVersion(Integer accessPolicyVersion) {
return new DatasetOption(BigQueryRpc.Option.ACCESS_POLICY_VERSION, accessPolicyVersion);
Expand Down

0 comments on commit fc6f203

Please sign in to comment.