| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
Snapshot.set(java.lang.String fieldName,
java.lang.Object value) |
Snapshot |
Snapshot.setCoverImage(SnapshotImage coverImage)
The cover image of this snapshot.
|
Snapshot |
Snapshot.setDescription(java.lang.String description)
The description of this snapshot.
|
Snapshot |
Snapshot.setDriveId(java.lang.String driveId)
The ID of the file underlying this snapshot in the Drive API.
|
Snapshot |
Snapshot.setDurationMillis(java.lang.Long durationMillis)
The duration associated with this snapshot, in millis.
|
Snapshot |
Snapshot.setId(java.lang.String id)
The ID of the snapshot.
|
Snapshot |
Snapshot.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Snapshot |
Snapshot.setLastModifiedMillis(java.lang.Long lastModifiedMillis)
The timestamp (in millis since Unix epoch) of the last modification to this snapshot.
|
Snapshot |
Snapshot.setProgressValue(java.lang.Long progressValue)
The progress value (64-bit integer set by developer) associated with this snapshot.
|
Snapshot |
Snapshot.setTitle(java.lang.String title)
The title of this snapshot.
|
Snapshot |
Snapshot.setType(java.lang.String type)
The type of this snapshot.
|
Snapshot |
Snapshot.setUniqueName(java.lang.String uniqueName)
The unique name provided when the snapshot was created.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Snapshot> |
SnapshotListResponse.getItems()
The snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotListResponse |
SnapshotListResponse.setItems(java.util.List<Snapshot> items)
The snapshots.
|