File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
spanner_admin_database_v1/services/database_admin/transports
spanner_admin_instance_v1/services/instance_admin/transports Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1721,7 +1721,8 @@ def __call__(
1721
1721
"condition": {
1722
1722
"title": "expirable access",
1723
1723
"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')",
1725
1726
}
1726
1727
}
1727
1728
],
@@ -2453,7 +2454,8 @@ def __call__(
2453
2454
"condition": {
2454
2455
"title": "expirable access",
2455
2456
"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')",
2457
2459
}
2458
2460
}
2459
2461
],
Original file line number Diff line number Diff line change @@ -1109,7 +1109,8 @@ def __call__(
1109
1109
"condition": {
1110
1110
"title": "expirable access",
1111
1111
"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')",
1113
1114
}
1114
1115
}
1115
1116
],
@@ -1742,7 +1743,8 @@ def __call__(
1742
1743
"condition": {
1743
1744
"title": "expirable access",
1744
1745
"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')",
1746
1748
}
1747
1749
}
1748
1750
],
You can’t perform that action at this time.
0 commit comments