Class: Google::Cloud::Build::V1::FileHashes

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_hash::Array<::Google::Cloud::Build::V1::Hash>

Returns Collection of file hashes.

Returns:



972
973
974
975
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 972

class FileHashes
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end