Class: Google::Cloud::Video::Stitcher::V1::AdRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::AdRequest
- 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
-
#request_metadata ⇒ ::Google::Cloud::Video::Stitcher::V1::RequestMetadata
The request metadata used to make the ad request.
-
#response_metadata ⇒ ::Google::Cloud::Video::Stitcher::V1::ResponseMetadata
The response metadata received from the ad request.
-
#uri ⇒ ::String
The ad tag URI processed with integrated macros.
Instance Attribute Details
#request_metadata ⇒ ::Google::Cloud::Video::Stitcher::V1::RequestMetadata
Returns The request metadata used to make the ad request.
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.
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 |