Skip to content

Commit 1af808f

Browse files
chore: regenerate API index (#302)
* chore: regenerate API index Source-Link: googleapis/googleapis@40a03de Source-Link: googleapis/googleapis-gen@6c17328 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmMxNzMyOGU5ZTFjMmI1OGU5NjAwNzIyZThmYzhjYmU4NDYwMGQ3ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2b1174c commit 1af808f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/google-cloud-bigquery-connection/google/cloud/bigquery_connection_v1/services/connection_service/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ def __call__(
749749
"condition": {
750750
"title": "expirable access",
751751
"description": "Does not grant access after Sep 2020",
752-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
752+
"expression": "request.time <
753+
timestamp('2020-10-01T00:00:00.000Z')",
753754
}
754755
}
755756
],
@@ -1012,7 +1013,8 @@ def __call__(
10121013
"condition": {
10131014
"title": "expirable access",
10141015
"description": "Does not grant access after Sep 2020",
1015-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1016+
"expression": "request.time <
1017+
timestamp('2020-10-01T00:00:00.000Z')",
10161018
}
10171019
}
10181020
],

packages/google-cloud-bigquery-connection/samples/generated_samples/snippet_metadata_google.cloud.bigquery.connection.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-connection",
11-
"version": "1.11.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)