proto_docs/google/cloud/video/stitcher/v1/sessions.rb in google-cloud-video-stitcher-v1-0.1.0 vs proto_docs/google/cloud/video/stitcher/v1/sessions.rb in google-cloud-video-stitcher-v1-0.2.0
- old
+ new
@@ -62,10 +62,13 @@
# causing the Video Stitcher service will trigger playback events
# on behalf of the client player.
# @!attribute [rw] manifest_options
# @return [::Google::Cloud::Video::Stitcher::V1::ManifestOptions]
# Additional options that affect the output of the manifest.
+ # @!attribute [r] asset_id
+ # @return [::String]
+ # Output only. The generated ID of the VodSession's source media.
class VodSession
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# @!attribute [rw] key
@@ -191,10 +194,13 @@
# Defines the stitcher behavior in case an ad does not align exactly with
# the ad break boundaries. If not specified, the default is `COMPLETE_AD`.
# @!attribute [rw] manifest_options
# @return [::Google::Cloud::Video::Stitcher::V1::ManifestOptions]
# Additional options that affect the output of the manifest.
+ # @!attribute [r] stream_id
+ # @return [::String]
+ # Output only. The generated ID of the LiveSession's source stream.
class LiveSession
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# @!attribute [rw] key
@@ -221,12 +227,9 @@
# Stitching policy is not specified.
STITCHING_POLICY_UNSPECIFIED = 0
# Finishes stitching the current ad before returning to content.
COMPLETE_AD = 1
-
- # Finishes stitching the current pod before returning to content.
- COMPLETE_POD = 2
# Cuts an ad short and returns to content in the middle of the ad.
CUT_CURRENT = 3
end
end