()
| 4267 | } |
| 4268 | |
| 4269 | func (x *Request) GetGraph() *GraphRequest { |
| 4270 | if x, ok := x.GetType().(*Request_Graph); ok { |
| 4271 | return x.Graph |
| 4272 | } |
| 4273 | return nil |
| 4274 | } |
| 4275 | |
| 4276 | func (x *Request) GetCancel() *CancelRequest { |
| 4277 | if x, ok := x.GetType().(*Request_Cancel); ok { |