Skip to content

Commit

Permalink
chore: update Go import paths to match open source (#90)
Browse files Browse the repository at this point in the history
* chore: update Go import paths to match open source
chore: update gapic-generator-go version to 0.35.2

PiperOrigin-RevId: 516528222

Source-Link: googleapis/googleapis@dcd99fd

Source-Link: googleapis/googleapis-gen@975f4ee
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTc1ZjRlZWE2OWE3NWI5NjVlMmYxMDNiZTFiYzgyOTcyZDRhMzVkNyJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 14, 2023
1 parent 3f6356e commit 9b7d67c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@ def __call__(
"condition": {
"title": "expirable access",
"description": "Does not grant access after Sep 2020",
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
"expression": "request.time <
timestamp('2020-10-01T00:00:00.000Z')",
}
}
],
Expand Down Expand Up @@ -1286,7 +1287,8 @@ def __call__(
"condition": {
"title": "expirable access",
"description": "Does not grant access after Sep 2020",
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
"expression": "request.time <
timestamp('2020-10-01T00:00:00.000Z')",
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@ def __call__(
"condition": {
"title": "expirable access",
"description": "Does not grant access after Sep 2020",
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
"expression": "request.time <
timestamp('2020-10-01T00:00:00.000Z')",
}
}
],
Expand Down Expand Up @@ -1173,7 +1174,8 @@ def __call__(
"condition": {
"title": "expirable access",
"description": "Does not grant access after Sep 2020",
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
"expression": "request.time <
timestamp('2020-10-01T00:00:00.000Z')",
}
}
],
Expand Down

0 comments on commit 9b7d67c

Please sign in to comment.