Skip to content

Commit

Permalink
fix: sync the new PredefinedExpression types to the client library (#…
Browse files Browse the repository at this point in the history
…6553)

PiperOrigin-RevId: 555709495
Source-Link: googleapis/googleapis@30ed266
Source-Link: googleapis/googleapis-gen@767a8c6
Copy-Tag: eyJwIjoiQmlnUXVlcnlEYXRhUG9saWNpZXMvLk93bEJvdC55YW1sIiwiaCI6Ijc2N2E4YzYxODM0ZDdmNmQzMDVjOTM2MThhOTZjYzNiNmM0YzMyNDAifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Aug 15, 2023
1 parent 5fc0997 commit fc3d99b
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 18 deletions.
Binary file modified BigQueryDataPolicies/metadata/V1/Datapolicy.php
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,10 @@ public function getIamPolicy($resource, array $optionalArgs = [])
* are associated with. Currently filter only supports
* "policy<span></span>_tag" based filtering and OR based predicates. Sample
* filter can be "policy<span></span>_tag:
* `'projects/1/locations/us/taxonomies/2/policyTags/3'`". You may use
* wildcard such as "policy<span></span>_tag:
* `'projects/1/locations/us/taxonomies/2/*'`".
* projects/1/locations/us/taxonomies/2/policyTags/3".
* You may also use wildcard such as "policy<span></span>_tag:
* projects/1/locations/us/taxonomies/2*". Please note that OR predicates
* cannot be used with wildcard filters.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down
28 changes: 16 additions & 12 deletions BigQueryDataPolicies/src/V1/ListDataPoliciesRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc3d99b

Please sign in to comment.