| Modifier and Type | Field and Description | 
|---|---|
com.google.cloud.storage.Blob | 
blob  | 
| Constructor and Description | 
|---|
GcsArtifact(com.google.cloud.storage.Blob blob)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
contents()
Returns the raw byte array of the artifact's contents. 
 | 
java.lang.String | 
id()
Returns the id of the artifact. 
 | 
java.lang.String | 
name()
Returns the name/path of the artifact. 
 |