class Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1Source
Location
of the source in a supported storage service.
Attributes
repo_source[RW]
storage_source[RW]
storage_source_manifest[RW]
Location
of the source manifest in Google
Cloud Storage. This feature is in Preview; see description [here](github.com/GoogleCloudPlatform/cloud- builders/tree/master/gcs-fetcher). Corresponds to the JSON property ‘storageSourceManifest` @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 2003 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 2008 def update!(**args) @repo_source = args[:repo_source] if args.key?(:repo_source) @storage_source = args[:storage_source] if args.key?(:storage_source) @storage_source_manifest = args[:storage_source_manifest] if args.key?(:storage_source_manifest) end