| Package | Description |
|---|---|
| com.google.api.services.appengine.v1.model |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
FileInfo.clone() |
FileInfo |
FileInfo.set(java.lang.String fieldName,
java.lang.Object value) |
FileInfo |
FileInfo.setMimeType(java.lang.String mimeType)
The MIME type of the file.Defaults to the value from Google Cloud Storage.
|
FileInfo |
FileInfo.setSha1Sum(java.lang.String sha1Sum)
The SHA1 hash of the file, in hex.
|
FileInfo |
FileInfo.setSourceUrl(java.lang.String sourceUrl)
URL source to use to fetch this file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,FileInfo> |
Deployment.getFiles()
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.setFiles(java.util.Map<java.lang.String,FileInfo> files)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
|