Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ResponseMetadata.
Metadata for the response of an ad request.
Generated from protobuf message google.cloud.video.stitcher.v1.ResponseMetadata
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ error
string
Error message received when making the ad request.
↳ headers
↳ status_code
string
Status code for the response.
↳ size_bytes
int
Size in bytes of the response.
↳ duration
↳ body
string
The body of the response.
getError
Error message received when making the ad request.
string
setError
Error message received when making the ad request.
var
string
$this
getHeaders
Headers from the response.
hasHeaders
clearHeaders
setHeaders
Headers from the response.
$this
getStatusCode
Status code for the response.
string
setStatusCode
Status code for the response.
var
string
$this
getSizeBytes
Size in bytes of the response.
int
setSizeBytes
Size in bytes of the response.
var
int
$this
getDuration
Total time elapsed for the response.
hasDuration
clearDuration
setDuration
Total time elapsed for the response.
$this
getBody
The body of the response.
string
setBody
The body of the response.
var
string
$this