Class: Google::Apis::RunV2::GoogleCloudRunV2DockerBuild

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/run_v2/classes.rb,
lib/google/apis/run_v2/representations.rb,
lib/google/apis/run_v2/representations.rb

Overview

Build the source using Docker. This means the source has a Dockerfile.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRunV2DockerBuild

Returns a new instance of GoogleCloudRunV2DockerBuild.



403
404
405
# File 'lib/google/apis/run_v2/classes.rb', line 403

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



408
409
# File 'lib/google/apis/run_v2/classes.rb', line 408

def update!(**args)
end