Skip to content

Commit

Permalink
docs: Minor formatting (#260)
Browse files Browse the repository at this point in the history
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 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 Sep 13, 2023
1 parent b0bed2b commit 899a546
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ async def sample_list_occurrences():
Returns:
grafeas.grafeas_v1.services.grafeas.pagers.ListOccurrencesAsyncPager:
Response for listing occurrences.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down Expand Up @@ -1133,6 +1134,7 @@ async def sample_list_notes():
Returns:
grafeas.grafeas_v1.services.grafeas.pagers.ListNotesAsyncPager:
Response for listing notes.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ def sample_list_occurrences():
Returns:
grafeas.grafeas_v1.services.grafeas.pagers.ListOccurrencesPager:
Response for listing occurrences.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down Expand Up @@ -1256,6 +1257,7 @@ def sample_list_notes():
Returns:
grafeas.grafeas_v1.services.grafeas.pagers.ListNotesPager:
Response for listing notes.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down
1 change: 1 addition & 0 deletions packages/grafeas/grafeas/grafeas_v1/types/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class Source(proto.Message):
Hash(es) of the build source, which can be
used to verify that the original source
integrity was maintained in the build.
The keys to this map are file paths used as
build source and the values contain the hash
values for those files.
Expand Down
1 change: 1 addition & 0 deletions packages/grafeas/grafeas/grafeas_v1/types/vulnerability.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ class VulnerabilityOccurrence(proto.Message):
The distro assigned severity for this
vulnerability when it is available, otherwise
this is the note provider assigned severity.
When there are multiple PackageIssues for this
vulnerability, they can have different effective
severities because some might be provided by the
Expand Down

0 comments on commit 899a546

Please sign in to comment.