Video Stitcher V1 API - Class Google::Cloud::Video::Stitcher::V1::ResponseMetadata (v0.3.0)

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

#duration=

def duration=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#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

#headers=

def headers=(value) -> ::Google::Protobuf::Struct
Parameter
Returns

#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.