Skip to content

Commit

Permalink
docs: fix minor docstring formatting (#113)
Browse files Browse the repository at this point in the history
* chore: reformatted the protos

PiperOrigin-RevId: 494247971

Source-Link: googleapis/googleapis@f7f4993

Source-Link: googleapis/googleapis-gen@f2b7d97
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjJiN2Q5N2I3YmE0NzEzYTMyNGFhYjA1OGNmNTZjOWQ3MzA1ZWIyMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: fix minor docstring formatting

PiperOrigin-RevId: 495317762

Source-Link: googleapis/googleapis@d9dc42b

Source-Link: googleapis/googleapis-gen@6947bc4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjk0N2JjNDM0NzhiMjBlNTY1MGI2Mjg5NGQwYzY0MTM3ZWYzOTkwOSJ9

* 🦉 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 Dec 14, 2022
1 parent 342b44b commit 2af5d10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ class SessionSpec(proto.Message):
pre-created and available for faster startup to
enable interactive exploration use-cases. This
defaults to False to avoid additional billed
charges.
These can only be set to True for the
charges. These can only be set to True for the
environment with name set to "default", and with
default configuration.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ class DiscoverySpec(proto.Message):
the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or
TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a
valid string from IANA time zone database. For example,
"CRON_TZ=America/New_York 1 \* \* \* \*", or
"TZ=America/New_York 1 \* \* \* \*".
``CRON_TZ=America/New_York 1 * * * *``, or
``TZ=America/New_York 1 * * * *``.
This field is a member of `oneof`_ ``trigger``.
"""
Expand Down Expand Up @@ -951,8 +951,8 @@ class DiscoverySpec(proto.Message):
the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or
TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a
valid string from IANA time zone database. For example,
"CRON_TZ=America/New_York 1 \* \* \* \*", or
"TZ=America/New_York 1 \* \* \* \*".
``CRON_TZ=America/New_York 1 * * * *``, or
``TZ=America/New_York 1 * * * *``.
This field is a member of `oneof`_ ``trigger``.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ class TriggerSpec(proto.Message):
to the cron tab, apply a prefix in the cron tab:
"CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The
${IANA_TIME_ZONE} may only be a valid string from IANA time
zone database. For example, "CRON_TZ=America/New_York 1 \*
\* \* \*", or "TZ=America/New_York 1 \* \* \* \*". This
field is required for RECURRING tasks.
zone database. For example,
``CRON_TZ=America/New_York 1 * * * *``, or
``TZ=America/New_York 1 * * * *``. This field is required
for RECURRING tasks.
This field is a member of `oneof`_ ``trigger``.
"""
Expand Down

0 comments on commit 2af5d10

Please sign in to comment.