Google Cloud Dataform V1beta1 Client - Class ScheduledReleaseRecord (0.4.5)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class ScheduledReleaseRecord.

A record of an attempt to create a compilation result for this release config.

Generated from protobuf message google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ ReleaseConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ release_time Google\Protobuf\Timestamp

The timestamp of this release attempt.

↳ compilation_result string

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

↳ error_status Google\Rpc\Status

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

getReleaseTime

The timestamp of this release attempt.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasReleaseTime

clearReleaseTime

setReleaseTime

The timestamp of this release attempt.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getCompilationResult

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

Returns
Type Description
string

hasCompilationResult

setCompilationResult

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

Parameter
Name Description
var string
Returns
Type Description
$this

getErrorStatus

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

Returns
Type Description
Google\Rpc\Status|null

hasErrorStatus

setErrorStatus

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

Parameter
Name Description
var Google\Rpc\Status
Returns
Type Description
$this

getResult

Returns
Type Description
string