()
| 317 | } |
| 318 | |
| 319 | func (x *RegisterPluginResponse) GetEngineVersion() string { |
| 320 | if x != nil { |
| 321 | if x.xxx_hidden_EngineVersion != nil { |
| 322 | return *x.xxx_hidden_EngineVersion |
| 323 | } |
| 324 | return "" |
| 325 | } |
| 326 | return "" |
| 327 | } |
| 328 | |
| 329 | func (x *RegisterPluginResponse) GetRequestTimeout() *durationpb.Duration { |
| 330 | if x != nil { |