Class: Google::Cloud::Video::Stitcher::V1::ResponseMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ResponseMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb
Overview
Metadata for the response of an ad request.
Instance Attribute Summary collapse
-
#body ⇒ ::String
The body of the response.
-
#duration ⇒ ::Google::Protobuf::Duration
Total time elapsed for the response.
-
#error ⇒ ::String
Error message received when making the ad request.
-
#headers ⇒ ::Google::Protobuf::Struct
Headers from the response.
-
#size_bytes ⇒ ::Integer
Size in bytes of the response.
-
#status_code ⇒ ::String
Status code for the response.
Instance Attribute Details
#body ⇒ ::String
Returns The body of the response.
98 99 100 101 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
Returns Total time elapsed for the response.
98 99 100 101 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::String
Returns Error message received when making the ad request.
98 99 100 101 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#headers ⇒ ::Google::Protobuf::Struct
Returns Headers from the response.
98 99 100 101 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size_bytes ⇒ ::Integer
Returns Size in bytes of the response.
98 99 100 101 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_code ⇒ ::String
Returns Status code for the response.
98 99 100 101 |
# File 'proto_docs/google/cloud/video/stitcher/v1/ad_tag_details.rb', line 98 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |