class Google::Apis::ContaineranalysisV1::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]

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

Public Class Methods

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