class Google::Apis::ContaineranalysisV1alpha1::FileHashes

Container message for hashes of byte content of files, used in Source messages to verify integrity of source input to the build.

Attributes

file_hash[RW]

Collection of file hashes. Corresponds to the JSON property `fileHash` @return [Array<Google::Apis::ContaineranalysisV1alpha1::HashProp>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 1437
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_v1alpha1/classes.rb, line 1442
def update!(**args)
  @file_hash = args[:file_hash] if args.key?(:file_hash)
end