class Google::Apis::CloudbuildV1::Source
Source describes the location of the source in a supported storage service.
Attributes
storage_source[RW]
StorageSource describes the location of the source in an archive file in Google Cloud Storage. Corresponds to the JSON property `storageSource` @return [Google::Apis::CloudbuildV1::StorageSource]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/cloudbuild_v1/classes.rb, line 130 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 135 def update!(**args) @storage_source = args[:storage_source] if args.key?(:storage_source) end