Class VerifyJobRun (1.4.0)

VerifyJobRun(mapping=None, *, ignore_unknown_fields=False, **kwargs)

VerifyJobRun contains information specific to a verify JobRun.

Attributes

NameDescription
build str
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 str
Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.
event_log_path str
Output only. File path of the Skaffold event log relative to the artifact URI.
failure_cause google.cloud.deploy_v1.types.VerifyJobRun.FailureCause
Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.
failure_message str
Output only. Additional information about the verify failure, if available.

Inheritance

builtins.object > proto.message.Message > VerifyJobRun

Classes

FailureCause

FailureCause(value)

Well-known verify failures.