Commit e719962b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- added field "name" to endpoint
parent 5b1579a7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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;
}