An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.
JSON representation | |
---|---|
{
"location": string,
"fileHash": [
{
object ( |
Fields | |
---|---|
location |
The path of an artifact in a Google Cloud Storage bucket, with the generation number. For example, |
fileHash[] |
The file hash of the artifact. |
FileHashes
Container message for hashes of byte content of files, used in SourceProvenance messages to verify integrity of source input to the build.
JSON representation | |
---|---|
{
"fileHash": [
{
object ( |
Fields | |
---|---|
fileHash[] |
Collection of file hashes. |
Hash
Container message for hash values.
JSON representation | |
---|---|
{
"type": enum ( |
Fields | |
---|---|
type |
The type of hash that was performed. |
value |
The hash value. A base64-encoded string. |