| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
EventUpdateRequest |
EventUpdateRequest.clone() |
EventUpdateRequest |
EventUpdateRequest.set(java.lang.String fieldName,
java.lang.Object value) |
EventUpdateRequest |
EventUpdateRequest.setDefinitionId(java.lang.String definitionId)
The ID of the event being modified in this update.
|
EventUpdateRequest |
EventUpdateRequest.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventUpdateRequest |
EventUpdateRequest.setUpdateCount(java.lang.Long updateCount)
The number of times this event occurred in this time period.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventUpdateRequest> |
EventPeriodUpdate.getUpdates()
The updates being made for this time period.
|
| Modifier and Type | Method and Description |
|---|---|
EventPeriodUpdate |
EventPeriodUpdate.setUpdates(java.util.List<EventUpdateRequest> updates)
The updates being made for this time period.
|