Loading proto/context.proto +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
proto/context.proto +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading