class Google::Apis::CloudbuildV1::BuildOperationMetadata
Metadata for build operations.
Attributes
build[RW]
A build resource in the Container Builder API. At a high level, a Build describes where to find source code, how to build it (for example, the builder image to run on the source), and what tag to apply to the built image when it is pushed to Google Container Registry. Corresponds to the JSON property `build` @return [Google::Apis::CloudbuildV1::Build]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/cloudbuild_v1/classes.rb, line 109 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/cloudbuild_v1/classes.rb, line 114 def update!(**args) @build = args[:build] if args.key?(:build) end