Searched refs:PayloadCase (Results 1 – 2 of 2) sorted by relevance
87 switch (request.PayloadCase) in PerformRequest()97 throw new Exception("Unsupported request payload: " + request.PayloadCase); in PerformRequest()118 … throw new Exception("Unsupported request output format: " + request.PayloadCase); in PerformRequest()
244 switch (other.PayloadCase) { in ConformanceRequest()300 public PayloadOneofCase PayloadCase { property in Conformance.ConformanceRequest323 if (PayloadCase != other.PayloadCase) return false; in Equals()376 switch (other.PayloadCase) { in MergeFrom()