()
| 4260 | } |
| 4261 | |
| 4262 | func (x *Request) GetApply() *ApplyRequest { |
| 4263 | if x, ok := x.GetType().(*Request_Apply); ok { |
| 4264 | return x.Apply |
| 4265 | } |
| 4266 | return nil |
| 4267 | } |
| 4268 | |
| 4269 | func (x *Request) GetGraph() *GraphRequest { |
| 4270 | if x, ok := x.GetType().(*Request_Graph); ok { |