Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
FileHashes |
FileHashes.clone() |
FileHashes |
FileHashes.set(java.lang.String fieldName,
java.lang.Object value) |
FileHashes |
FileHashes.setFileHash(java.util.List<Hash> fileHash)
Collection of file hashes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FileHashes> |
ArtifactResult.getFileHash()
The file hash of the artifact.
|
java.util.Map<java.lang.String,FileHashes> |
SourceProvenance.getFileHashes()
Output only.
|
Modifier and Type | Method and Description |
---|---|
ArtifactResult |
ArtifactResult.setFileHash(java.util.List<FileHashes> fileHash)
The file hash of the artifact.
|
SourceProvenance |
SourceProvenance.setFileHashes(java.util.Map<java.lang.String,FileHashes> fileHashes)
Output only.
|