Class: Google::Cloud::Build::V1::FileHashes
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::FileHashes
- 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
-
#file_hash ⇒ ::Array<::Google::Cloud::Build::V1::Hash>
Collection of file hashes.
Instance Attribute Details
#file_hash ⇒ ::Array<::Google::Cloud::Build::V1::Hash>
Returns Collection of file hashes.
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 |