Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
docs: Clarify comments of ConversationView enum (#123)
Browse files Browse the repository at this point in the history
* docs: Clarify comments of ConversationView enum

PiperOrigin-RevId: 422809895

Source-Link: googleapis/googleapis@13a3c9e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/8622ce3bf47fbdc1b70dffd674cd15387a32af9b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODYyMmNlM2JmNDdmYmRjMWI3MGRmZmQ2NzRjZDE1Mzg3YTMyYWY5YiJ9

* 🦉 Updates from OwlBot

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 Jan 19, 2022
1 parent 58870f5 commit 96196d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@


class ConversationView(proto.Enum):
r"""Represents the options for views of a conversation."""
r"""Represents the options for viewing a conversation."""
CONVERSATION_VIEW_UNSPECIFIED = 0
BASIC = 1
FULL = 2
BASIC = 1


class CalculateStatsRequest(proto.Message):
Expand Down

0 comments on commit 96196d9

Please sign in to comment.