()
| 818 | } |
| 819 | |
| 820 | func (m *PrometheusQueryResult) GetMatrix() *Matrix { |
| 821 | if x, ok := m.GetResult().(*PrometheusQueryResult_Matrix); ok { |
| 822 | return x.Matrix |
| 823 | } |
| 824 | return nil |
| 825 | } |
| 826 | |
| 827 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 828 | func (*PrometheusQueryResult) XXX_OneofWrappers() []interface{} { |