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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ analyzed |
float
Estimated fractional progress for |
↳ encoded |
float
Estimated fractional progress for |
↳ uploaded |
float
Estimated fractional progress for |
↳ notified |
float
Estimated fractional progress for |
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 |