Package io.grpc.rls

Class RlsProtoData.GrpcKeyBuilder.Name

  • Direct Known Subclasses:
    AutoValue_RlsProtoData_GrpcKeyBuilder_Name
    Enclosing class:
    RlsProtoData.GrpcKeyBuilder

    @Immutable
    abstract static class RlsProtoData.GrpcKeyBuilder.Name
    extends java.lang.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.
    • Constructor Detail

      • Name

        Name()
    • Method Detail

      • service

        abstract java.lang.String service()
      • method

        @Nullable
        abstract java.lang.String method()