Skip to content

Commit 35953e5

Browse files
chore: regenerate API index (#912)
* 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 816696a commit 35953e5

File tree

2 files changed

+8
-4
lines changed
  • google/cloud
    • spanner_admin_database_v1/services/database_admin/transports
    • spanner_admin_instance_v1/services/instance_admin/transports

2 files changed

+8
-4
lines changed

google/cloud/spanner_admin_database_v1/services/database_admin/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,8 @@ def __call__(
17211721
"condition": {
17221722
"title": "expirable access",
17231723
"description": "Does not grant access after Sep 2020",
1724-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1724+
"expression": "request.time <
1725+
timestamp('2020-10-01T00:00:00.000Z')",
17251726
}
17261727
}
17271728
],
@@ -2453,7 +2454,8 @@ def __call__(
24532454
"condition": {
24542455
"title": "expirable access",
24552456
"description": "Does not grant access after Sep 2020",
2456-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
2457+
"expression": "request.time <
2458+
timestamp('2020-10-01T00:00:00.000Z')",
24572459
}
24582460
}
24592461
],

google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,8 @@ def __call__(
11091109
"condition": {
11101110
"title": "expirable access",
11111111
"description": "Does not grant access after Sep 2020",
1112-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1112+
"expression": "request.time <
1113+
timestamp('2020-10-01T00:00:00.000Z')",
11131114
}
11141115
}
11151116
],
@@ -1742,7 +1743,8 @@ def __call__(
17421743
"condition": {
17431744
"title": "expirable access",
17441745
"description": "Does not grant access after Sep 2020",
1745-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1746+
"expression": "request.time <
1747+
timestamp('2020-10-01T00:00:00.000Z')",
17461748
}
17471749
}
17481750
],

0 commit comments

Comments
 (0)