Package | Description |
---|---|
com.google.api.services.cloudbuild.v1.model |
Modifier and Type | Method and Description |
---|---|
Hash |
Hash.clone() |
Hash |
Hash.encodeValue(byte[] value)
The hash value.
|
Hash |
Hash.set(java.lang.String fieldName,
java.lang.Object value) |
Hash |
Hash.setType(java.lang.String type)
The type of hash that was performed.
|
Hash |
Hash.setValue(java.lang.String value)
The hash value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Hash> |
FileHashes.getFileHash()
Collection of file hashes.
|
Modifier and Type | Method and Description |
---|---|
FileHashes |
FileHashes.setFileHash(java.util.List<Hash> fileHash)
Collection of file hashes.
|