Class: Google::Cloud::Video::Stitcher::V1::StaticAdResource
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::StaticAdResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/companions.rb
Overview
Metadata for a static ad resource.
Instance Attribute Summary collapse
-
#creative_type ⇒ ::String
Describes the MIME type of the ad resource.
-
#uri ⇒ ::String
URI to the static file for the ad resource.
Instance Attribute Details
#creative_type ⇒ ::String
Returns Describes the MIME type of the ad resource.
121 122 123 124 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 121 class StaticAdResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI to the static file for the ad resource.
121 122 123 124 |
# File 'proto_docs/google/cloud/video/stitcher/v1/companions.rb', line 121 class StaticAdResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |