Class: Google::Cloud::Video::Stitcher::V1::AdStitchDetail
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::AdStitchDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb
Overview
Metadata for a stitched ad.
Defined Under Namespace
Classes: MediaEntry
Instance Attribute Summary collapse
-
#ad_break_id ⇒ ::String
Required.
-
#ad_id ⇒ ::String
Required.
-
#ad_time_offset ⇒ ::Google::Protobuf::Duration
Required.
-
#media ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Optional.
-
#skip_reason ⇒ ::String
Optional.
Instance Attribute Details
#ad_break_id ⇒ ::String
Returns Required. The ad break ID of the processed ad.
56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 56 class AdStitchDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class MediaEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#ad_id ⇒ ::String
Returns Required. The ad ID of the processed ad.
56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 56 class AdStitchDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class MediaEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#ad_time_offset ⇒ ::Google::Protobuf::Duration
Returns Required. The time offset of the processed ad.
56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 56 class AdStitchDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class MediaEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#media ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns Optional. The metadata of the chosen media file for the ad.
56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 56 class AdStitchDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class MediaEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#skip_reason ⇒ ::String
Returns Optional. Indicates the reason why the ad has been skipped.
56 57 58 59 60 61 62 63 64 65 66 67 68 |
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 56 class AdStitchDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class MediaEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |