An object that represents timeouts for different protocols.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListenerTimeout", "description": "An object that represents timeouts for different protocols.", "type": "object", "properties": { "grpc": {}, "http": {}, "http2": {}, "tcp": {} } }