Reference documentation and code samples for the Google Cloud Game Servers V1 Client class OperationStatus.
Generated from protobuf message google.cloud.gaming.v1.OperationStatus
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ done
bool
Output only. Whether the operation is done or still in progress.
↳ error_code
int
The error code in case of failures.
↳ error_message
string
The human-readable error message.
getDone
Output only. Whether the operation is done or still in progress.
bool
setDone
Output only. Whether the operation is done or still in progress.
var
bool
$this
getErrorCode
The error code in case of failures.
int
setErrorCode
The error code in case of failures.
var
int
$this
getErrorMessage
The human-readable error message.
string
setErrorMessage
The human-readable error message.
var
string
$this