Skip to content

Commit

Permalink
docs: fix minor docstring formatting (#3748)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 495317762

Source-Link: https://togithub.com/googleapis/googleapis/commit/d9dc42bf24866ac28c09489feb58590c838ed970

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6947bc43478b20e5650b62894d0c64137ef39909
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwbGV4Ly5Pd2xCb3QueWFtbCIsImgiOiI2OTQ3YmM0MzQ3OGIyMGU1NjUwYjYyODk0ZDBjNjQxMzdlZjM5OTA5In0=
  • Loading branch information
gcf-owl-bot[bot] authored Dec 15, 2022
1 parent 1daaff3 commit 757eb0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ message Zone {
// discovery every 60 minutes. To explicitly set a timezone 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 * * * *".
// from IANA time zone database. For example,
// `CRON_TZ=America/New_York 1 * * * *`,
// or `TZ=America/New_York 1 * * * *`.
string schedule = 10 [(google.api.field_behavior) = OPTIONAL];
}
}
Expand Down Expand Up @@ -600,8 +601,9 @@ message Asset {
// discovery every 60 minutes. To explicitly set a timezone 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 * * * *".
// from IANA time zone database. For example,
// `CRON_TZ=America/New_York 1 * * * *`,
// or `TZ=America/New_York 1 * * * *`.
string schedule = 10 [(google.api.field_behavior) = OPTIONAL];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ message Task {
// 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.
// `CRON_TZ=America/New_York 1 * * * *`,
// or `TZ=America/New_York 1 * * * *`.
// This field is required for RECURRING tasks.
string schedule = 100 [(google.api.field_behavior) = OPTIONAL];
}
}
Expand Down

0 comments on commit 757eb0a

Please sign in to comment.