class Protobuf::Rpc::ServiceDirectory::Listing

def expired?

def expired?
  Time.now.to_i >= @expires_at
end