Google Cloud Video Transcoder V1beta1 Client - Class Progress (0.10.4)

Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class Progress.

Estimated fractional progress for each step, from 0 to 1.

Generated from protobuf message google.cloud.video.transcoder.v1beta1.Progress

Namespace

Google \ Cloud \ Video \ Transcoder \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ analyzed float

Estimated fractional progress for analyzing step.

↳ encoded float

Estimated fractional progress for encoding step.

↳ uploaded float

Estimated fractional progress for uploading step.

↳ notified float

Estimated fractional progress for notifying step.

getAnalyzed

Estimated fractional progress for analyzing step.

Returns
Type Description
float

setAnalyzed

Estimated fractional progress for analyzing step.

Parameter
Name Description
var float
Returns
Type Description
$this

getEncoded

Estimated fractional progress for encoding step.

Returns
Type Description
float

setEncoded

Estimated fractional progress for encoding step.

Parameter
Name Description
var float
Returns
Type Description
$this

getUploaded

Estimated fractional progress for uploading step.

Returns
Type Description
float

setUploaded

Estimated fractional progress for uploading step.

Parameter
Name Description
var float
Returns
Type Description
$this

getNotified

Estimated fractional progress for notifying step.

Returns
Type Description
float

setNotified

Estimated fractional progress for notifying step.

Parameter
Name Description
var float
Returns
Type Description
$this