Class: Google::Apis::CloudbuildV1::RetryBuildRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1::RetryBuildRequest
- Defined in:
- generated/google/apis/cloudbuild_v1/classes.rb,
generated/google/apis/cloudbuild_v1/representations.rb,
generated/google/apis/cloudbuild_v1/representations.rb
Overview
Specifies a build to retry.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetryBuildRequest
constructor
A new instance of RetryBuildRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RetryBuildRequest
Returns a new instance of RetryBuildRequest
1068 1069 1070 |
# File 'generated/google/apis/cloudbuild_v1/classes.rb', line 1068 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1073 1074 |
# File 'generated/google/apis/cloudbuild_v1/classes.rb', line 1073 def update!(**args) end |