()
| 1423 | } |
| 1424 | |
| 1425 | func (x *ClientConfigureRequest) GetTimeoutSec() int32 { |
| 1426 | if x != nil { |
| 1427 | return x.TimeoutSec |
| 1428 | } |
| 1429 | return 0 |
| 1430 | } |
| 1431 | |
| 1432 | // Response for updating a test client's configuration. |
| 1433 | type ClientConfigureResponse struct { |
no outgoing calls
no test coverage detected