| 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(java.lang.String fieldName,
java.lang.Object value) |
NetworkDiagnostics |
NetworkDiagnostics.setAndroidNetworkSubtype(java.lang.Integer androidNetworkSubtype)
The Android network subtype.
|
NetworkDiagnostics |
NetworkDiagnostics.setAndroidNetworkType(java.lang.Integer androidNetworkType)
The Android network type.
|
NetworkDiagnostics |
NetworkDiagnostics.setIosNetworkType(java.lang.Integer iosNetworkType)
iOS network type as defined in Reachability.h.
|
NetworkDiagnostics |
NetworkDiagnostics.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
NetworkDiagnostics |
NetworkDiagnostics.setNetworkOperatorCode(java.lang.String networkOperatorCode)
The MCC+MNC code for the client's network connection.
|
NetworkDiagnostics |
NetworkDiagnostics.setNetworkOperatorName(java.lang.String networkOperatorName)
The name of the carrier of the client's network connection.
|
NetworkDiagnostics |
NetworkDiagnostics.setRegistrationLatencyMillis(java.lang.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.
|