Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ResponseMetadata.
Metadata for the response of an ad request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::String
Returns
- (::String) — The body of the response.
#body=
def body=(value) -> ::String
Parameter
- value (::String) — The body of the response.
Returns
- (::String) — The body of the response.
#duration
def duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Total time elapsed for the response.
#duration=
def duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Total time elapsed for the response.
Returns
- (::Google::Protobuf::Duration) — Total time elapsed for the response.
#error
def error() -> ::String
Returns
- (::String) — Error message received when making the ad request.
#error=
def error=(value) -> ::String
Parameter
- value (::String) — Error message received when making the ad request.
Returns
- (::String) — Error message received when making the ad request.
#headers
def headers() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Headers from the response.
#headers=
def headers=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Headers from the response.
Returns
- (::Google::Protobuf::Struct) — Headers from the response.
#size_bytes
def size_bytes() -> ::Integer
Returns
- (::Integer) — Size in bytes of the response.
#size_bytes=
def size_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Size in bytes of the response.
Returns
- (::Integer) — Size in bytes of the response.
#status_code
def status_code() -> ::String
Returns
- (::String) — Status code for the response.
#status_code=
def status_code=(value) -> ::String
Parameter
- value (::String) — Status code for the response.
Returns
- (::String) — Status code for the response.