| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkDiagnostics |
NetworkDiagnostics.clone() |
NetworkDiagnostics |
RoomJoinRequest.getNetworkDiagnostics()
Network diagnostics for the client joining the room.
|
NetworkDiagnostics |
RoomCreateRequest.getNetworkDiagnostics()
Network diagnostics for the client creating the room.
|
NetworkDiagnostics |
NetworkDiagnostics.set(String fieldName,
Object value) |
NetworkDiagnostics |
NetworkDiagnostics.setAndroidNetworkSubtype(Integer androidNetworkSubtype)
The Android network subtype.
|
NetworkDiagnostics |
NetworkDiagnostics.setAndroidNetworkType(Integer androidNetworkType)
The Android network type.
|
NetworkDiagnostics |
NetworkDiagnostics.setKind(String kind)
Uniquely identifies the type of this resource.
|
NetworkDiagnostics |
NetworkDiagnostics.setRegistrationLatencyMillis(Integer registrationLatencyMillis)
The amount of time in milliseconds it took for the client to establish a connection with the
XMPP server.
|
| Modifier and Type | Method and Description |
|---|---|
RoomJoinRequest |
RoomJoinRequest.setNetworkDiagnostics(NetworkDiagnostics networkDiagnostics)
Network diagnostics for the client joining the room.
|
RoomCreateRequest |
RoomCreateRequest.setNetworkDiagnostics(NetworkDiagnostics networkDiagnostics)
Network diagnostics for the client creating the room.
|