Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
docs: update comment in ListSuggestions to use absolute URL for /apis…
Browse files Browse the repository at this point in the history
…/design/design_patterns (#313)

PiperOrigin-RevId: 379330928

Source-Link: googleapis/googleapis@6ddf77d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/9534bbf6c4b7aa14c5f4a958c8459c4be350ea0f
  • Loading branch information
gcf-owl-bot[bot] authored Jun 14, 2021
1 parent 1d34763 commit 99d8897
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ async def list_suggestions(
fetch auto generated suggestions in real-time, while the
conversation with an end user is in progress. The functionality
is implemented in terms of the `list
pagination </apis/design/design_patterns#list_pagination>`__
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
design pattern. The client app should use the
``next_page_token`` field to fetch the next batch of
suggestions. ``suggestions`` are sorted by ``create_time`` in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def list_suggestions(
fetch auto generated suggestions in real-time, while the
conversation with an end user is in progress. The functionality
is implemented in terms of the `list
pagination </apis/design/design_patterns#list_pagination>`__
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
design pattern. The client app should use the
``next_page_token`` field to fetch the next batch of
suggestions. ``suggestions`` are sorted by ``create_time`` in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def list_suggestions(
fetch auto generated suggestions in real-time, while the
conversation with an end user is in progress. The functionality
is implemented in terms of the `list
pagination </apis/design/design_patterns#list_pagination>`__
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
design pattern. The client app should use the
``next_page_token`` field to fetch the next batch of
suggestions. ``suggestions`` are sorted by ``create_time`` in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def list_suggestions(
fetch auto generated suggestions in real-time, while the
conversation with an end user is in progress. The functionality
is implemented in terms of the `list
pagination </apis/design/design_patterns#list_pagination>`__
pagination <https://cloud.google.com/apis/design/design_patterns#list_pagination>`__
design pattern. The client app should use the
``next_page_token`` field to fetch the next batch of
suggestions. ``suggestions`` are sorted by ``create_time`` in
Expand Down

0 comments on commit 99d8897

Please sign in to comment.