Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::PostdeployJobRun (v0.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::PostdeployJobRun.
PostdeployJobRun contains information specific to a postdeploy JobRun.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#build
defbuild()->::String
Returns
-
(::String) — Output only. The resource name of the Cloud Build
Buildobject that is used to execute the custom actions associated with the postdeploy Job. Format is projects/{project}/locations/{location}/builds/{build}.
#failure_cause
deffailure_cause()->::Google::Cloud::Deploy::V1::PostdeployJobRun::FailureCause
Returns
- (::Google::Cloud::Deploy::V1::PostdeployJobRun::FailureCause) — Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.
#failure_message
deffailure_message()->::String
Returns
- (::String) — Output only. Additional information about the postdeploy failure, if available.