Class: Google::Cloud::Video::Stitcher::V1::AdRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb

Overview

Details of an ad request to an ad server.

Instance Attribute Summary collapse

Instance Attribute Details

#request_metadata::Google::Cloud::Video::Stitcher::V1::RequestMetadata

Returns The request metadata used to make the ad request.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 65

class AdRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#response_metadata::Google::Cloud::Video::Stitcher::V1::ResponseMetadata

Returns The response metadata received from the ad request.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 65

class AdRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns The ad tag URI processed with integrated macros.

Returns:

  • (::String)

    The ad tag URI processed with integrated macros.



65
66
67
68
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 65

class AdRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end