()
| 4429 | } |
| 4430 | |
| 4431 | func (x *Response) GetApply() *ApplyComplete { |
| 4432 | if x, ok := x.GetType().(*Response_Apply); ok { |
| 4433 | return x.Apply |
| 4434 | } |
| 4435 | return nil |
| 4436 | } |
| 4437 | |
| 4438 | func (x *Response) GetGraph() *GraphComplete { |
| 4439 | if x, ok := x.GetType().(*Response_Graph); ok { |