Class: Google::Cloud::Video::Stitcher::V1::StaticAdResource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#creative_type::String

Returns Describes the MIME type of the ad resource.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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