| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
EventBatchRecordFailure |
EventBatchRecordFailure.clone() |
EventBatchRecordFailure |
EventBatchRecordFailure.set(java.lang.String fieldName,
java.lang.Object value) |
EventBatchRecordFailure |
EventBatchRecordFailure.setFailureCause(java.lang.String failureCause)
The cause for the update failure.
|
EventBatchRecordFailure |
EventBatchRecordFailure.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventBatchRecordFailure |
EventBatchRecordFailure.setRange(EventPeriodRange range)
The time range which was rejected; empty for a request-wide failure.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventBatchRecordFailure> |
EventUpdateResponse.getBatchFailures()
Any batch-wide failures which occurred applying updates.
|
| Modifier and Type | Method and Description |
|---|---|
EventUpdateResponse |
EventUpdateResponse.setBatchFailures(java.util.List<EventBatchRecordFailure> batchFailures)
Any batch-wide failures which occurred applying updates.
|