Loading proto/context.proto +4 −3 Original line number Diff line number Diff line Loading @@ -407,9 +407,10 @@ message EndPointId { message EndPoint { EndPointId endpoint_id = 1; string endpoint_type = 2; repeated kpi_sample_types.KpiSampleType kpi_sample_types = 3; Location endpoint_location = 4; string name = 2; string endpoint_type = 3; repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4; Location endpoint_location = 5; } Loading Loading
proto/context.proto +4 −3 Original line number Diff line number Diff line Loading @@ -407,9 +407,10 @@ message EndPointId { message EndPoint { EndPointId endpoint_id = 1; string endpoint_type = 2; repeated kpi_sample_types.KpiSampleType kpi_sample_types = 3; Location endpoint_location = 4; string name = 2; string endpoint_type = 3; repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4; Location endpoint_location = 5; } Loading