Skip to content

Commit c93cded

Browse files
docs: updated comments to match API behaviors (#45)
* docs: updated comments to match API behaviors PiperOrigin-RevId: 449874412 Source-Link: googleapis/googleapis@4c6f583 Source-Link: googleapis/googleapis-gen@ead9c4d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWFkOWM0ZDFjYjBjYWJmMDk1YjQ0NmM5OTg4YTE4NTVhMmNiYjFkYiJ9 * 🦉 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>
1 parent f7601c6 commit c93cded

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/google-cloud-video-live-stream/google/cloud/video/live_stream_v1/types/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class Manifest(proto.Message):
157157
number of segments, whenever a new segment is
158158
added to the manifest, the oldest segment will
159159
be removed from the manifest. The minimum value
160-
is 1 and the default value is 5.
160+
is 3 and the default value is 5.
161161
segment_keep_duration (google.protobuf.duration_pb2.Duration):
162162
How long to keep a segment on the output Google Cloud
163163
Storage bucket after it is removed from the manifest. This

packages/google-cloud-video-live-stream/google/cloud/video/live_stream_v1/types/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ class State(proto.Enum):
571571
SUCCEEDED = 3
572572
FAILED = 4
573573
PENDING = 5
574+
STOPPED = 6
574575

575576
class AdBreakTask(proto.Message):
576577
r"""Inserts a new ad opportunity.

0 commit comments

Comments
 (0)