Skip to content

Commit

Permalink
Update docs to indicate service class must be globally unique
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-beer committed Jul 30, 2024
1 parent 7228d2b commit 377f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ni/measurementlink/discovery/v1/discovery_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ message ServiceDescriptor {
// Registration can use the gRPC metadata to provide these names.
repeated string provided_interfaces = 3;

// Required. The "class" of a service. The value of this field should be unique for a given interface in provided_interfaces.
// Required. The "class" of a service. The value of this field should be unique for all services.
// In effect, the .proto service declaration defines the interface, and this field defines a class or concrete type of the interface.
string service_class = 4;

Expand Down

0 comments on commit 377f88b

Please sign in to comment.