Google Cloud Deploy V1 Client - Class VerifyJobRun (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class VerifyJobRun.

VerifyJobRun contains information specific to a verify JobRun.

Generated from protobuf message google.cloud.deploy.v1.VerifyJobRun

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ build string

Output only. The resource name of the Cloud Build Build object that is used to verify. Format is projects/{project}/locations/{location}/builds/{build}.

↳ artifact_uri string

Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.

↳ event_log_path string

Output only. File path of the Skaffold event log relative to the artifact URI.

↳ failure_cause int

Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.

↳ failure_message string

Output only. Additional information about the verify failure, if available.

getBuild

Output only. The resource name of the Cloud Build Build object that is used to verify. Format is projects/{project}/locations/{location}/builds/{build}.

Returns
TypeDescription
string

setBuild

Output only. The resource name of the Cloud Build Build object that is used to verify. Format is projects/{project}/locations/{location}/builds/{build}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getArtifactUri

Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.

Returns
TypeDescription
string

setArtifactUri

Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEventLogPath

Output only. File path of the Skaffold event log relative to the artifact URI.

Returns
TypeDescription
string

setEventLogPath

Output only. File path of the Skaffold event log relative to the artifact URI.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFailureCause

Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.

Returns
TypeDescription
int

setFailureCause

Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFailureMessage

Output only. Additional information about the verify failure, if available.

Returns
TypeDescription
string

setFailureMessage

Output only. Additional information about the verify failure, if available.

Parameter
NameDescription
var string
Returns
TypeDescription
$this