Commit 52bab918 authored by Jose Luis Carcel's avatar Jose Luis Carcel
Browse files

Update file context.proto

parent a82c61e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -448,9 +448,10 @@ message EndPointId {
message EndPoint {
  EndPointId endpoint_id = 1;
  string name = 2;
  string endpoint_type = 3;
  string endpoint_type = 3; // == 'smartnics'
  repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4;
  Location endpoint_location = 5;
  map<string, google.Any> capabilities = 6;
}

message EndPointName {