Skip to content

Commit a61ce00

Browse files
chore: regenerate API index (#367)
* 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 27093c7 commit a61ce00

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/google-cloud-containeranalysis/google/cloud/devtools/containeranalysis_v1/services/container_analysis/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ def __call__(
384384
"condition": {
385385
"title": "expirable access",
386386
"description": "Does not grant access after Sep 2020",
387-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
387+
"expression": "request.time <
388+
timestamp('2020-10-01T00:00:00.000Z')",
388389
}
389390
}
390391
],
@@ -657,7 +658,8 @@ def __call__(
657658
"condition": {
658659
"title": "expirable access",
659660
"description": "Does not grant access after Sep 2020",
660-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
661+
"expression": "request.time <
662+
timestamp('2020-10-01T00:00:00.000Z')",
661663
}
662664
}
663665
],

packages/google-cloud-containeranalysis/samples/generated_samples/snippet_metadata_google.devtools.containeranalysis.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-containeranalysis",
11-
"version": "2.12.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)