Package io.grpc.rls

Class RlsProtoData.GrpcKeyBuilder.Name

java.lang.Object
io.grpc.rls.RlsProtoData.GrpcKeyBuilder.Name
Direct Known Subclasses:
AutoValue_RlsProtoData_GrpcKeyBuilder_Name
Enclosing class:
RlsProtoData.GrpcKeyBuilder

@Immutable abstract static class RlsProtoData.GrpcKeyBuilder.Name extends Object
Name represents a method for a given service. To match, one of the given Name fields must match; the service and method fields are specified as fixed strings. The service name is required and includes the proto package name. The method name may be omitted, in which case any method on the given service is matched.